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