aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2007-11-14fuse_file_alloc(): fix NULL dereferencesGravatar Adrian Bunk 1-2/+3
2007-10-18fuse: add blksize field to fuse_attrGravatar Miklos Szeredi 2-5/+32
2007-10-18fuse: add support for mandatory lockingGravatar Miklos Szeredi 3-8/+36
2007-10-18fuse: add helper for asynchronous writesGravatar Miklos Szeredi 2-13/+24
2007-10-18fuse: add list of writable files to fuse_inodeGravatar Miklos Szeredi 3-0/+15
2007-10-18fuse: support BSD locking semanticsGravatar Miklos Szeredi 1-5/+27
2007-10-18fuse: add atomic open+truncate supportGravatar Miklos Szeredi 4-2/+13
2007-10-18fuse: improve utimes supportGravatar Miklos Szeredi 1-3/+25
2007-10-18fuse: clean up open file passing in setattrGravatar Miklos Szeredi 1-6/+15
2007-10-18fuse: add file handle to getattr operationGravatar Miklos Szeredi 2-13/+26
2007-10-18fuse: fix race between getattr and writeGravatar Miklos Szeredi 4-50/+111
2007-10-18fuse: fix allowing operationsGravatar Miklos Szeredi 3-1/+17
2007-10-17fuse: clean up execute permission checkingGravatar Miklos Szeredi 1-18/+31
2007-10-17fuse: no ENOENT from fuse device readGravatar Miklos Szeredi 1-4/+5
2007-10-17fuse: no abort on interruptGravatar Miklos Szeredi 1-19/+24
2007-10-17fuse: cleanup in releaseGravatar Miklos Szeredi 2-2/+8
2007-10-17fuse: fix permission checking on sticky directoriesGravatar Miklos Szeredi 3-2/+18
2007-10-17fuse: refresh stale attributes in fuse_permission()Gravatar Miklos Szeredi 3-43/+31
2007-10-17fuse: set i_nlink to sane value after mountGravatar Miklos Szeredi 1-0/+1
2007-10-17fuse: fix page invalidationGravatar Miklos Szeredi 2-2/+2
2007-10-17fuse: truncate on spontaneous size changeGravatar Miklos Szeredi 2-38/+33
2007-10-17fuse: add reference counting to fuse_fileGravatar Miklos Szeredi 4-42/+59
2007-10-17fuse: fix reserved request wake upGravatar Miklos Szeredi 3-2/+7
2007-10-17fuse: update backing_dev_info congestion stateGravatar Miklos Szeredi 2-1/+12
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-10-16fuse: convert to new aopsGravatar Nick Piggin 1-14/+32
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 2-2/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-2/+2
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-23fuse: generic_write_checks() for direct_ioGravatar Miklos Szeredi 1-1/+3
2007-05-23fuse: fix mknod of regular fileGravatar Miklos Szeredi 1-1/+1
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 2-0/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-08add filesystem subtype supportGravatar Miklos Szeredi 1-0/+2
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-05-06locks: give posix_test_lock same interface as ->lockGravatar Marc Eshel 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 3-2/+10
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 2-4/+4
2007-02-11[PATCH] remove invalidate_inode_pages()Gravatar Andrew Morton 2-2/+2
2007-01-30[PATCH] fuse: fix bug in control filesystem mountGravatar Miklos Szeredi 1-0/+4
2006-12-21[PATCH] fuse: remove clear_page_dirty() callGravatar Miklos Szeredi 1-3/+1
2006-12-08[PATCH] struct path: convert fuseGravatar Josef Sipek 3-11/+11
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 2-0/+28
2006-12-07[PATCH] fuse: add bmap supportGravatar Miklos Szeredi 3-0/+42