summaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)Author
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
2006-11-25[PATCH] fuse: fix Oops in lookupMiklos Szeredi
2006-10-17[PATCH] fuse: fix dereferencing dentry parentMiklos Szeredi
2006-10-17[PATCH] fuse: fix handling of moved directoryMiklos Szeredi
2006-10-17[PATCH] fuse: locking fix for nlookupMiklos Szeredi
2006-10-17[PATCH] fuse: fix hang on SMPMiklos Szeredi
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen
2006-09-29[PATCH] vfs: define new lookup flag for chdirMiklos Szeredi
2006-07-31[PATCH] fuse: use jiffies_64Miklos Szeredi
2006-07-31[PATCH] fuse: fix zero timeoutMiklos Szeredi