aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-06-03more conservative S_NOSEC handlingAl Viro
2011-05-28fuse: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
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