summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataMiklos Szeredi
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-03-21fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi
2011-03-21fuse: make fuse_permission() RCU awareMiklos Szeredi
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green
2011-03-21fuse: reduce size of struct fuse_requestMiklos Szeredi
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V
2011-03-10fuse: fix d_revalidate oopsen on NFS exportsAl Viro
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-25fuse: fix truncate after openMiklos Szeredi
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi
2011-02-15fuse/cuse: fix comment typo initilaizationPaul Bolle
2011-01-12switch fuseAl Viro
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-07fuse: fix ioctl ABIMiklos Szeredi
2010-12-07fuse: allow batching of FORGET requestsMiklos Szeredi
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi
2010-12-07fuse: ioctl cleanupMiklos Szeredi
2010-11-30fuse: verify ioctl retriesMiklos Szeredi
2010-11-30fuse: fix ioctl when server is 32bitMiklos Szeredi
2010-11-25fuse: fix attributes after open(O_TRUNC)Ken Sumrall
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-29convert get_sb_single() usersAl Viro
2010-10-29new helper: mount_bdev()Al Viro
2010-10-27fuse: use release_pages()Miklos Szeredi
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven
2010-09-07fuse: fix lock annotationsMiklos Szeredi
2010-09-07fuse: flush background queue on connection closeMiklos Szeredi
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-08-02vfs: re-introduce MAY_CHDIREric Paris
2010-07-12fuse: add retrieve requestMiklos Szeredi