summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | fuse: allow control of adaptive readdirplus useEric Wong2013-02-071-0/+2
* | fuse: don't WARN when nlink is zeroMiklos Szeredi2013-02-041-1/+8
* | FUSE: Adapt readdirplus to application usage patternsFeng Shuo2013-01-311-3/+28
* | Do not use RCU for current process credentialsAnatol Pomozov2013-01-311-13/+9Star
* | fuse: use req->page_descs[] for argpages casesMaxim Patlasov2013-01-241-0/+1
* | fuse: categorize fuse_get_req()Maxim Patlasov2013-01-241-19/+19
* | fuse: implement NFS-like readdirplus supportAnand V. Avati2013-01-241-4/+156
|/
* userns: Support fuse interacting with multiple user namespacesEric W. Biederman2012-11-151-10/+10
* fuse: check create mode in atomic openMiklos Szeredi2012-08-151-0/+3
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-2/+2
* make finish_no_open() return intAl Viro2012-07-141-2/+1Star
* kill struct opendataAl Viro2012-07-141-9/+6Star
* make ->atomic_open() return intAl Viro2012-07-141-17/+16Star
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-5/+5
* fuse: implement i_op->atomic_open()Miklos Szeredi2012-07-141-27/+67
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+1
* fuse: fix blksize calculationMiklos Szeredi2012-05-141-1/+9
* fuse: fix stat call on 32 bit platformsPavel Shilovsky2012-05-141-0/+1
* fuse: O_DIRECT support for filesAnand Avati2012-03-051-3/+0Star
* fuse: fix nlink after unlinkMiklos Szeredi2012-03-051-7/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-01-121-2/+56
|\
| * FUSE: Notifying the kernel of deletion.John Muir2011-12-131-2/+30
| * fuse: support ioctl on directoriesMiklos Szeredi2011-12-131-0/+26
* | fuse: propagate umode_tAl Viro2012-01-041-3/+3
* | switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* | switch ->create() to umode_tAl Viro2012-01-041-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
|/
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-2/+3
* 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/+2Star
* kill check_acl callback of generic_permission()Al Viro2011-07-201-2/+2
* fuse: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0Star
* 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
|/
* fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi2011-03-211-4/+4
* fuse: make fuse_permission() RCU awareMiklos Szeredi2011-03-211-8/+22
* fuse: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
* fuse: fix truncate after openMiklos Szeredi2011-02-251-2/+5
* switch fuseAl Viro2011-01-131-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-01-101-27/+26Star
|\
| * fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-071-27/+26Star
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-3/+7