aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-23/+25
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo1-17/+17
2008-11-26fuse: add file kernel handleTejun Heo1-1/+1
2008-11-26fuse: style fixesMiklos Szeredi1-5/+7
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-8/+15
2008-11-14CRED: Separate task security context from task_structDavid Howells1-6/+6
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-3/+3
2008-07-25fuse: add fuse_lookup_name() helperMiklos Szeredi1-40/+77
2008-07-25fuse: add export operationsMiklos Szeredi1-2/+2
2008-07-25fuse: prepare lookup for nfs exportMiklos Szeredi1-10/+14
2008-04-30fuse: update file size on short readMiklos Szeredi1-1/+1
2008-04-30fuse: support writable mmapMiklos Szeredi1-3/+81
2008-02-23fuse: fix permission checkingMiklos Szeredi1-1/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-3/+3
2008-02-06fuse: fix attribute caching after createMiklos Szeredi1-0/+1
2007-11-29fuse: fix attribute caching after renameMiklos Szeredi1-0/+3
2007-11-29fuse: pass open flags to read and writeMiklos Szeredi1-2/+1
2007-11-29fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi1-9/+18
2007-11-29fuse: fix reading past EOFMiklos Szeredi1-19/+29
2007-10-18fuse: add blksize field to fuse_attrMiklos Szeredi1-5/+27
2007-10-18fuse: add support for mandatory lockingMiklos Szeredi1-0/+5
2007-10-18fuse: add atomic open+truncate supportMiklos Szeredi1-0/+3
2007-10-18fuse: improve utimes supportMiklos Szeredi1-3/+25
2007-10-18fuse: clean up open file passing in setattrMiklos Szeredi1-6/+15
2007-10-18fuse: add file handle to getattr operationMiklos Szeredi1-12/+25
2007-10-18fuse: fix race between getattr and writeMiklos Szeredi1-43/+82
2007-10-18fuse: fix allowing operationsMiklos Szeredi1-1/+7
2007-10-17fuse: clean up execute permission checkingMiklos Szeredi1-18/+31
2007-10-17fuse: fix permission checking on sticky directoriesMiklos Szeredi1-1/+3
2007-10-17fuse: refresh stale attributes in fuse_permission()Miklos Szeredi1-30/+31
2007-10-17fuse: truncate on spontaneous size changeMiklos Szeredi1-33/+13
2007-10-17fuse: add reference counting to fuse_fileMiklos Szeredi1-7/+7
2007-05-23fuse: fix mknod of regular fileMiklos Szeredi1-1/+1
2007-04-08[PATCH] fuse: validate rootmode mount optionTimo Savola1-2/+3
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-3/+3
2006-12-08[PATCH] struct path: convert fuseJosef Sipek1-1/+1
2006-12-07[PATCH] fuse: add bmap supportMiklos Szeredi1-0/+2
2006-12-07[PATCH] fuse: minor cleanup in fuse_dentry_revalidateMiklos Szeredi1-3/+0
2006-11-25[PATCH] fuse: fix Oops in lookupMiklos Szeredi1-14/+38
2006-10-17[PATCH] fuse: fix dereferencing dentry parentMiklos Szeredi1-1/+4
2006-10-17[PATCH] fuse: fix handling of moved directoryMiklos Szeredi1-26/+44
2006-10-17[PATCH] fuse: locking fix for nlookupMiklos Szeredi1-0/+2
2006-10-17[PATCH] fuse: fix hang on SMPMiklos Szeredi1-9/+21
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-09-29[PATCH] vfs: define new lookup flag for chdirMiklos Szeredi1-1/+1
2006-07-31[PATCH] fuse: use jiffies_64Miklos Szeredi1-8/+36
2006-07-31[PATCH] fuse: fix zero timeoutMiklos Szeredi1-2/+5
2006-06-25[PATCH] fuse: no backgrounding on interruptMiklos Szeredi1-26/+30
2006-04-11[PATCH] fuse: clean up request accountingMiklos Szeredi1-60/+58