aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messGravatar Al Viro 1-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Gravatar Miklos Szeredi 1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25fuse: lockd supportGravatar Miklos Szeredi 1-2/+9
2008-07-25fuse: nfs export special lookupsGravatar Miklos Szeredi 2-3/+69
2008-07-25fuse: add fuse_lookup_name() helperGravatar Miklos Szeredi 1-40/+77
2008-07-25fuse: add export operationsGravatar Miklos Szeredi 3-2/+121
2008-07-25fuse: prepare lookup for nfs exportGravatar Miklos Szeredi 1-10/+14
2008-06-17fuse: fix thinko in max I/O size calucationGravatar Miklos Szeredi 1-2/+2
2008-05-24fuse: fix bdi naming conflictGravatar Miklos Szeredi 1-1/+6
2008-05-13fuse: add flag to turn on big writesGravatar Miklos Szeredi 3-1/+9
2008-05-01fuse: use clamp() rather than nested min/maxGravatar Harvey Harrison 1-1/+1
2008-04-30fuse: fix sparse warningsGravatar Miklos Szeredi 1-1/+3
2008-04-30fuse: fix race in llseekGravatar Miklos Szeredi 1-2/+27
2008-04-30fuse: fix node ID typeGravatar Miklos Szeredi 2-6/+6
2008-04-30fuse: fix max i/o size calculationGravatar Miklos Szeredi 2-4/+6
2008-04-30fuse: update file size on short readGravatar Miklos Szeredi 3-8/+53
2008-04-30fuse: implement perform_writeGravatar Nick Piggin 1-1/+193
2008-04-30fuse: clean up setting i_size in writeGravatar Miklos Szeredi 1-13/+15
2008-04-30fuse: support writable mmapGravatar Miklos Szeredi 5-29/+481
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEGravatar Miklos Szeredi 3-18/+18
2008-04-25[PATCH] restore sane ->umount_begin() APIGravatar Al Viro 1-3/+2
2008-02-23fuse: fix permission checkingGravatar Miklos Szeredi 1-1/+1
2008-02-08mount options: fix fuseGravatar Miklos Szeredi 1-1/+6
2008-02-07iget: stop FUSE from using iget() and read_inode()Gravatar David Howells 1-6/+0
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-3/+3
2008-02-06fuse: limit queued background requestsGravatar Miklos Szeredi 3-46/+74
2008-02-06fuse: save space in struct fuse_reqGravatar Miklos Szeredi 2-13/+13
2008-02-06fuse: fix attribute caching after createGravatar Miklos Szeredi 1-0/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-3/+3
2008-01-24kobject: convert main fs kobject to use kobject_createGravatar Greg Kroah-Hartman 1-1/+1
2008-01-24kobject: convert fuse to use kobject_createGravatar Greg Kroah-Hartman 1-12/+14
2008-01-24kobject: remove struct kobj_type from struct ksetGravatar Greg Kroah-Hartman 1-4/+4
2007-11-29fuse: fix attribute caching after renameGravatar Miklos Szeredi 1-0/+3
2007-11-29fuse: fix uninitialized field in fuse_inodeGravatar John Muir 1-0/+1
2007-11-29fuse: fix FUSE_FILE_OPS sendingGravatar Miklos Szeredi 1-2/+1
2007-11-29fuse: pass open flags to read and writeGravatar Miklos Szeredi 3-14/+17
2007-11-29fuse: cleanup: add fuse_get_attr_version()Gravatar Miklos Szeredi 1-9/+18
2007-11-29fuse: fix reading past EOFGravatar Miklos Szeredi 3-20/+52
2007-11-14fuse_file_alloc(): fix NULL dereferencesGravatar Adrian Bunk 1-2/+3
2007-10-18fuse: add blksize field to fuse_attrGravatar Miklos Szeredi 2-5/+32
2007-10-18fuse: add support for mandatory lockingGravatar Miklos Szeredi 3-8/+36
2007-10-18fuse: add helper for asynchronous writesGravatar Miklos Szeredi 2-13/+24
2007-10-18fuse: add list of writable files to fuse_inodeGravatar Miklos Szeredi 3-0/+15
2007-10-18fuse: support BSD locking semanticsGravatar Miklos Szeredi 1-5/+27
2007-10-18fuse: add atomic open+truncate supportGravatar Miklos Szeredi 4-2/+13
2007-10-18fuse: improve utimes supportGravatar Miklos Szeredi 1-3/+25
2007-10-18fuse: clean up open file passing in setattrGravatar Miklos Szeredi 1-6/+15
2007-10-18fuse: add file handle to getattr operationGravatar Miklos Szeredi 2-13/+26