aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25fuse: nfs export special lookupsMiklos Szeredi1-3/+63
2008-07-25fuse: add export operationsMiklos Szeredi1-0/+115
2008-06-17fuse: fix thinko in max I/O size calucationMiklos Szeredi1-2/+2
2008-05-24fuse: fix bdi naming conflictMiklos Szeredi1-1/+6
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi1-1/+4
2008-04-30fuse: fix node ID typeMiklos Szeredi1-4/+4
2008-04-30fuse: fix max i/o size calculationMiklos Szeredi1-1/+2
2008-04-30fuse: support writable mmapMiklos Szeredi1-10/+39
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi1-15/+15
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-3/+2
2008-02-08mount options: fix fuseMiklos Szeredi1-1/+6
2008-02-07iget: stop FUSE from using iget() and read_inode()David Howells1-6/+0
2008-02-06fuse: limit queued background requestsMiklos Szeredi1-0/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+3
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman1-1/+1
2008-01-24kobject: convert fuse to use kobject_createGreg Kroah-Hartman1-12/+14
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-4/+4
2007-11-29fuse: fix uninitialized field in fuse_inodeJohn Muir1-0/+1
2007-11-29fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi1-2/+1
2007-10-18fuse: add blksize field to fuse_attrMiklos Szeredi1-0/+5
2007-10-18fuse: add list of writable files to fuse_inodeMiklos Szeredi1-0/+2
2007-10-18fuse: add atomic open+truncate supportMiklos Szeredi1-1/+4
2007-10-18fuse: add file handle to getattr operationMiklos Szeredi1-1/+1
2007-10-18fuse: fix race between getattr and writeMiklos Szeredi1-5/+17
2007-10-18fuse: fix allowing operationsMiklos Szeredi1-0/+5
2007-10-17fuse: fix permission checking on sticky directoriesMiklos Szeredi1-1/+11
2007-10-17fuse: set i_nlink to sane value after mountMiklos Szeredi1-0/+1
2007-10-17fuse: fix page invalidationMiklos Szeredi1-1/+1
2007-10-17fuse: truncate on spontaneous size changeMiklos Szeredi1-5/+20
2007-10-17fuse: fix reserved request wake upMiklos Szeredi1-0/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+9
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-06-16fuse: ->fs_flags fixletAlexey Dobriyan1-2/+1
2007-05-23fuse: delete inode on dropMiklos Szeredi1-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-08add filesystem subtype supportMiklos Szeredi1-0/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-2/+2
2007-04-08[PATCH] fuse: validate rootmode mount optionTimo Savola1-0/+2
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+1
2006-12-07[PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi1-10/+33
2006-12-07[PATCH] fuse: add DESTROY operationMiklos Szeredi1-0/+22
2006-12-07[PATCH] fuse: add blksize optionMiklos Szeredi1-4/+20
2006-12-07[PATCH] fuse: add support for block device based filesystemsMiklos Szeredi1-11/+37
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2