aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-2/+3
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesGravatar Al Viro 1-1/+1
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-7/+7
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-3/+2
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-2/+2
2011-05-28fuse: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataGravatar Miklos Szeredi 1-1/+1
2011-03-21fuse: make fuse_dentry_revalidate() RCU awareGravatar Miklos Szeredi 1-4/+4
2011-03-21fuse: make fuse_permission() RCU awareGravatar Miklos Szeredi 1-8/+22
2011-03-10fuse: fix d_revalidate oopsen on NFS exportsGravatar Al Viro 1-1/+1
2011-02-25fuse: fix truncate after openGravatar Miklos Szeredi 1-2/+5
2011-01-12switch fuseGravatar Al Viro 1-1/+0
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-27/+26
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-3/+7
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-1/+5
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2010-12-07fuse: separate queue for FORGET requestsGravatar Miklos Szeredi 1-27/+26
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+7
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-5/+1
2010-08-09always call inode_change_ok early in ->setattrGravatar Christoph Hellwig 1-5/+6
2010-08-02vfs: re-introduce MAY_CHDIRGravatar Eric Paris 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-3/+2
2009-11-27fuse: reject O_DIRECT flag also in fuse_createGravatar Csaba Henk 1-0/+3
2009-11-04fuse: invalidate target of renameGravatar Miklos Szeredi 1-1/+3
2009-09-24truncate: use new helpersGravatar npiggin@suse.de 1-10/+4
2009-06-30fuse: invalidation reverse callsGravatar John Muir 1-0/+37
2009-06-30fuse: allow umask processing in userspaceGravatar Miklos Szeredi 1-3/+17
2009-04-28fuse: don't use inode in fuse_sync_release()Gravatar Miklos Szeredi 1-16/+5
2009-04-28fuse: create fuse_do_open() helper for CUSEGravatar Miklos Szeredi 1-1/+1
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Gravatar Miklos Szeredi 1-7/+9
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Gravatar Miklos Szeredi 1-1/+1
2009-04-02fuse: allow kernel to access "direct_io" filesGravatar Miklos Szeredi 1-0/+1
2009-03-27constify dentry_operations: FUSEGravatar Al Viro 1-1/+1
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-23/+25
2008-11-26fuse: add fuse_ prefix to several functionsGravatar Tejun Heo 1-17/+17
2008-11-26fuse: add file kernel handleGravatar Tejun Heo 1-1/+1
2008-11-26fuse: style fixesGravatar Miklos Szeredi 1-5/+7
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-8/+15
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-6/+6
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messGravatar Al Viro 1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-3/+3
2008-07-25fuse: add fuse_lookup_name() helperGravatar Miklos Szeredi 1-40/+77
2008-07-25fuse: add export operationsGravatar Miklos Szeredi 1-2/+2
2008-07-25fuse: prepare lookup for nfs exportGravatar Miklos Szeredi 1-10/+14
2008-04-30fuse: update file size on short readGravatar Miklos Szeredi 1-1/+1
2008-04-30fuse: support writable mmapGravatar Miklos Szeredi 1-3/+81