summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: add blksize field to fuse_attrMiklos Szeredi2007-10-181-0/+5
* fuse: add list of writable files to fuse_inodeMiklos Szeredi2007-10-181-0/+2
* fuse: add atomic open+truncate supportMiklos Szeredi2007-10-181-1/+4
* fuse: add file handle to getattr operationMiklos Szeredi2007-10-181-1/+1
* fuse: fix race between getattr and writeMiklos Szeredi2007-10-181-5/+17
* fuse: fix allowing operationsMiklos Szeredi2007-10-181-0/+5
* fuse: fix permission checking on sticky directoriesMiklos Szeredi2007-10-171-1/+11
* fuse: set i_nlink to sane value after mountMiklos Szeredi2007-10-171-0/+1
* fuse: fix page invalidationMiklos Szeredi2007-10-171-1/+1
* fuse: truncate on spontaneous size changeMiklos Szeredi2007-10-171-5/+20
* fuse: fix reserved request wake upMiklos Szeredi2007-10-171-0/+2
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1Star
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+9
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* fuse: ->fs_flags fixletAlexey Dobriyan2007-06-161-2/+1Star
* fuse: delete inode on dropMiklos Szeredi2007-05-241-0/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1Star
* add filesystem subtype supportMiklos Szeredi2007-05-081-0/+2
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1Star
* 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