summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
AgeCommit message (Expand)AuthorLines
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-2/+56
2012-01-03fuse: propagate umode_tAl Viro-3/+3
2012-01-03switch ->mknod() to umode_tAl Viro-1/+1
2012-01-03switch ->create() to umode_tAl Viro-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro-1/+1
2011-12-13FUSE: Notifying the kernel of deletion.John Muir-2/+30
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi-0/+26
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik-2/+3
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro-1/+1
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro-7/+7
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro-3/+2
2011-07-20kill check_acl callback of generic_permission()Al Viro-2/+2
2011-05-28fuse: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+6
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil-0/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil-0/+2
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataMiklos Szeredi-1/+1
2011-03-21fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi-4/+4
2011-03-21fuse: make fuse_permission() RCU awareMiklos Szeredi-8/+22
2011-03-10fuse: fix d_revalidate oopsen on NFS exportsAl Viro-1/+1
2011-02-25fuse: fix truncate after openMiklos Szeredi-2/+5
2011-01-12switch fuseAl Viro-1/+0
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-27/+26
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin-3/+7
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin-1/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-1/+1
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi-27/+26
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-10/+7
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig-5/+1
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig-5/+6
2010-08-02vfs: re-introduce MAY_CHDIREric Paris-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig-3/+2
2009-11-27fuse: reject O_DIRECT flag also in fuse_createCsaba Henk-0/+3
2009-11-04fuse: invalidate target of renameMiklos Szeredi-1/+3
2009-09-24truncate: use new helpersnpiggin@suse.de-10/+4
2009-06-30fuse: invalidation reverse callsJohn Muir-0/+37
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi-3/+17
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi-16/+5
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi-1/+1
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi-7/+9
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi-1/+1
2009-04-02fuse: allow kernel to access "direct_io" filesMiklos Szeredi-0/+1
2009-03-27constify dentry_operations: FUSEAl Viro-1/+1
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-23/+25
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo-17/+17
2008-11-26fuse: add file kernel handleTejun Heo-1/+1
2008-11-26fuse: style fixesMiklos Szeredi-5/+7
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-8/+15
2008-11-14CRED: Separate task security context from task_structDavid Howells-6/+6