summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig-15/+8
2008-10-16fuse: implement nonseekable openTejun Heo-0/+2
2008-10-16fuse: add include protectorsTejun Heo-0/+5
2008-10-16fuse: add missing fuse_request_freeJulia Lawall-1/+2
2008-10-16fuse: fix SEEK_END incorrectnessMiklos Szeredi-0/+3
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse-1/+1
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-1/+1
2008-07-25fuse: lockd supportMiklos Szeredi-2/+9
2008-07-25fuse: nfs export special lookupsMiklos Szeredi-3/+69
2008-07-25fuse: add fuse_lookup_name() helperMiklos Szeredi-40/+77
2008-07-25fuse: add export operationsMiklos Szeredi-2/+121
2008-07-25fuse: prepare lookup for nfs exportMiklos Szeredi-10/+14
2008-06-17fuse: fix thinko in max I/O size calucationMiklos Szeredi-2/+2
2008-05-24fuse: fix bdi naming conflictMiklos Szeredi-1/+6
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi-1/+9
2008-05-01fuse: use clamp() rather than nested min/maxHarvey Harrison-1/+1
2008-04-30fuse: fix sparse warningsMiklos Szeredi-1/+3
2008-04-30fuse: fix race in llseekMiklos Szeredi-2/+27
2008-04-30fuse: fix node ID typeMiklos Szeredi-6/+6
2008-04-30fuse: fix max i/o size calculationMiklos Szeredi-4/+6
2008-04-30fuse: update file size on short readMiklos Szeredi-8/+53
2008-04-30fuse: implement perform_writeNick Piggin-1/+193
2008-04-30fuse: clean up setting i_size in writeMiklos Szeredi-13/+15
2008-04-30fuse: support writable mmapMiklos Szeredi-29/+481
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi-18/+18
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro-3/+2
2008-02-23fuse: fix permission checkingMiklos Szeredi-1/+1
2008-02-08mount options: fix fuseMiklos Szeredi-1/+6
2008-02-07iget: stop FUSE from using iget() and read_inode()David Howells-6/+0
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells-3/+3
2008-02-06fuse: limit queued background requestsMiklos Szeredi-46/+74
2008-02-06fuse: save space in struct fuse_reqMiklos Szeredi-13/+13
2008-02-06fuse: fix attribute caching after createMiklos Szeredi-0/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-3/+3
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman-1/+1
2008-01-24kobject: convert fuse to use kobject_createGreg Kroah-Hartman-12/+14
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman-4/+4
2007-11-29fuse: fix attribute caching after renameMiklos Szeredi-0/+3
2007-11-29fuse: fix uninitialized field in fuse_inodeJohn Muir-0/+1
2007-11-29fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi-2/+1
2007-11-29fuse: pass open flags to read and writeMiklos Szeredi-14/+17
2007-11-29fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi-9/+18
2007-11-29fuse: fix reading past EOFMiklos Szeredi-20/+52
2007-11-14fuse_file_alloc(): fix NULL dereferencesAdrian Bunk-2/+3
2007-10-18fuse: add blksize field to fuse_attrMiklos Szeredi-5/+32
2007-10-18fuse: add support for mandatory lockingMiklos Szeredi-8/+36
2007-10-18fuse: add helper for asynchronous writesMiklos Szeredi-13/+24