aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-22mm: add replace_page_cache_page() functionGravatar Miklos Szeredi 1-6/+4
2011-03-21fuse: wakeup pollers on connection release/abortGravatar Bryan Green 1-0/+17
2010-12-07fuse: allow batching of FORGET requestsGravatar Miklos Szeredi 1-11/+81
2010-12-07fuse: separate queue for FORGET requestsGravatar Miklos Szeredi 1-9/+77
2010-10-27fuse: use release_pages()Gravatar Miklos Szeredi 1-6/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Gravatar Miklos Szeredi 1-7/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesGravatar Jan Beulich 1-1/+1
2010-10-04fuse: Initialize total_len in fuse_retrieve()Gravatar Geert Uytterhoeven 1-1/+1
2010-09-07fuse: fix lock annotationsGravatar Miklos Szeredi 1-12/+14
2010-09-07fuse: flush background queue on connection closeGravatar Miklos Szeredi 1-4/+12
2010-07-12fuse: add retrieve requestGravatar Miklos Szeredi 1-1/+130
2010-07-12fuse: add store requestGravatar Miklos Szeredi 1-0/+88
2010-07-12fuse: don't use atomic kmapGravatar Miklos Szeredi 1-5/+5
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-66/+461
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingGravatar Kay Sievers 1-0/+1
2010-05-25fuse: support splice() reading from fuse deviceGravatar Miklos Szeredi 1-41/+187
2010-05-25fuse: allow splice to move pagesGravatar Miklos Szeredi 1-6/+145
2010-05-25fuse: support splice() writing to fuse deviceGravatar Miklos Szeredi 1-31/+144
2010-05-25fuse: use get_user_pages_fast()Gravatar Miklos Szeredi 1-4/+1
2010-02-05fuse: fix large stack useGravatar Fang Wenqi 1-2/+9
2010-02-05fuse: cleanup in fuse_notify_inval_...()Gravatar Miklos Szeredi 1-13/+6
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-5/+5
2009-07-11Revert "fuse: Fix build error" as unnecessaryGravatar Linus Torvalds 1-1/+0
2009-07-10fuse: Fix build errorGravatar Larry Finger 1-0/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionGravatar Jens Axboe 1-4/+4
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Gravatar Csaba Henk 1-5/+5
2009-06-30fuse: invalidation reverse callsGravatar John Muir 1-0/+81
2009-06-30fuse: fix return value of fuse_dev_write()Gravatar Csaba Henk 1-1/+1
2009-04-28fuse: export symbols to be used by CUSEGravatar Tejun Heo 1-1/+9
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Gravatar Tejun Heo 1-2/+3
2009-01-26fuse: fix poll notifyGravatar Miklos Szeredi 1-4/+9
2009-01-26fuse: destroy bdi on umountGravatar Miklos Szeredi 1-1/+2
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-30/+83
2008-12-02fuse: clean up annotations of fc->lockGravatar Harvey Harrison 1-5/+12
2008-11-26fuse: add fuse_ prefix to several functionsGravatar Tejun Heo 1-11/+12
2008-11-26fuse: implement poll supportGravatar Tejun Heo 1-0/+19
2008-11-26fuse: implement unsolicited notificationGravatar Tejun Heo 1-2/+25
2008-11-26fuse: don't let fuse_req->end() put the base referenceGravatar Tejun Heo 1-3/+2
2008-11-26fuse: style fixesGravatar Miklos Szeredi 1-9/+13
2008-11-14CRED: Wrap task credential accesses in the FUSE filesystemGravatar David Howells 1-2/+2
2008-11-01saner FASYNC handling on file closeGravatar Al Viro 1-1/+0
2008-04-30fuse: fix sparse warningsGravatar Miklos Szeredi 1-1/+3
2008-04-30fuse: support writable mmapGravatar Miklos Szeredi 1-0/+19
2008-02-06fuse: limit queued background requestsGravatar Miklos Szeredi 1-46/+67
2007-10-17fuse: no ENOENT from fuse device readGravatar Miklos Szeredi 1-4/+5
2007-10-17fuse: no abort on interruptGravatar Miklos Szeredi 1-19/+24
2007-10-17fuse: cleanup in releaseGravatar Miklos Szeredi 1-2/+0
2007-10-17fuse: add reference counting to fuse_fileGravatar Miklos Szeredi 1-2/+0
2007-10-17fuse: fix reserved request wake upGravatar Miklos Szeredi 1-2/+2
2007-10-17fuse: update backing_dev_info congestion stateGravatar Miklos Szeredi 1-0/+8