summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* [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
|\
| * Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-242-6/+7
| |\
| * | VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust2006-06-091-2/+3
* | | [PATCH] fuse: scramble lock owner IDMiklos Szeredi2006-06-253-9/+25
* | | [PATCH] fuse: add request interruptionMiklos Szeredi2006-06-254-27/+155
* | | [PATCH] fuse: rename the interrupted flagMiklos Szeredi2006-06-252-22/+21
* | | [PATCH] fuse: ensure FLUSH reaches userspaceMiklos Szeredi2006-06-253-14/+99
* | | [PATCH] fuse: add POSIX file locking supportMiklos Szeredi2006-06-253-2/+154
* | | [PATCH] fuse: add control filesystemMiklos Szeredi2006-06-255-106/+310
* | | [PATCH] fuse: no backgrounding on interruptMiklos Szeredi2006-06-255-219/+106
| |/ |/|
* | [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-1/+1
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-1/+2
* | [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-4/+4
|/
* [fuse] fix race between checking and setting file->private_dataMiklos Szeredi2006-04-261-5/+8
OpenPOWER on IntegriCloud