aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAge
...
| * | | fuse: duplicate ->connected in pqueueMiklos Szeredi2015-07-01
| * | | fuse: separate out processing queueMiklos Szeredi2015-07-01
| * | | fuse: simplify request_wait()Miklos Szeredi2015-07-01
| * | | fuse: no fc->lock for iqueue partsMiklos Szeredi2015-07-01
| * | | fuse: allow interrupt queuing without fc->lockMiklos Szeredi2015-07-01
| * | | fuse: iqueue lockingMiklos Szeredi2015-07-01
| * | | fuse: dev read: split list_moveMiklos Szeredi2015-07-01
| * | | fuse: abort: group iqueue accessesMiklos Szeredi2015-07-01
| * | | fuse: duplicate ->connected in iqueueMiklos Szeredi2015-07-01
| * | | fuse: separate out input queueMiklos Szeredi2015-07-01
| * | | fuse: req state use flagsMiklos Szeredi2015-07-01
| * | | fuse: simplify req statesMiklos Szeredi2015-07-01
| * | | fuse: don't hold lock over request_wait_answer()Miklos Szeredi2015-07-01
| * | | fuse: simplify unique ctrMiklos Szeredi2015-07-01
| * | | fuse: rework abortMiklos Szeredi2015-07-01
| * | | fuse: fold helpers into abortMiklos Szeredi2015-07-01
| * | | fuse: use per req lock for lock/unlock_request()Miklos Szeredi2015-07-01
| * | | fuse: req use bitopsMiklos Szeredi2015-07-01
| * | | fuse: simplify request abortMiklos Szeredi2015-07-01
| * | | fuse: call fuse_abort_conn() in dev releaseMiklos Szeredi2015-07-01
| * | | 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: initialize fc->release before calling itMiklos Szeredi2015-07-01
| |/ /
* | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\ \ \ | |_|/ |/| |
| * | writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo2015-06-02
| |/
* | new helper: free_page_put_link()Al Viro2015-05-11
* | switch ->put_link() from dentry to inodeAl Viro2015-05-11
* | don't pass nameidata to ->follow_link()Al Viro2015-05-10
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-11
* switch generic_write_checks() to iocb and iterAl Viro2015-04-11
* fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro2015-04-11
* generic_write_checks(): drop isblk argumentAl Viro2015-04-11
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
* direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11
* fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-11
* fuse: switch to ->read_iter/->write_iterAl Viro2015-04-11
* make new_sync_{read,write}() staticAl Viro2015-04-11
* expand __fuse_direct_write() in both callersAl Viro2015-04-11
* fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro2015-04-11
* cuse: switch to iov_iterAl Viro2015-04-11
* Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
| * fs: split generic and aio kiocbChristoph Hellwig2015-03-13
| * fuse: handle synchronous iocbs internallyChristoph Hellwig2015-03-13
* | fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel2015-03-19