aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-17[PATCH] fuse: fix dereferencing dentry parentMiklos Szeredi1-1/+4
2006-10-17[PATCH] fuse: fix handling of moved directoryMiklos Szeredi3-27/+51
2006-10-17[PATCH] fuse: fix spurious BUGMiklos Szeredi1-3/+0
2006-10-17[PATCH] fuse: locking fix for nlookupMiklos Szeredi2-0/+4
2006-10-17[PATCH] fuse: fix hang on SMPMiklos Szeredi3-13/+34
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-27/+10
2006-09-29[PATCH] vfs: define new lookup flag for chdirMiklos Szeredi1-1/+1
2006-09-29[PATCH] fuse: use dentry in statfsMiklos Szeredi1-0/+1
2006-09-29[PATCH] fuse: add lock annotations to request_end and fuse_read_interruptJosh Triplett1-0/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-3/+3
2006-08-14[PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev1-2/+8
2006-07-31[PATCH] fuse: fix typoMiklos Szeredi1-2/+2
2006-07-31[PATCH] fuse: use jiffies_64Miklos Szeredi3-10/+38
2006-07-31[PATCH] fuse: fix zero timeoutMiklos Szeredi1-2/+5
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-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 Szeredi3-9/+25
2006-06-25[PATCH] fuse: add request interruptionMiklos Szeredi4-27/+155
2006-06-25[PATCH] fuse: rename the interrupted flagMiklos Szeredi2-22/+21
2006-06-25[PATCH] fuse: ensure FLUSH reaches userspaceMiklos Szeredi3-14/+99
2006-06-25[PATCH] fuse: add POSIX file locking supportMiklos Szeredi3-2/+154
2006-06-25[PATCH] fuse: add control filesystemMiklos Szeredi5-106/+310
2006-06-25[PATCH] fuse: no backgrounding on interruptMiklos Szeredi5-219/+106
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2-6/+7
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-1/+1
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-26[fuse] fix deadlock between fuse_put_super() and request_end(), try #2Miklos Szeredi1-2/+11
2006-04-26Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"Miklos Szeredi3-36/+31
2006-04-11[fuse] Direct I/O should not use fuse_reset_requestMiklos Szeredi1-3/+7
2006-04-11[fuse] Don't init request twiceMiklos Szeredi1-1/+0
2006-04-11[fuse] Fix accounting the number of waiting requestsMiklos Szeredi2-6/+22
2006-04-11[fuse] fix deadlock between fuse_put_super() and request_end()Miklos Szeredi3-31/+36
2006-04-11[PATCH] fuse: account background requestsMiklos Szeredi3-4/+38
2006-04-11[PATCH] fuse: clean up request accountingMiklos Szeredi5-208/+111
2006-04-11[PATCH] fuse: consolidate device errorsMiklos Szeredi1-2/+2
2006-04-11[PATCH] fuse: use a per-mount spinlockMiklos Szeredi3-84/+74
2006-04-11[PATCH] fuse: simplify lockingMiklos Szeredi2-62/+33
2006-04-11[PATCH] fuse: add O_NONBLOCK support to FUSE deviceJeff Dike1-0/+6
2006-04-11[PATCH] fuse: add O_ASYNC support to FUSE deviceJeff Dike3-1/+20
2006-04-11[PATCH] fuse: fix fuse_dev_poll() return valueMiklos Szeredi1-5/+6
2006-04-11[PATCH] fuse: fix oops in fuse_send_readpages()Miklos Szeredi1-2/+6
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven4-6/+6
2006-02-28[PATCH] fuse: fix bug in negative lookupMiklos Szeredi1-2/+8