summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-07-251-1/+1
|\
| * locks: rename lock-manager opsJ. Bruce Fields2011-07-201-1/+1
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-203-9/+23
* | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2011-07-201-2/+19
* | no need to check for LOOKUP_OPEN in ->create() instancesAl Viro2011-07-201-1/+1
* | don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-201-1/+1
* | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-7/+7
* | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-3/+2
* | kill check_acl callback of generic_permission()Al Viro2011-07-201-2/+2
|/
* more conservative S_NOSEC handlingAl Viro2011-06-031-0/+2
* fuse: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+6
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+4
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | fuse: fix oops in revalidate when called with NULL nameidataMiklos Szeredi2011-05-101-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-1/+0
| |\
| | * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | | mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-221-6/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-03-225-16/+54
|\ \ \
| * | | fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi2011-03-211-4/+4
| * | | fuse: make fuse_permission() RCU awareMiklos Szeredi2011-03-211-8/+22
| * | | fuse: wakeup pollers on connection release/abortBryan Green2011-03-212-1/+18
| * | | fuse: reduce size of struct fuse_requestMiklos Szeredi2011-03-212-3/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\ \ \ \
| * | | | fuse/cuse: fix comment typo initilaizationPaul Bolle2011-02-151-1/+1
| | |_|/ | |/| |
* | | | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+3
| |/ / |/| |
* | | fuse: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
| |/ |/|
* | fuse: fix truncate after openMiklos Szeredi2011-02-251-2/+5
* | fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2011-02-252-8/+50
|/
* switch fuseAl Viro2011-01-122-7/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-01-105-76/+256
|\
| * fuse: fix ioctl ABIMiklos Szeredi2010-12-071-5/+48
| * fuse: allow batching of FORGET requestsMiklos Szeredi2010-12-072-13/+82
| * fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-074-64/+133
| * fuse: ioctl cleanupMiklos Szeredi2010-12-071-8/+7
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-3/+7
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-1/+5
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-072-3/+3
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
|/
* fuse: verify ioctl retriesMiklos Szeredi2010-11-301-0/+22
* fuse: fix ioctl when server is 32bitMiklos Szeredi2010-11-301-6/+44
* fuse: fix attributes after open(O_TRUNC)Ken Sumrall2010-11-251-0/+10
* convert get_sb_nodev() usersAl Viro2010-10-291-4/+4
* convert get_sb_single() usersAl Viro2010-10-291-6/+4
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* fuse: use release_pages()Miklos Szeredi2010-10-271-6/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-261-0/+1
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1