aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-27/+10
* [PATCH] fuse: add lock annotations to request_end and fuse_read_interruptJosh Triplett2006-09-291-0/+2
* [PATCH] fuse: add request interruptionMiklos Szeredi2006-06-251-27/+135
* [PATCH] fuse: rename the interrupted flagMiklos Szeredi2006-06-251-20/+19
* [PATCH] fuse: ensure FLUSH reaches userspaceMiklos Szeredi2006-06-251-4/+84
* [PATCH] fuse: add control filesystemMiklos Szeredi2006-06-251-1/+1
* [PATCH] fuse: no backgrounding on interruptMiklos Szeredi2006-06-251-113/+44
* [fuse] fix deadlock between fuse_put_super() and request_end(), try #2Miklos Szeredi2006-04-261-2/+11
* Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"Miklos Szeredi2006-04-261-16/+12
* [fuse] Don't init request twiceMiklos Szeredi2006-04-111-1/+0
* [fuse] Fix accounting the number of waiting requestsMiklos Szeredi2006-04-111-6/+19
* [fuse] fix deadlock between fuse_put_super() and request_end()Miklos Szeredi2006-04-111-12/+16
* [PATCH] fuse: account background requestsMiklos Szeredi2006-04-111-4/+20
* [PATCH] fuse: clean up request accountingMiklos Szeredi2006-04-111-64/+9
* [PATCH] fuse: consolidate device errorsMiklos Szeredi2006-04-111-2/+2
* [PATCH] fuse: use a per-mount spinlockMiklos Szeredi2006-04-111-60/+62
* [PATCH] fuse: simplify lockingMiklos Szeredi2006-04-111-20/+11
* [PATCH] fuse: add O_NONBLOCK support to FUSE deviceJeff Dike2006-04-111-0/+6
* [PATCH] fuse: add O_ASYNC support to FUSE deviceJeff Dike2006-04-111-1/+16
* [PATCH] fuse: fix fuse_dev_poll() return valueMiklos Szeredi2006-04-111-5/+6
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] fuse: fix bug in aborted fuse_release_end()Miklos Szeredi2006-02-171-0/+6
* [PATCH] fuse: fix request_end() vs fuse_reset_request() raceMiklos Szeredi2006-02-051-11/+29
* [PATCH] fuse: move INIT handling to inode.cMiklos Szeredi2006-01-161-45/+0
* [PATCH] fuse: add asynchronous request supportMiklos Szeredi2006-01-161-14/+28
* [PATCH] fuse: add connection abortingMiklos Szeredi2006-01-161-4/+67
* [PATCH] fuse: add number of waiting requests attributeMiklos Szeredi2006-01-161-3/+9
* [PATCH] fuse: make fuse connection a kobjectMiklos Szeredi2006-01-161-1/+3
* [PATCH] fuse: extend semantics of connected flagMiklos Szeredi2006-01-161-3/+3
* [PATCH] fuse: introduce list for requests under I/OMiklos Szeredi2006-01-161-4/+4
* [PATCH] fuse: introduce unified request stateMiklos Szeredi2006-01-161-6/+8
* [PATCH] fuse: miscellaneous cleanupMiklos Szeredi2006-01-161-2/+2
* [PATCH] fuse: uninline some functionsMiklos Szeredi2006-01-161-11/+10
* [PATCH] fuse: handle error INIT replyMiklos Szeredi2006-01-161-1/+1
* [PATCH] fuse: fix request_end()Miklos Szeredi2006-01-161-11/+7
* [PATCH] fuse: fuse_copy_finish() order fixMiklos Szeredi2006-01-161-1/+3
* [PATCH] fuse: make maximum write data configurableMiklos Szeredi2006-01-061-18/+30
* [PATCH] fuse: clean up request size limit checkingMiklos Szeredi2006-01-061-10/+16
* [PATCH] fuse: bump interface versionMiklos Szeredi2006-01-061-0/+2
* [PATCH] FUSE: atomic create+openMiklos Szeredi2005-11-071-0/+7
* [PATCH] fuse: spelling fixesMiklos Szeredi2005-10-301-3/+3
* [PATCH] FUSE: don't allow restarting of system callsMiklos Szeredi2005-09-091-60/+13
* [PATCH] fuse: transfer readdir data through deviceMiklos Szeredi2005-09-091-9/+0
* [PATCH] FUSE - mount optionsMiklos Szeredi2005-09-091-19/+59
* [PATCH] FUSE - read-only operationsMiklos Szeredi2005-09-091-0/+9
* [PATCH] FUSE - device functionsMiklos Szeredi2005-09-091-0/+884