summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
AgeCommit message (Expand)AuthorLines
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig-3/+2
2009-11-27fuse: reject O_DIRECT flag also in fuse_createCsaba Henk-0/+3
2009-11-04fuse: invalidate target of renameMiklos Szeredi-1/+3
2009-09-24truncate: use new helpersnpiggin@suse.de-10/+4
2009-06-30fuse: invalidation reverse callsJohn Muir-0/+37
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi-3/+17
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi-16/+5
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi-1/+1
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi-7/+9
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi-1/+1
2009-04-02fuse: allow kernel to access "direct_io" filesMiklos Szeredi-0/+1
2009-03-27constify dentry_operations: FUSEAl Viro-1/+1
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