aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01fuse: iqueue lockingMiklos Szeredi1-6/+45
2015-07-01fuse: dev read: split list_moveMiklos Szeredi1-1/+2
2015-07-01fuse: abort: group iqueue accessesMiklos Szeredi1-5/+7
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi1-9/+10
2015-07-01fuse: separate out input queueMiklos Szeredi1-59/+75
2015-07-01fuse: req state use flagsMiklos Szeredi1-9/+14
2015-07-01fuse: simplify req statesMiklos Szeredi1-3/+2
2015-07-01fuse: don't hold lock over request_wait_answer()Miklos Szeredi1-25/+20
2015-07-01fuse: simplify unique ctrMiklos Szeredi1-6/+1
2015-07-01fuse: rework abortMiklos Szeredi1-11/+10
2015-07-01fuse: fold helpers into abortMiklos Szeredi1-55/+38
2015-07-01fuse: use per req lock for lock/unlock_request()Miklos Szeredi1-22/+20
2015-07-01fuse: req use bitopsMiklos Szeredi1-35/+36
2015-07-01fuse: simplify request abortMiklos Szeredi1-73/+46
2015-07-01fuse: call fuse_abort_conn() in dev releaseMiklos Szeredi1-8/+3
2015-07-01fuse: fold fuse_request_send_nowait() into single callerMiklos Szeredi1-22/+10
2015-07-01fuse: check conn_error earlierMiklos Szeredi1-2/+4
2015-07-01fuse: account as waiting before queuing for backgroundMiklos Szeredi1-4/+8
2015-07-01fuse: reset waitingMiklos Szeredi1-1/+3
2015-07-01fuse: fix background request if not connectedMiklos Szeredi1-1/+4
2015-04-11fuse: use iov_iter_get_pages() for non-splice pathAl Viro1-24/+17
2015-04-11fuse: switch to ->read_iter/->write_iterAl Viro1-12/+14
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-19fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel1-0/+12
2015-02-26fuse: set stolen page uptodateMiklos Szeredi1-2/+2
2015-02-26fuse: notify: don't move pagesMiklos Szeredi1-0/+3
2015-01-06fuse: add memory barrier to INITMiklos Szeredi1-2/+13
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi1-0/+36
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi1-0/+29
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-28/+23
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi1-28/+23
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-04-01pipe: kill ->map() and ->unmap()Al Viro1-3/+3
2014-04-01fuse/dev: use atomic mapsAl Viro1-5/+5
2014-01-22fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi1-1/+2
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-17/+5
2013-09-04fuse: use list_for_each_entry() for list traversingDong Fang1-4/+2
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-17/+63
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov1-1/+1
2013-04-17fuse: optimize wake_upMiklos Szeredi1-1/+1
2013-04-17fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov1-5/+24
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov1-10/+20
2013-04-17fuse: add flag fc->initializedMaxim Patlasov1-0/+1
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov1-2/+18
2013-04-09get rid of pipe->inodeAl Viro1-1/+1
2013-02-27more file_inode() open-coded instancesAl Viro1-1/+1
2013-02-04fuse: avoid out-of-scope stack accessEric Wong1-3/+10