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