aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-2/+2
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-2/+2
* fuse: ->fs_flags fixletAlexey Dobriyan2007-06-161-2/+1
* fuse: delete inode on dropMiklos Szeredi2007-05-231-0/+1
* fuse: generic_write_checks() for direct_ioMiklos Szeredi2007-05-231-1/+3
* fuse: fix mknod of regular fileMiklos Szeredi2007-05-231-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-212-0/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* add filesystem subtype supportMiklos Szeredi2007-05-081-0/+2
* Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-05-071-2/+1
|\
| * locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-061-2/+1
* | slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-2/+2
|/
* [PATCH] fuse: validate rootmode mount optionTimo Savola2007-04-083-2/+10
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-122-4/+4
* [PATCH] remove invalidate_inode_pages()Andrew Morton2007-02-112-2/+2
* [PATCH] fuse: fix bug in control filesystem mountMiklos Szeredi2007-01-301-0/+4
* [PATCH] fuse: remove clear_page_dirty() callMiklos Szeredi2006-12-211-3/+1
* [PATCH] struct path: convert fuseJosef Sipek2006-12-083-11/+11
* [PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi2006-12-071-10/+33
* [PATCH] fuse: add DESTROY operationMiklos Szeredi2006-12-072-0/+28
* [PATCH] fuse: add bmap supportMiklos Szeredi2006-12-073-0/+42
* [PATCH] fuse: add blksize optionMiklos Szeredi2006-12-071-4/+20
* [PATCH] fuse: add support for block device based filesystemsMiklos Szeredi2006-12-071-11/+37
* [PATCH] fuse: minor cleanup in fuse_dentry_revalidateMiklos Szeredi2006-12-071-3/+0
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-072-3/+3
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-072-2/+2
* [PATCH] fuse: fix Oops in lookupMiklos Szeredi2006-11-251-14/+38
* [PATCH] fuse: ->readpages() cleanupOGAWA Hirofumi2006-11-031-6/+3
* [PATCH] fuse: fix dereferencing dentry parentMiklos Szeredi2006-10-171-1/+4
* [PATCH] fuse: fix handling of moved directoryMiklos Szeredi2006-10-173-27/+51
* [PATCH] fuse: fix spurious BUGMiklos Szeredi2006-10-171-3/+0
* [PATCH] fuse: locking fix for nlookupMiklos Szeredi2006-10-172-0/+4
* [PATCH] fuse: fix hang on SMPMiklos Szeredi2006-10-173-13/+34
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+4
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-27/+10
* [PATCH] vfs: define new lookup flag for chdirMiklos Szeredi2006-09-291-1/+1
* [PATCH] fuse: use dentry in statfsMiklos Szeredi2006-09-291-0/+1
* [PATCH] fuse: add lock annotations to request_end and fuse_read_interruptJosh Triplett2006-09-291-0/+2
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-3/+3
* [PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev2006-08-141-2/+8
* [PATCH] fuse: fix typoMiklos Szeredi2006-07-311-2/+2
* [PATCH] fuse: use jiffies_64Miklos Szeredi2006-07-313-10/+38
* [PATCH] fuse: fix zero timeoutMiklos Szeredi2006-07-311-2/+5
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-06-251-2/+3
|\