aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-08[PATCH] fuse: validate rootmode mount optionTimo Savola3-2/+10
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven2-4/+4
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton2-2/+2
2007-01-30[PATCH] fuse: fix bug in control filesystem mountMiklos Szeredi1-0/+4
2006-12-21[PATCH] fuse: remove clear_page_dirty() callMiklos Szeredi1-3/+1
2006-12-08[PATCH] struct path: convert fuseJosef Sipek3-11/+11
2006-12-07[PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi1-10/+33
2006-12-07[PATCH] fuse: add DESTROY operationMiklos Szeredi2-0/+28
2006-12-07[PATCH] fuse: add bmap supportMiklos Szeredi3-0/+42
2006-12-07[PATCH] fuse: add blksize optionMiklos Szeredi1-4/+20
2006-12-07[PATCH] fuse: add support for block device based filesystemsMiklos Szeredi1-11/+37
2006-12-07[PATCH] fuse: minor cleanup in fuse_dentry_revalidateMiklos Szeredi1-3/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-3/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter2-2/+2
2006-11-25[PATCH] fuse: fix Oops in lookupMiklos Szeredi1-14/+38
2006-11-03[PATCH] fuse: ->readpages() cleanupOGAWA Hirofumi1-6/+3
2006-10-17[PATCH] fuse: fix dereferencing dentry parentMiklos Szeredi1-1/+4
2006-10-17[PATCH] fuse: fix handling of moved directoryMiklos Szeredi3-27/+51
2006-10-17[PATCH] fuse: fix spurious BUGMiklos Szeredi1-3/+0
2006-10-17[PATCH] fuse: locking fix for nlookupMiklos Szeredi2-0/+4
2006-10-17[PATCH] fuse: fix hang on SMPMiklos Szeredi3-13/+34
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-27/+10
2006-09-29[PATCH] vfs: define new lookup flag for chdirMiklos Szeredi1-1/+1
2006-09-29[PATCH] fuse: use dentry in statfsMiklos Szeredi1-0/+1
2006-09-29[PATCH] fuse: add lock annotations to request_end and fuse_read_interruptJosh Triplett1-0/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-3/+3
2006-08-14[PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev1-2/+8
2006-07-31[PATCH] fuse: fix typoMiklos Szeredi1-2/+2
2006-07-31[PATCH] fuse: use jiffies_64Miklos Szeredi3-10/+38
2006-07-31[PATCH] fuse: fix zero timeoutMiklos Szeredi1-2/+5
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-2/+3