summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorLines
2008-05-24fuse: fix bdi naming conflictMiklos Szeredi-1/+6
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi-1/+4
2008-04-30fuse: fix node ID typeMiklos Szeredi-4/+4
2008-04-30fuse: fix max i/o size calculationMiklos Szeredi-1/+2
2008-04-30fuse: support writable mmapMiklos Szeredi-10/+39
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi-15/+15
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro-3/+2
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-06fuse: limit queued background requestsMiklos 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 uninitialized field in fuse_inodeJohn Muir-0/+1
2007-11-29fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi-2/+1
2007-10-18fuse: add blksize field to fuse_attrMiklos Szeredi-0/+5
2007-10-18fuse: add list of writable files to fuse_inodeMiklos Szeredi-0/+2
2007-10-18fuse: add atomic open+truncate supportMiklos Szeredi-1/+4
2007-10-18fuse: add file handle to getattr operationMiklos Szeredi-1/+1
2007-10-18fuse: fix race between getattr and writeMiklos Szeredi-5/+17
2007-10-18fuse: fix allowing operationsMiklos Szeredi-0/+5
2007-10-17fuse: fix permission checking on sticky directoriesMiklos Szeredi-1/+11
2007-10-17fuse: set i_nlink to sane value after mountMiklos Szeredi-0/+1
2007-10-17fuse: fix page invalidationMiklos Szeredi-1/+1
2007-10-17fuse: truncate on spontaneous size changeMiklos Szeredi-5/+20
2007-10-17fuse: fix reserved request wake upMiklos Szeredi-0/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-2/+1
2007-10-17mm: bdi init hooksPeter Zijlstra-0/+9
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-06-16fuse: ->fs_flags fixletAlexey Dobriyan-2/+1
2007-05-23fuse: delete inode on dropMiklos Szeredi-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-2/+1
2007-05-08add filesystem subtype supportMiklos Szeredi-0/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-2/+2
2007-04-08[PATCH] fuse: validate rootmode mount optionTimo Savola-0/+2
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek-1/+1
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton-1/+1
2006-12-07[PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi-10/+33
2006-12-07[PATCH] fuse: add DESTROY operationMiklos Szeredi-0/+22
2006-12-07[PATCH] fuse: add blksize optionMiklos Szeredi-4/+20
2006-12-07[PATCH] fuse: add support for block device based filesystemsMiklos Szeredi-11/+37
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-1/+1
2006-10-17[PATCH] fuse: fix handling of moved directoryMiklos Szeredi-1/+4
2006-10-17[PATCH] fuse: fix spurious BUGMiklos Szeredi-3/+0
2006-10-17[PATCH] fuse: locking fix for nlookupMiklos Szeredi-0/+2
2006-10-17[PATCH] fuse: fix hang on SMPMiklos Szeredi-1/+4