aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01fuse: request_end(): do onceMiklos Szeredi1-2/+6
2015-07-01fuse: add req flag for private listMiklos Szeredi2-3/+9
2015-07-01fuse: pqueue lockingMiklos Szeredi3-2/+21
2015-07-01fuse: abort: group pqueue accessesMiklos Szeredi1-1/+1
2015-07-01fuse: cleanup fuse_dev_do_read()Miklos Szeredi1-20/+20
2015-07-01fuse: move list_del_init() from request_end() into callersMiklos Szeredi1-1/+7
2015-07-01fuse: duplicate ->connected in pqueueMiklos Szeredi3-3/+8
2015-07-01fuse: separate out processing queueMiklos Szeredi3-16/+30
2015-07-01fuse: simplify request_wait()Miklos Szeredi1-25/+5
2015-07-01fuse: no fc->lock for iqueue partsMiklos Szeredi1-51/+20
2015-07-01fuse: allow interrupt queuing without fc->lockMiklos Szeredi1-3/+9
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 Szeredi4-11/+15
2015-07-01fuse: separate out input queueMiklos Szeredi3-84/+111
2015-07-01fuse: req state use flagsMiklos Szeredi3-21/+21
2015-07-01fuse: simplify req statesMiklos Szeredi3-9/+5
2015-07-01fuse: don't hold lock over request_wait_answer()Miklos Szeredi1-25/+20
2015-07-01fuse: simplify unique ctrMiklos Szeredi2-7/+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 Szeredi2-22/+24
2015-07-01fuse: req use bitopsMiklos Szeredi4-72/+71
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-07-01fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells3-35/+35
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-1/+1
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-15/+7
2015-04-11fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro1-8/+3
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-3/+3
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-6/+7
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-11make new_sync_{read,write}() staticAl Viro2-6/+0
2015-04-11expand __fuse_direct_write() in both callersAl Viro1-25/+17
2015-04-11fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro1-17/+12
2015-04-11cuse: switch to iov_iterAl Viro1-17/+10
2015-04-11Merge branch 'iocb' into for-nextAl Viro4-24/+35
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig3-3/+2
2015-03-19fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel1-0/+12
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-1/+1
2015-03-13fuse: handle synchronous iocbs internallyChristoph Hellwig2-20/+32