aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 3-9/+23
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekGravatar Josef Bacik 1-2/+19
2011-07-20locks: rename lock-manager opsGravatar J. Bruce Fields 1-1/+1
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesGravatar Al Viro 1-1/+1
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-7/+7
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-3/+2
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-2/+2
2011-06-03more conservative S_NOSEC handlingGravatar Al Viro 1-0/+2
2011-05-28fuse: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataGravatar Miklos Szeredi 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-22mm: add replace_page_cache_page() functionGravatar Miklos Szeredi 1-6/+4
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-16/+54
2011-03-21fuse: make fuse_dentry_revalidate() RCU awareGravatar Miklos Szeredi 1-4/+4
2011-03-21fuse: make fuse_permission() RCU awareGravatar Miklos Szeredi 1-8/+22
2011-03-21fuse: wakeup pollers on connection release/abortGravatar Bryan Green 2-1/+18
2011-03-21fuse: reduce size of struct fuse_requestGravatar Miklos Szeredi 2-3/+10
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+3
2011-03-10fuse: fix d_revalidate oopsen on NFS exportsGravatar Al Viro 1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreGravatar Jens Axboe 1-1/+0
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-02-25fuse: fix truncate after openGravatar Miklos Szeredi 1-2/+5
2011-02-25fuse: fix hang of single threaded fuseblk filesystemGravatar Miklos Szeredi 2-8/+50
2011-02-15fuse/cuse: fix comment typo initilaizationGravatar Paul Bolle 1-1/+1
2011-01-12switch fuseGravatar Al Viro 2-7/+4
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-76/+256
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-3/+7
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-1/+5
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 2-3/+3
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-12-07fuse: fix ioctl ABIGravatar Miklos Szeredi 1-5/+48
2010-12-07fuse: allow batching of FORGET requestsGravatar Miklos Szeredi 2-13/+82
2010-12-07fuse: separate queue for FORGET requestsGravatar Miklos Szeredi 4-64/+133
2010-12-07fuse: ioctl cleanupGravatar Miklos Szeredi 1-8/+7
2010-11-30fuse: verify ioctl retriesGravatar Miklos Szeredi 1-0/+22
2010-11-30fuse: fix ioctl when server is 32bitGravatar Miklos Szeredi 1-6/+44
2010-11-25fuse: fix attributes after open(O_TRUNC)Gravatar Ken Sumrall 1-0/+10
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-4/+4
2010-10-29convert get_sb_single() usersGravatar Al Viro 1-6/+4
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-27fuse: use release_pages()Gravatar Miklos Szeredi 1-6/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Gravatar Miklos Szeredi 1-7/+5