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