summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "fuse: Fix build error" as unnecessaryLinus Torvalds2009-07-111-1/+0
* fuse: Fix build errorLarry Finger2009-07-101-0/+1
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-4/+4
* fuse: invalidation reverse callsJohn Muir2009-06-301-0/+81
* fuse: fix return value of fuse_dev_write()Csaba Henk2009-06-301-1/+1
* fuse: export symbols to be used by CUSETejun Heo2009-04-281-1/+9
* fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo2009-04-281-2/+3
* fuse: fix poll notifyMiklos Szeredi2009-01-261-4/+9
* fuse: destroy bdi on umountMiklos Szeredi2009-01-261-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-01-061-30/+83
|\
| * fuse: clean up annotations of fc->lockHarvey Harrison2008-12-021-5/+12
| * fuse: add fuse_ prefix to several functionsTejun Heo2008-11-261-11/+12
| * fuse: implement poll supportTejun Heo2008-11-261-0/+19
| * fuse: implement unsolicited notificationTejun Heo2008-11-261-2/+25
| * fuse: don't let fuse_req->end() put the base referenceTejun Heo2008-11-261-3/+2
| * fuse: style fixesMiklos Szeredi2008-11-261-9/+13
* | CRED: Wrap task credential accesses in the FUSE filesystemDavid Howells2008-11-141-2/+2
|/
* saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
* fuse: fix sparse warningsMiklos Szeredi2008-04-301-1/+3
* fuse: support writable mmapMiklos Szeredi2008-04-301-0/+19
* fuse: limit queued background requestsMiklos Szeredi2008-02-061-46/+67
* fuse: no ENOENT from fuse device readMiklos Szeredi2007-10-171-4/+5
* fuse: no abort on interruptMiklos Szeredi2007-10-171-19/+24
* fuse: cleanup in releaseMiklos Szeredi2007-10-171-2/+0
* fuse: add reference counting to fuse_fileMiklos Szeredi2007-10-171-2/+0
* fuse: fix reserved request wake upMiklos Szeredi2007-10-171-2/+2
* fuse: update backing_dev_info congestion stateMiklos Szeredi2007-10-171-0/+8
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [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
OpenPOWER on IntegriCloud