summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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-031-3/+3
* | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
|/
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-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/+2
* 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/+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
|/
* 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-121-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-01-101-27/+26
|\
| * fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-071-27/+26
* | 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-071-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-10/+7
|\
| * check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-5/+1
| * always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-5/+6
* | vfs: re-introduce MAY_CHDIREric Paris2010-08-021-1/+1
|/
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-3/+2
* fuse: reject O_DIRECT flag also in fuse_createCsaba Henk2009-11-271-0/+3
* fuse: invalidate target of renameMiklos Szeredi2009-11-041-1/+3
* truncate: use new helpersnpiggin@suse.de2009-09-241-10/+4
* fuse: invalidation reverse callsJohn Muir2009-06-301-0/+37
* fuse: allow umask processing in userspaceMiklos Szeredi2009-06-301-3/+17
* fuse: don't use inode in fuse_sync_release()Miklos Szeredi2009-04-281-16/+5
* fuse: create fuse_do_open() helper for CUSEMiklos Szeredi2009-04-281-1/+1
* fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi2009-04-281-7/+9
* fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi2009-04-281-1/+1
* fuse: allow kernel to access "direct_io" filesMiklos Szeredi2009-04-021-0/+1
* constify dentry_operations: FUSEAl Viro2009-03-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-01-061-23/+25
|\
| * fuse: add fuse_ prefix to several functionsTejun Heo2008-11-261-17/+17