summaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)Author
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
2008-02-23fuse: fix permission checkingMiklos Szeredi
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-06fuse: fix attribute caching after createMiklos Szeredi
2007-11-29fuse: fix attribute caching after renameMiklos Szeredi
2007-11-29fuse: pass open flags to read and writeMiklos Szeredi
2007-11-29fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi
2007-11-29fuse: fix reading past EOFMiklos Szeredi
2007-10-18fuse: add blksize field to fuse_attrMiklos Szeredi
2007-10-18fuse: add support for mandatory lockingMiklos Szeredi
2007-10-18fuse: add atomic open+truncate supportMiklos Szeredi
2007-10-18fuse: improve utimes supportMiklos Szeredi
2007-10-18fuse: clean up open file passing in setattrMiklos Szeredi
2007-10-18fuse: add file handle to getattr operationMiklos Szeredi
2007-10-18fuse: fix race between getattr and writeMiklos Szeredi
2007-10-18fuse: fix allowing operationsMiklos Szeredi
2007-10-17fuse: clean up execute permission checkingMiklos Szeredi
2007-10-17fuse: fix permission checking on sticky directoriesMiklos Szeredi
2007-10-17fuse: refresh stale attributes in fuse_permission()Miklos Szeredi
2007-10-17fuse: truncate on spontaneous size changeMiklos Szeredi
2007-10-17fuse: add reference counting to fuse_fileMiklos Szeredi
2007-05-23fuse: fix mknod of regular fileMiklos Szeredi
2007-04-08[PATCH] fuse: validate rootmode mount optionTimo Savola
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2006-12-08[PATCH] struct path: convert fuseJosef Sipek
2006-12-07[PATCH] fuse: add bmap supportMiklos Szeredi
2006-12-07[PATCH] fuse: minor cleanup in fuse_dentry_revalidateMiklos Szeredi