aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-15/+8
2008-10-16fuse: add missing fuse_request_freeGravatar Julia Lawall 1-1/+2
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25fuse: nfs export special lookupsGravatar Miklos Szeredi 1-3/+63
2008-07-25fuse: add export operationsGravatar Miklos Szeredi 1-0/+115
2008-06-17fuse: fix thinko in max I/O size calucationGravatar Miklos Szeredi 1-2/+2
2008-05-24fuse: fix bdi naming conflictGravatar Miklos Szeredi 1-1/+6
2008-05-13fuse: add flag to turn on big writesGravatar Miklos Szeredi 1-1/+4
2008-04-30fuse: fix node ID typeGravatar Miklos Szeredi 1-4/+4
2008-04-30fuse: fix max i/o size calculationGravatar Miklos Szeredi 1-1/+2
2008-04-30fuse: support writable mmapGravatar Miklos Szeredi 1-10/+39
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEGravatar Miklos Szeredi 1-15/+15
2008-04-25[PATCH] restore sane ->umount_begin() APIGravatar Al Viro 1-3/+2
2008-02-08mount options: fix fuseGravatar Miklos Szeredi 1-1/+6
2008-02-07iget: stop FUSE from using iget() and read_inode()Gravatar David Howells 1-6/+0
2008-02-06fuse: limit queued background requestsGravatar Miklos Szeredi 1-0/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-3/+3
2008-01-24kobject: convert main fs kobject to use kobject_createGravatar Greg Kroah-Hartman 1-1/+1
2008-01-24kobject: convert fuse to use kobject_createGravatar Greg Kroah-Hartman 1-12/+14
2008-01-24kobject: remove struct kobj_type from struct ksetGravatar Greg Kroah-Hartman 1-4/+4
2007-11-29fuse: fix uninitialized field in fuse_inodeGravatar John Muir 1-0/+1
2007-11-29fuse: fix FUSE_FILE_OPS sendingGravatar Miklos Szeredi 1-2/+1
2007-10-18fuse: add blksize field to fuse_attrGravatar Miklos Szeredi 1-0/+5
2007-10-18fuse: add list of writable files to fuse_inodeGravatar Miklos Szeredi 1-0/+2
2007-10-18fuse: add atomic open+truncate supportGravatar Miklos Szeredi 1-1/+4
2007-10-18fuse: add file handle to getattr operationGravatar Miklos Szeredi 1-1/+1
2007-10-18fuse: fix race between getattr and writeGravatar Miklos Szeredi 1-5/+17
2007-10-18fuse: fix allowing operationsGravatar Miklos Szeredi 1-0/+5
2007-10-17fuse: fix permission checking on sticky directoriesGravatar Miklos Szeredi 1-1/+11
2007-10-17fuse: set i_nlink to sane value after mountGravatar Miklos Szeredi 1-0/+1
2007-10-17fuse: fix page invalidationGravatar Miklos Szeredi 1-1/+1
2007-10-17fuse: truncate on spontaneous size changeGravatar Miklos Szeredi 1-5/+20
2007-10-17fuse: fix reserved request wake upGravatar Miklos Szeredi 1-0/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-2/+1
2007-10-17mm: bdi init hooksGravatar Peter Zijlstra 1-0/+9
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-06-16fuse: ->fs_flags fixletGravatar Alexey Dobriyan 1-2/+1
2007-05-23fuse: delete inode on dropGravatar Miklos Szeredi 1-0/+1
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-08add filesystem subtype supportGravatar Miklos Szeredi 1-0/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-2/+2
2007-04-08[PATCH] fuse: validate rootmode mount optionGravatar Timo Savola 1-0/+2
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-11[PATCH] remove invalidate_inode_pages()Gravatar Andrew Morton 1-1/+1
2006-12-07[PATCH] fuse: fix compile without CONFIG_BLOCKGravatar Miklos Szeredi 1-10/+33
2006-12-07[PATCH] fuse: add DESTROY operationGravatar Miklos Szeredi 1-0/+22
2006-12-07[PATCH] fuse: add blksize optionGravatar Miklos Szeredi 1-4/+20