aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
2007-06-16fuse: ->fs_flags fixletAlexey Dobriyan
2007-05-23fuse: delete inode on dropMiklos Szeredi
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-08add filesystem subtype supportMiklos Szeredi
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-04-08[PATCH] fuse: validate rootmode mount optionTimo Savola
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton
2006-12-07[PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi
2006-12-07[PATCH] fuse: add DESTROY operationMiklos Szeredi
2006-12-07[PATCH] fuse: add blksize optionMiklos Szeredi
2006-12-07[PATCH] fuse: add support for block device based filesystemsMiklos Szeredi
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-10-17[PATCH] fuse: fix handling of moved directoryMiklos Szeredi
2006-10-17[PATCH] fuse: fix spurious BUGMiklos Szeredi
2006-10-17[PATCH] fuse: locking fix for nlookupMiklos Szeredi
2006-10-17[PATCH] fuse: fix hang on SMPMiklos Szeredi
2006-09-29[PATCH] fuse: use dentry in statfsMiklos Szeredi
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-07-31[PATCH] fuse: use jiffies_64Miklos Szeredi
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2006-06-25[PATCH] fuse: scramble lock owner IDMiklos Szeredi
2006-06-25[PATCH] fuse: add request interruptionMiklos Szeredi
2006-06-25[PATCH] fuse: add POSIX file locking supportMiklos Szeredi
2006-06-25[PATCH] fuse: add control filesystemMiklos Szeredi
2006-06-25[PATCH] fuse: no backgrounding on interruptMiklos Szeredi
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust
2006-04-26[fuse] fix race between checking and setting file->private_dataMiklos Szeredi
2006-04-26Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"Miklos Szeredi
2006-04-11[fuse] fix deadlock between fuse_put_super() and request_end()Miklos Szeredi
2006-04-11[PATCH] fuse: account background requestsMiklos Szeredi
2006-04-11[PATCH] fuse: clean up request accountingMiklos Szeredi
2006-04-11[PATCH] fuse: use a per-mount spinlockMiklos Szeredi
2006-04-11[PATCH] fuse: simplify lockingMiklos Szeredi
2006-04-11[PATCH] fuse: add O_ASYNC support to FUSE deviceJeff Dike
2006-02-01[PATCH] fuse: fix async read for legacy filesystemsMiklos Szeredi
2006-01-16[PATCH] fuse: fix bitfield raceMiklos Szeredi
2006-01-16[PATCH] fuse: move INIT handling to inode.cMiklos Szeredi
2006-01-16[PATCH] fuse: add connection abortingMiklos Szeredi
2006-01-16[PATCH] fuse: add number of waiting requests attributeMiklos Szeredi
2006-01-16[PATCH] fuse: make fuse connection a kobjectMiklos Szeredi
2006-01-16[PATCH] fuse: extend semantics of connected flagMiklos Szeredi
2006-01-16[PATCH] fuse: introduce list for requests under I/OMiklos Szeredi
2006-01-16[PATCH] fuse: miscellaneous cleanupMiklos Szeredi