summaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)Author
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-05-28fuse: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataMiklos Szeredi
2011-03-21fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi
2011-03-21fuse: make fuse_permission() RCU awareMiklos Szeredi
2011-03-10fuse: fix d_revalidate oopsen on NFS exportsAl Viro
2011-02-25fuse: fix truncate after openMiklos Szeredi
2011-01-12switch fuseAl Viro
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-02vfs: re-introduce MAY_CHDIREric Paris
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2009-11-27fuse: reject O_DIRECT flag also in fuse_createCsaba Henk
2009-11-04fuse: invalidate target of renameMiklos Szeredi
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-06-30fuse: invalidation reverse callsJohn Muir
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi
2009-04-02fuse: allow kernel to access "direct_io" filesMiklos Szeredi
2009-03-27constify dentry_operations: FUSEAl Viro
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo
2008-11-26fuse: add file kernel handleTejun Heo
2008-11-26fuse: style fixesMiklos Szeredi
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-25fuse: add fuse_lookup_name() helperMiklos Szeredi
2008-07-25fuse: add export operationsMiklos Szeredi
2008-07-25fuse: prepare lookup for nfs exportMiklos Szeredi
2008-04-30fuse: update file size on short readMiklos Szeredi
2008-04-30fuse: support writable mmapMiklos Szeredi