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