summaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
AgeCommit message (Expand)Author
2015-07-01fuse: req use bitopsMiklos Szeredi
2015-07-01fuse: simplify request abortMiklos Szeredi
2015-07-01fuse: call fuse_abort_conn() in dev releaseMiklos Szeredi
2015-07-01fuse: fold fuse_request_send_nowait() into single callerMiklos Szeredi
2015-07-01fuse: check conn_error earlierMiklos Szeredi
2015-07-01fuse: account as waiting before queuing for backgroundMiklos Szeredi
2015-07-01fuse: reset waitingMiklos Szeredi
2015-07-01fuse: fix background request if not connectedMiklos Szeredi
2015-04-12fuse: use iov_iter_get_pages() for non-splice pathAl Viro
2015-04-12fuse: switch to ->read_iter/->write_iterAl Viro
2015-04-12Merge branch 'iocb' into for-nextAl Viro
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-19fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel
2015-02-26fuse: set stolen page uptodateMiklos Szeredi
2015-02-26fuse: notify: don't move pagesMiklos Szeredi
2015-01-06fuse: add memory barrier to INITMiklos Szeredi
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-04-02pipe: kill ->map() and ->unmap()Al Viro
2014-04-02fuse/dev: use atomic mapsAl Viro
2014-01-22fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi
2013-09-04fuse: use list_for_each_entry() for list traversingDong Fang
2013-05-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-08aio: don't include aio.h in sched.hKent Overstreet
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov
2013-04-17fuse: optimize wake_upMiklos Szeredi
2013-04-17fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov
2013-04-17fuse: add flag fc->initializedMaxim Patlasov
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov
2013-04-09get rid of pipe->inodeAl Viro
2013-02-27more file_inode() open-coded instancesAl Viro
2013-02-04fuse: avoid out-of-scope stack accessEric Wong
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov
2013-01-24fuse: rework fuse_retrieve()Maxim Patlasov
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati
2013-01-17fuse: remove unused variable in fuse_try_move_page()Wei Yongjun
2012-11-15userns: Support fuse interacting with multiple user namespacesEric W. Biederman
2012-09-27make get_file() return its argumentAl Viro
2012-09-04fuse: fix retrieve lengthMiklos Szeredi
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang
2011-12-13FUSE: Notifying the kernel of deletion.John Muir