aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
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 attribute caching after renameMiklos Szeredi1-0/+3
2007-11-29fuse: fix uninitialized field in fuse_inodeJohn Muir1-0/+1
2007-11-29fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi1-2/+1
2007-11-29fuse: pass open flags to read and writeMiklos Szeredi3-14/+17
2007-11-29fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi1-9/+18
2007-11-29fuse: fix reading past EOFMiklos Szeredi3-20/+52
2007-11-14fuse_file_alloc(): fix NULL dereferencesAdrian Bunk1-2/+3
2007-10-18fuse: add blksize field to fuse_attrMiklos Szeredi2-5/+32
2007-10-18fuse: add support for mandatory lockingMiklos Szeredi3-8/+36
2007-10-18fuse: add helper for asynchronous writesMiklos Szeredi2-13/+24
2007-10-18fuse: add list of writable files to fuse_inodeMiklos Szeredi3-0/+15
2007-10-18fuse: support BSD locking semanticsMiklos Szeredi1-5/+27
2007-10-18fuse: add atomic open+truncate supportMiklos Szeredi4-2/+13
2007-10-18fuse: improve utimes supportMiklos Szeredi1-3/+25
2007-10-18fuse: clean up open file passing in setattrMiklos Szeredi1-6/+15
2007-10-18fuse: add file handle to getattr operationMiklos Szeredi2-13/+26
2007-10-18fuse: fix race between getattr and writeMiklos Szeredi4-50/+111
2007-10-18fuse: fix allowing operationsMiklos Szeredi3-1/+17
2007-10-17fuse: clean up execute permission checkingMiklos Szeredi1-18/+31
2007-10-17fuse: no ENOENT from fuse device readMiklos Szeredi1-4/+5
2007-10-17fuse: no abort on interruptMiklos Szeredi1-19/+24
2007-10-17fuse: cleanup in releaseMiklos Szeredi2-2/+8
2007-10-17fuse: fix permission checking on sticky directoriesMiklos Szeredi3-2/+18
2007-10-17fuse: refresh stale attributes in fuse_permission()Miklos Szeredi3-43/+31
2007-10-17fuse: set i_nlink to sane value after mountMiklos Szeredi1-0/+1
2007-10-17fuse: fix page invalidationMiklos Szeredi2-2/+2
2007-10-17fuse: truncate on spontaneous size changeMiklos Szeredi2-38/+33
2007-10-17fuse: add reference counting to fuse_fileMiklos Szeredi4-42/+59
2007-10-17fuse: fix reserved request wake upMiklos Szeredi3-2/+7
2007-10-17fuse: update backing_dev_info congestion stateMiklos Szeredi2-1/+12
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+9
2007-10-16fuse: convert to new aopsNick Piggin1-14/+32
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-2/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-2/+2
2007-06-16fuse: ->fs_flags fixletAlexey Dobriyan1-2/+1
2007-05-23fuse: delete inode on dropMiklos Szeredi1-0/+1
2007-05-23fuse: generic_write_checks() for direct_ioMiklos Szeredi1-1/+3
2007-05-23fuse: fix mknod of regular fileMiklos Szeredi1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-0/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-08add filesystem subtype supportMiklos Szeredi1-0/+2
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel1-2/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-2/+2