aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-07fuse: allow batching of FORGET requestsMiklos Szeredi1-11/+81
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi1-9/+77
2010-10-27fuse: use release_pages()Miklos Szeredi1-6/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi1-7/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven1-1/+1
2010-09-07fuse: fix lock annotationsMiklos Szeredi1-12/+14
2010-09-07fuse: flush background queue on connection closeMiklos Szeredi1-4/+12
2010-07-12fuse: add retrieve requestMiklos Szeredi1-1/+130
2010-07-12fuse: add store requestMiklos Szeredi1-0/+88
2010-07-12fuse: don't use atomic kmapMiklos Szeredi1-5/+5
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-66/+461
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-0/+1
2010-05-25fuse: support splice() reading from fuse deviceMiklos Szeredi1-41/+187
2010-05-25fuse: allow splice to move pagesMiklos Szeredi1-6/+145
2010-05-25fuse: support splice() writing to fuse deviceMiklos Szeredi1-31/+144
2010-05-25fuse: use get_user_pages_fast()Miklos Szeredi1-4/+1
2010-02-05fuse: fix large stack useFang Wenqi1-2/+9
2010-02-05fuse: cleanup in fuse_notify_inval_...()Miklos Szeredi1-13/+6
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-5/+5
2009-07-11Revert "fuse: Fix build error" as unnecessaryLinus Torvalds1-1/+0
2009-07-10fuse: Fix build errorLarry Finger1-0/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-4/+4
2009-07-07fuse: make the number of max background requests and congestion threshold tunableCsaba Henk1-5/+5
2009-06-30fuse: invalidation reverse callsJohn Muir1-0/+81
2009-06-30fuse: fix return value of fuse_dev_write()Csaba Henk1-1/+1
2009-04-28fuse: export symbols to be used by CUSETejun Heo1-1/+9
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo1-2/+3
2009-01-26fuse: fix poll notifyMiklos Szeredi1-4/+9
2009-01-26fuse: destroy bdi on umountMiklos Szeredi1-1/+2
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-30/+83
2008-12-02fuse: clean up annotations of fc->lockHarvey Harrison1-5/+12
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo1-11/+12
2008-11-26fuse: implement poll supportTejun Heo1-0/+19
2008-11-26fuse: implement unsolicited notificationTejun Heo1-2/+25
2008-11-26fuse: don't let fuse_req->end() put the base referenceTejun Heo1-3/+2
2008-11-26fuse: style fixesMiklos Szeredi1-9/+13
2008-11-14CRED: Wrap task credential accesses in the FUSE filesystemDavid Howells1-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-04-30fuse: fix sparse warningsMiklos Szeredi1-1/+3
2008-04-30fuse: support writable mmapMiklos Szeredi1-0/+19
2008-02-06fuse: limit queued background requestsMiklos Szeredi1-46/+67
2007-10-17fuse: no ENOENT from fuse device readMiklos Szeredi1-4/+5
2007-10-17fuse: no abort on interruptMiklos Szeredi1-19/+24
2007-10-17fuse: cleanup in releaseMiklos Szeredi1-2/+0
2007-10-17fuse: add reference counting to fuse_fileMiklos Szeredi1-2/+0
2007-10-17fuse: fix reserved request wake upMiklos Szeredi1-2/+2
2007-10-17fuse: update backing_dev_info congestion stateMiklos Szeredi1-0/+8
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1