aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Gravatar Linus Torvalds 1-2/+3
2006-06-25[PATCH] fuse: scramble lock owner IDGravatar Miklos Szeredi 3-9/+25
2006-06-25[PATCH] fuse: add request interruptionGravatar Miklos Szeredi 4-27/+155
2006-06-25[PATCH] fuse: rename the interrupted flagGravatar Miklos Szeredi 2-22/+21
2006-06-25[PATCH] fuse: ensure FLUSH reaches userspaceGravatar Miklos Szeredi 3-14/+99
2006-06-25[PATCH] fuse: add POSIX file locking supportGravatar Miklos Szeredi 3-2/+154
2006-06-25[PATCH] fuse: add control filesystemGravatar Miklos Szeredi 5-106/+310
2006-06-25[PATCH] fuse: no backgrounding on interruptGravatar Miklos Szeredi 5-219/+106
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 2-6/+7
2006-06-23[PATCH] vfs: add lock owner argument to flush operationGravatar Miklos Szeredi 1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-4/+4
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCEGravatar Trond Myklebust 1-2/+3
2006-04-26[fuse] fix race between checking and setting file->private_dataGravatar Miklos Szeredi 1-5/+8
2006-04-26[fuse] fix deadlock between fuse_put_super() and request_end(), try #2Gravatar Miklos Szeredi 1-2/+11
2006-04-26Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"Gravatar Miklos Szeredi 3-36/+31
2006-04-11[fuse] Direct I/O should not use fuse_reset_requestGravatar Miklos Szeredi 1-3/+7
2006-04-11[fuse] Don't init request twiceGravatar Miklos Szeredi 1-1/+0
2006-04-11[fuse] Fix accounting the number of waiting requestsGravatar Miklos Szeredi 2-6/+22
2006-04-11[fuse] fix deadlock between fuse_put_super() and request_end()Gravatar Miklos Szeredi 3-31/+36
2006-04-11[PATCH] fuse: account background requestsGravatar Miklos Szeredi 3-4/+38
2006-04-11[PATCH] fuse: clean up request accountingGravatar Miklos Szeredi 5-208/+111
2006-04-11[PATCH] fuse: consolidate device errorsGravatar Miklos Szeredi 1-2/+2
2006-04-11[PATCH] fuse: use a per-mount spinlockGravatar Miklos Szeredi 3-84/+74
2006-04-11[PATCH] fuse: simplify lockingGravatar Miklos Szeredi 2-62/+33
2006-04-11[PATCH] fuse: add O_NONBLOCK support to FUSE deviceGravatar Jeff Dike 1-0/+6
2006-04-11[PATCH] fuse: add O_ASYNC support to FUSE deviceGravatar Jeff Dike 3-1/+20
2006-04-11[PATCH] fuse: fix fuse_dev_poll() return valueGravatar Miklos Szeredi 1-5/+6
2006-04-11[PATCH] fuse: fix oops in fuse_send_readpages()Gravatar Miklos Szeredi 1-2/+6
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 4-6/+6
2006-02-28[PATCH] fuse: fix bug in negative lookupGravatar Miklos Szeredi 1-2/+8
2006-02-17[PATCH] fuse: fix bug in aborted fuse_release_end()Gravatar Miklos Szeredi 2-3/+14
2006-02-05[PATCH] fuse: fix request_end() vs fuse_reset_request() raceGravatar Miklos Szeredi 1-11/+29
2006-02-01[PATCH] fuse: fix async read for legacy filesystemsGravatar Miklos Szeredi 3-4/+22
2006-01-16[PATCH] fuse: fix bitfield raceGravatar Miklos Szeredi 2-3/+23
2006-01-16[PATCH] fuse: use asynchronous READ requests for readpagesGravatar Miklos Szeredi 1-17/+27
2006-01-16[PATCH] fuse: READ request initializationGravatar Miklos Szeredi 3-24/+18
2006-01-16[PATCH] fuse: move INIT handling to inode.cGravatar Miklos Szeredi 3-50/+45
2006-01-16[PATCH] fuse: add asynchronous request supportGravatar Miklos Szeredi 3-14/+43
2006-01-16[PATCH] fuse: add connection abortingGravatar Miklos Szeredi 3-6/+88
2006-01-16[PATCH] fuse: add number of waiting requests attributeGravatar Miklos Szeredi 3-3/+21
2006-01-16[PATCH] fuse: make fuse connection a kobjectGravatar Miklos Szeredi 3-43/+164
2006-01-16[PATCH] fuse: extend semantics of connected flagGravatar Miklos Szeredi 3-4/+6
2006-01-16[PATCH] fuse: introduce list for requests under I/OGravatar Miklos Szeredi 3-6/+10
2006-01-16[PATCH] fuse: introduce unified request stateGravatar Miklos Szeredi 2-11/+19
2006-01-16[PATCH] fuse: miscellaneous cleanupGravatar Miklos Szeredi 3-15/+6
2006-01-16[PATCH] fuse: uninline some functionsGravatar Miklos Szeredi 3-21/+17
2006-01-16[PATCH] fuse: handle error INIT replyGravatar Miklos Szeredi 1-1/+1
2006-01-16[PATCH] fuse: fix request_end()Gravatar Miklos Szeredi 1-11/+7