summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-031-2/+2
* [PATCH] fuse: validate rootmode mount optionTimo Savola2007-04-091-0/+2
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] remove invalidate_inode_pages()Andrew Morton2007-02-111-1/+1
* [PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi2006-12-071-10/+33
* [PATCH] fuse: add DESTROY operationMiklos Szeredi2006-12-071-0/+22
* [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] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] fuse: fix handling of moved directoryMiklos Szeredi2006-10-171-1/+4
* [PATCH] fuse: fix spurious BUGMiklos Szeredi2006-10-171-3/+0Star
* [PATCH] fuse: locking fix for nlookupMiklos Szeredi2006-10-171-0/+2
* [PATCH] fuse: fix hang on SMPMiklos Szeredi2006-10-171-1/+4
* [PATCH] fuse: use dentry in statfsMiklos Szeredi2006-09-291-0/+1
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0Star
* [PATCH] fuse: use jiffies_64Miklos Szeredi2006-07-311-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-241-5/+6
| |\
| * | VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust2006-06-091-2/+3
* | | [PATCH] fuse: scramble lock owner IDMiklos Szeredi2006-06-251-0/+2
* | | [PATCH] fuse: add request interruptionMiklos Szeredi2006-06-251-0/+1
* | | [PATCH] fuse: add POSIX file locking supportMiklos Szeredi2006-06-251-2/+18
* | | [PATCH] fuse: add control filesystemMiklos Szeredi2006-06-251-97/+44Star
* | | [PATCH] fuse: no backgrounding on interruptMiklos Szeredi2006-06-251-12/+2Star
| |/ |/|
* | [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
* Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"Miklos Szeredi2006-04-261-17/+10Star
* [fuse] fix deadlock between fuse_put_super() and request_end()Miklos Szeredi2006-04-111-10/+17
* [PATCH] fuse: account background requestsMiklos Szeredi2006-04-111-0/+4
* [PATCH] fuse: clean up request accountingMiklos Szeredi2006-04-111-39/+15Star
* [PATCH] fuse: use a per-mount spinlockMiklos Szeredi2006-04-111-6/+6
* [PATCH] fuse: simplify lockingMiklos Szeredi2006-04-111-42/+22Star
* [PATCH] fuse: add O_ASYNC support to FUSE deviceJeff Dike2006-04-111-0/+1
* [PATCH] fuse: fix async read for legacy filesystemsMiklos Szeredi2006-02-011-2/+12
* [PATCH] fuse: fix bitfield raceMiklos Szeredi2006-01-171-0/+2
* [PATCH] fuse: move INIT handling to inode.cMiklos Szeredi2006-01-171-0/+45
* [PATCH] fuse: add connection abortingMiklos Szeredi2006-01-171-0/+16
* [PATCH] fuse: add number of waiting requests attributeMiklos Szeredi2006-01-171-0/+9
* [PATCH] fuse: make fuse connection a kobjectMiklos Szeredi2006-01-171-33/+153
* [PATCH] fuse: extend semantics of connected flagMiklos Szeredi2006-01-171-0/+1
* [PATCH] fuse: introduce list for requests under I/OMiklos Szeredi2006-01-171-0/+1
* [PATCH] fuse: miscellaneous cleanupMiklos Szeredi2006-01-171-7/+3Star
* [PATCH] fuse: check file type in lookupMiklos Szeredi2006-01-061-6/+2Star
* [PATCH] fuse: make maximum write data configurableMiklos Szeredi2006-01-061-1/+0Star
* [PATCH] fuse: clean up request size limit checkingMiklos Szeredi2006-01-061-1/+1
* [PATCH] fuse: add frsize to statfs replyMiklos Szeredi2006-01-061-1/+4
* [PATCH] FUSE: don't allow restarting of system callsMiklos Szeredi2005-09-091-1/+1
* [PATCH] fuse: don't update file timesMiklos Szeredi2005-09-091-0/+1