summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix thinko in max I/O size calucationMiklos Szeredi2008-06-171-2/+2
* fuse: fix bdi naming conflictMiklos Szeredi2008-05-241-1/+6
* fuse: add flag to turn on big writesMiklos Szeredi2008-05-131-1/+4
* fuse: fix node ID typeMiklos Szeredi2008-04-301-4/+4
* fuse: fix max i/o size calculationMiklos Szeredi2008-04-301-1/+2
* fuse: support writable mmapMiklos Szeredi2008-04-301-10/+39
* mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi2008-04-301-15/+15
* [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-3/+2
* mount options: fix fuseMiklos Szeredi2008-02-081-1/+6
* iget: stop FUSE from using iget() and read_inode()David Howells2008-02-071-6/+0
* fuse: limit queued background requestsMiklos Szeredi2008-02-061-0/+1
* Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-3/+3
* kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman2008-01-241-1/+1
* kobject: convert fuse to use kobject_createGreg Kroah-Hartman2008-01-241-12/+14
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-4/+4
* fuse: fix uninitialized field in fuse_inodeJohn Muir2007-11-291-0/+1
* fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi2007-11-291-2/+1
* fuse: add blksize field to fuse_attrMiklos Szeredi2007-10-181-0/+5
* fuse: add list of writable files to fuse_inodeMiklos Szeredi2007-10-181-0/+2
* fuse: add atomic open+truncate supportMiklos Szeredi2007-10-181-1/+4
* fuse: add file handle to getattr operationMiklos Szeredi2007-10-181-1/+1
* fuse: fix race between getattr and writeMiklos Szeredi2007-10-181-5/+17
* fuse: fix allowing operationsMiklos Szeredi2007-10-181-0/+5
* fuse: fix permission checking on sticky directoriesMiklos Szeredi2007-10-171-1/+11
* fuse: set i_nlink to sane value after mountMiklos Szeredi2007-10-171-0/+1
* fuse: fix page invalidationMiklos Szeredi2007-10-171-1/+1
* fuse: truncate on spontaneous size changeMiklos Szeredi2007-10-171-5/+20
* fuse: fix reserved request wake upMiklos Szeredi2007-10-171-0/+2
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+9
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* fuse: ->fs_flags fixletAlexey Dobriyan2007-06-161-2/+1
* fuse: delete inode on dropMiklos Szeredi2007-05-231-0/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* add filesystem subtype supportMiklos Szeredi2007-05-081-0/+2
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-2/+2
* [PATCH] fuse: validate rootmode mount optionTimo Savola2007-04-081-0/+2
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] remove invalidate_inode_pages()Andrew Morton2007-02-111-1/+1
* [PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi2006-12-071-10/+33
* [PATCH] fuse: add DESTROY operationMiklos Szeredi2006-12-071-0/+22
* [PATCH] fuse: add blksize optionMiklos Szeredi2006-12-071-4/+20
* [PATCH] fuse: add support for block device based filesystemsMiklos Szeredi2006-12-071-11/+37
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] fuse: fix handling of moved directoryMiklos Szeredi2006-10-171-1/+4
* [PATCH] fuse: fix spurious BUGMiklos Szeredi2006-10-171-3/+0
* [PATCH] fuse: locking fix for nlookupMiklos Szeredi2006-10-171-0/+2