aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAge
* fuse: reject O_DIRECT flag also in fuse_createCsaba Henk2009-11-27
* fuse: invalidate target of renameMiklos Szeredi2009-11-04
* truncate: use new helpersnpiggin@suse.de2009-09-24
* fuse: invalidation reverse callsJohn Muir2009-06-30
* fuse: allow umask processing in userspaceMiklos Szeredi2009-06-30
* fuse: don't use inode in fuse_sync_release()Miklos Szeredi2009-04-28
* fuse: create fuse_do_open() helper for CUSEMiklos Szeredi2009-04-28
* fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi2009-04-28
* fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi2009-04-28
* fuse: allow kernel to access "direct_io" filesMiklos Szeredi2009-04-02
* constify dentry_operations: FUSEAl Viro2009-03-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-01-06
|\
| * fuse: add fuse_ prefix to several functionsTejun Heo2008-11-26
| * fuse: add file kernel handleTejun Heo2008-11-26
| * fuse: style fixesMiklos Szeredi2008-11-26
* | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-13
* | CRED: Separate task security context from task_structDavid Howells2008-11-13
|/
* [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro2008-07-26
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-26
* fuse: add fuse_lookup_name() helperMiklos Szeredi2008-07-25
* fuse: add export operationsMiklos Szeredi2008-07-25
* fuse: prepare lookup for nfs exportMiklos Szeredi2008-07-25
* fuse: update file size on short readMiklos Szeredi2008-04-30
* fuse: support writable mmapMiklos Szeredi2008-04-30
* fuse: fix permission checkingMiklos Szeredi2008-02-23
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* fuse: fix attribute caching after createMiklos Szeredi2008-02-06
* fuse: fix attribute caching after renameMiklos Szeredi2007-11-29
* fuse: pass open flags to read and writeMiklos Szeredi2007-11-29
* fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi2007-11-29
* fuse: fix reading past EOFMiklos Szeredi2007-11-29
* fuse: add blksize field to fuse_attrMiklos Szeredi2007-10-18
* fuse: add support for mandatory lockingMiklos Szeredi2007-10-18
* fuse: add atomic open+truncate supportMiklos Szeredi2007-10-18
* fuse: improve utimes supportMiklos Szeredi2007-10-18
* fuse: clean up open file passing in setattrMiklos Szeredi2007-10-18
* fuse: add file handle to getattr operationMiklos Szeredi2007-10-18
* fuse: fix race between getattr and writeMiklos Szeredi2007-10-18
* fuse: fix allowing operationsMiklos Szeredi2007-10-18
* fuse: clean up execute permission checkingMiklos Szeredi2007-10-17
* fuse: fix permission checking on sticky directoriesMiklos Szeredi2007-10-17
* fuse: refresh stale attributes in fuse_permission()Miklos Szeredi2007-10-17
* fuse: truncate on spontaneous size changeMiklos Szeredi2007-10-17
* fuse: add reference counting to fuse_fileMiklos Szeredi2007-10-17
* fuse: fix mknod of regular fileMiklos Szeredi2007-05-23
* [PATCH] fuse: validate rootmode mount optionTimo Savola2007-04-08
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-12
* [PATCH] struct path: convert fuseJosef Sipek2006-12-08
* [PATCH] fuse: add bmap supportMiklos Szeredi2006-12-07
* [PATCH] fuse: minor cleanup in fuse_dentry_revalidateMiklos Szeredi2006-12-07