summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe-2/+2
2007-06-16fuse: ->fs_flags fixletAlexey Dobriyan-2/+1
2007-05-23fuse: delete inode on dropMiklos Szeredi-0/+1
2007-05-23fuse: generic_write_checks() for direct_ioMiklos Szeredi-1/+3
2007-05-23fuse: fix mknod of regular fileMiklos Szeredi-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-0/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-2/+1
2007-05-08add filesystem subtype supportMiklos Szeredi-0/+2
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel-2/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-2/+2
2007-04-08[PATCH] fuse: validate rootmode mount optionTimo Savola-2/+10
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven-4/+4
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton-2/+2
2007-01-30[PATCH] fuse: fix bug in control filesystem mountMiklos Szeredi-0/+4
2006-12-21[PATCH] fuse: remove clear_page_dirty() callMiklos Szeredi-3/+1
2006-12-08[PATCH] struct path: convert fuseJosef Sipek-11/+11
2006-12-07[PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi-10/+33
2006-12-07[PATCH] fuse: add DESTROY operationMiklos Szeredi-0/+28
2006-12-07[PATCH] fuse: add bmap supportMiklos Szeredi-0/+42
2006-12-07[PATCH] fuse: add blksize optionMiklos Szeredi-4/+20
2006-12-07[PATCH] fuse: add support for block device based filesystemsMiklos Szeredi-11/+37
2006-12-07[PATCH] fuse: minor cleanup in fuse_dentry_revalidateMiklos Szeredi-3/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-3/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-2/+2
2006-11-25[PATCH] fuse: fix Oops in lookupMiklos Szeredi-14/+38
2006-11-03[PATCH] fuse: ->readpages() cleanupOGAWA Hirofumi-6/+3
2006-10-17[PATCH] fuse: fix dereferencing dentry parentMiklos Szeredi-1/+4
2006-10-17[PATCH] fuse: fix handling of moved directoryMiklos Szeredi-27/+51
2006-10-17[PATCH] fuse: fix spurious BUGMiklos Szeredi-3/+0
2006-10-17[PATCH] fuse: locking fix for nlookupMiklos Szeredi-0/+4
2006-10-17[PATCH] fuse: fix hang on SMPMiklos Szeredi-13/+34
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty-2/+4
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty-27/+10
2006-09-29[PATCH] vfs: define new lookup flag for chdirMiklos Szeredi-1/+1
2006-09-29[PATCH] fuse: use dentry in statfsMiklos Szeredi-0/+1
2006-09-29[PATCH] fuse: add lock annotations to request_end and fuse_read_interruptJosh Triplett-0/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o-3/+3
2006-08-14[PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev-2/+8
2006-07-31[PATCH] fuse: fix typoMiklos Szeredi-2/+2
2006-07-31[PATCH] fuse: use jiffies_64Miklos Szeredi-10/+38
2006-07-31[PATCH] fuse: fix zero timeoutMiklos Szeredi-2/+5
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig-1/+1
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds-2/+3