aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fuse: add file kernel handleTejun Heo2008-11-261-1/+1
| * fuse: style fixesMiklos Szeredi2008-11-261-5/+7
* | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-8/+15
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-6/+6
|/
* [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro2008-07-261-1/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-3/+3
* fuse: add fuse_lookup_name() helperMiklos Szeredi2008-07-251-40/+77
* fuse: add export operationsMiklos Szeredi2008-07-251-2/+2
* fuse: prepare lookup for nfs exportMiklos Szeredi2008-07-251-10/+14
* fuse: update file size on short readMiklos Szeredi2008-04-301-1/+1
* fuse: support writable mmapMiklos Szeredi2008-04-301-3/+81
* fuse: fix permission checkingMiklos Szeredi2008-02-231-1/+1
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-3/+3
* fuse: fix attribute caching after createMiklos Szeredi2008-02-061-0/+1
* fuse: fix attribute caching after renameMiklos Szeredi2007-11-291-0/+3
* fuse: pass open flags to read and writeMiklos Szeredi2007-11-291-2/+1
* fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi2007-11-291-9/+18
* fuse: fix reading past EOFMiklos Szeredi2007-11-291-19/+29
* fuse: add blksize field to fuse_attrMiklos Szeredi2007-10-181-5/+27
* fuse: add support for mandatory lockingMiklos Szeredi2007-10-181-0/+5
* fuse: add atomic open+truncate supportMiklos Szeredi2007-10-181-0/+3
* fuse: improve utimes supportMiklos Szeredi2007-10-181-3/+25
* fuse: clean up open file passing in setattrMiklos Szeredi2007-10-181-6/+15
* fuse: add file handle to getattr operationMiklos Szeredi2007-10-181-12/+25
* fuse: fix race between getattr and writeMiklos Szeredi2007-10-181-43/+82
* fuse: fix allowing operationsMiklos Szeredi2007-10-181-1/+7
* fuse: clean up execute permission checkingMiklos Szeredi2007-10-171-18/+31
* fuse: fix permission checking on sticky directoriesMiklos Szeredi2007-10-171-1/+3
* fuse: refresh stale attributes in fuse_permission()Miklos Szeredi2007-10-171-30/+31
* fuse: truncate on spontaneous size changeMiklos Szeredi2007-10-171-33/+13
* fuse: add reference counting to fuse_fileMiklos Szeredi2007-10-171-7/+7
* fuse: fix mknod of regular fileMiklos Szeredi2007-05-231-1/+1