aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-06-16fuse: ->fs_flags fixletAlexey Dobriyan1-2/+1
2007-05-23fuse: delete inode on dropMiklos Szeredi1-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-08add filesystem subtype supportMiklos Szeredi1-0/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-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 Savola1-0/+2
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+1
2006-12-07[PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi1-10/+33
2006-12-07[PATCH] fuse: add DESTROY operationMiklos Szeredi1-0/+22
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] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-17[PATCH] fuse: fix handling of moved directoryMiklos Szeredi1-1/+4
2006-10-17[PATCH] fuse: fix spurious BUGMiklos Szeredi1-3/+0
2006-10-17[PATCH] fuse: locking fix for nlookupMiklos Szeredi1-0/+2
2006-10-17[PATCH] fuse: fix hang on SMPMiklos Szeredi1-1/+4
2006-09-29[PATCH] fuse: use dentry in statfsMiklos Szeredi1-0/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-07-31[PATCH] fuse: use jiffies_64Miklos Szeredi1-1/+1
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-2/+3
2006-06-25[PATCH] fuse: scramble lock owner IDMiklos Szeredi1-0/+2
2006-06-25[PATCH] fuse: add request interruptionMiklos Szeredi1-0/+1
2006-06-25[PATCH] fuse: add POSIX file locking supportMiklos Szeredi1-2/+18
2006-06-25[PATCH] fuse: add control filesystemMiklos Szeredi1-97/+44
2006-06-25[PATCH] fuse: no backgrounding on interruptMiklos Szeredi1-12/+2
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-5/+6
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-4/+4
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust1-2/+3
2006-04-26[fuse] fix race between checking and setting file->private_dataMiklos Szeredi1-5/+8
2006-04-26Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"Miklos Szeredi1-17/+10
2006-04-11[fuse] fix deadlock between fuse_put_super() and request_end()Miklos Szeredi1-10/+17
2006-04-11[PATCH] fuse: account background requestsMiklos Szeredi1-0/+4
2006-04-11[PATCH] fuse: clean up request accountingMiklos Szeredi1-39/+15
2006-04-11[PATCH] fuse: use a per-mount spinlockMiklos Szeredi1-6/+6
2006-04-11[PATCH] fuse: simplify lockingMiklos Szeredi1-42/+22
2006-04-11[PATCH] fuse: add O_ASYNC support to FUSE deviceJeff Dike1-0/+1
2006-02-01[PATCH] fuse: fix async read for legacy filesystemsMiklos Szeredi1-2/+12
2006-01-16[PATCH] fuse: fix bitfield raceMiklos Szeredi1-0/+2
2006-01-16[PATCH] fuse: move INIT handling to inode.cMiklos Szeredi1-0/+45
2006-01-16[PATCH] fuse: add connection abortingMiklos Szeredi1-0/+16
2006-01-16[PATCH] fuse: add number of waiting requests attributeMiklos Szeredi1-0/+9
2006-01-16[PATCH] fuse: make fuse connection a kobjectMiklos Szeredi1-33/+153
2006-01-16[PATCH] fuse: extend semantics of connected flagMiklos Szeredi1-0/+1
2006-01-16[PATCH] fuse: introduce list for requests under I/OMiklos Szeredi1-0/+1