summaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAge
...
* fuse: fold fuse_request_send_nowait() into single callerMiklos Szeredi2015-07-01
* fuse: check conn_error earlierMiklos Szeredi2015-07-01
* fuse: account as waiting before queuing for backgroundMiklos Szeredi2015-07-01
* fuse: reset waitingMiklos Szeredi2015-07-01
* fuse: fix background request if not connectedMiklos Szeredi2015-07-01
* fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-11
* fuse: switch to ->read_iter/->write_iterAl Viro2015-04-11
* Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* | fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel2015-03-19
* | fuse: set stolen page uptodateMiklos Szeredi2015-02-26
* | fuse: notify: don't move pagesMiklos Szeredi2015-02-26
|/
* fuse: add memory barrier to INITMiklos Szeredi2015-01-06
* fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi2015-01-06
* fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-07-15
|\
| * fuse: avoid scheduling while atomicMiklos Szeredi2014-07-07
* | mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-04
|/
* pipe: kill ->map() and ->unmap()Al Viro2014-04-01
* fuse/dev: use atomic mapsAl Viro2014-04-01
* fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi2014-01-22
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-01-22
* fuse: use list_for_each_entry() for list traversingDong Fang2013-09-04
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-07
|\
| * aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-05-07
|\ \ | |/ |/|
| * fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-17
| * fuse: optimize wake_upMiklos Szeredi2013-04-17
| * fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov2013-04-17
| * fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov2013-04-17
| * fuse: add flag fc->initializedMaxim Patlasov2013-04-17
| * fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-17
* | get rid of pipe->inodeAl Viro2013-04-09
|/
* more file_inode() open-coded instancesAl Viro2013-02-27
* fuse: avoid out-of-scope stack accessEric Wong2013-02-04
* fuse: use req->page_descs[] for argpages casesMaxim Patlasov2013-01-24
* fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov2013-01-24
* fuse: rework fuse_retrieve()Maxim Patlasov2013-01-24
* fuse: categorize fuse_get_req()Maxim Patlasov2013-01-24
* fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov2013-01-24
* fuse: implement NFS-like readdirplus supportAnand V. Avati2013-01-24
* fuse: remove unused variable in fuse_try_move_page()Wei Yongjun2013-01-17
* userns: Support fuse interacting with multiple user namespacesEric W. Biederman2012-11-14
* make get_file() return its argumentAl Viro2012-09-26
* fuse: fix retrieve lengthMiklos Szeredi2012-09-04
* fuse: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* FUSE: Notifying the kernel of deletion.John Muir2011-12-13
* fuse: fix fuse_retrieveMiklos Szeredi2011-12-13
* fuse: fix memory leakMiklos Szeredi2011-09-12
* fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi2011-08-24