aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-07[PATCH] fuse: add blksize optionGravatar Miklos Szeredi 1-4/+20
2006-12-07[PATCH] fuse: add support for block device based filesystemsGravatar Miklos Szeredi 1-11/+37
2006-12-07[PATCH] fuse: minor cleanup in fuse_dentry_revalidateGravatar Miklos Szeredi 1-3/+0
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 2-3/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 2-2/+2
2006-11-25[PATCH] fuse: fix Oops in lookupGravatar Miklos Szeredi 1-14/+38
2006-11-03[PATCH] fuse: ->readpages() cleanupGravatar OGAWA Hirofumi 1-6/+3
2006-10-17[PATCH] fuse: fix dereferencing dentry parentGravatar Miklos Szeredi 1-1/+4
2006-10-17[PATCH] fuse: fix handling of moved directoryGravatar Miklos Szeredi 3-27/+51
2006-10-17[PATCH] fuse: fix spurious BUGGravatar Miklos Szeredi 1-3/+0
2006-10-17[PATCH] fuse: locking fix for nlookupGravatar Miklos Szeredi 2-0/+4
2006-10-17[PATCH] fuse: fix hang on SMPGravatar Miklos Szeredi 3-13/+34
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkGravatar Dave Hansen 1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+4
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadGravatar Badari Pulavarty 1-27/+10
2006-09-29[PATCH] vfs: define new lookup flag for chdirGravatar Miklos Szeredi 1-1/+1
2006-09-29[PATCH] fuse: use dentry in statfsGravatar Miklos Szeredi 1-0/+1
2006-09-29[PATCH] fuse: add lock annotations to request_end and fuse_read_interruptGravatar Josh Triplett 1-0/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateGravatar Theodore Ts'o 1-3/+3
2006-08-14[PATCH] fuse: fix error case in fuse_readpagesGravatar Alexander Zarochentsev 1-2/+8
2006-07-31[PATCH] fuse: fix typoGravatar Miklos Szeredi 1-2/+2
2006-07-31[PATCH] fuse: use jiffies_64Gravatar Miklos Szeredi 3-10/+38
2006-07-31[PATCH] fuse: fix zero timeoutGravatar Miklos Szeredi 1-2/+5
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Gravatar Linus Torvalds 1-2/+3