aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAge
* [readdir] convert fuseAl Viro2013-06-29
* fuse: fix readdirplus Oops in fuse_dentry_revalidateMiklos Szeredi2013-06-03
* fuse: truncate file if async dio failedMaxim Patlasov2013-04-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | fuse: allow control of adaptive readdirplus useEric Wong2013-02-07
* | fuse: don't WARN when nlink is zeroMiklos Szeredi2013-02-04
* | FUSE: Adapt readdirplus to application usage patternsFeng Shuo2013-01-31
* | Do not use RCU for current process credentialsAnatol Pomozov2013-01-31
* | fuse: use req->page_descs[] for argpages casesMaxim Patlasov2013-01-24
* | fuse: categorize fuse_get_req()Maxim Patlasov2013-01-24
* | fuse: implement NFS-like readdirplus supportAnand V. Avati2013-01-24
|/
* userns: Support fuse interacting with multiple user namespacesEric W. Biederman2012-11-15
* fuse: check create mode in atomic openMiklos Szeredi2012-08-15
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* make finish_no_open() return intAl Viro2012-07-14
* kill struct opendataAl Viro2012-07-14
* make ->atomic_open() return intAl Viro2012-07-14
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-14
* fuse: implement i_op->atomic_open()Miklos Szeredi2012-07-14
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-14
* fuse: fix blksize calculationMiklos Szeredi2012-05-14
* fuse: fix stat call on 32 bit platformsPavel Shilovsky2012-05-14
* fuse: O_DIRECT support for filesAnand Avati2012-03-05
* fuse: fix nlink after unlinkMiklos Szeredi2012-03-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-01-12
|\
| * FUSE: Notifying the kernel of deletion.John Muir2011-12-13
| * fuse: support ioctl on directoriesMiklos Szeredi2011-12-13
* | fuse: propagate umode_tAl Viro2012-01-03
* | switch ->mknod() to umode_tAl Viro2012-01-03
* | switch ->create() to umode_tAl Viro2012-01-03
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
|/
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* no need to check for LOOKUP_OPEN in ->create() instancesAl Viro2011-07-20
* don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-20
* kill check_acl callback of generic_permission()Al Viro2011-07-20
* fuse: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-26
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* | fuse: fix oops in revalidate when called with NULL nameidataMiklos Szeredi2011-05-10
|/
* fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi2011-03-21
* fuse: make fuse_permission() RCU awareMiklos Szeredi2011-03-21
* fuse: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-10
* fuse: fix truncate after openMiklos Szeredi2011-02-25
* switch fuseAl Viro2011-01-12