Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fuse: device fd clone | Miklos Szeredi | 2015-07-01 | 1 | -0/+40 | |
| * | | | fuse: abort: no fc->lock needed for request ending | Miklos Szeredi | 2015-07-01 | 1 | -9/+5 | |
| * | | | fuse: no fc->lock for pqueue parts | Miklos Szeredi | 2015-07-01 | 1 | -14/+2 | |
| * | | | fuse: no fc->lock in request_end() | Miklos Szeredi | 2015-07-01 | 1 | -7/+8 | |
| * | | | fuse: cleanup request_end() | Miklos Szeredi | 2015-07-01 | 1 | -4/+2 | |
| * | | | fuse: request_end(): do once | Miklos Szeredi | 2015-07-01 | 1 | -2/+6 | |
| * | | | fuse: add req flag for private list | Miklos Szeredi | 2015-07-01 | 2 | -3/+9 | |
| * | | | fuse: pqueue locking | Miklos Szeredi | 2015-07-01 | 3 | -2/+21 | |
| * | | | fuse: abort: group pqueue accesses | Miklos Szeredi | 2015-07-01 | 1 | -1/+1 | |
| * | | | fuse: cleanup fuse_dev_do_read() | Miklos Szeredi | 2015-07-01 | 1 | -20/+20 | |
| * | | | fuse: move list_del_init() from request_end() into callers | Miklos Szeredi | 2015-07-01 | 1 | -1/+7 | |
| * | | | fuse: duplicate ->connected in pqueue | Miklos Szeredi | 2015-07-01 | 3 | -3/+8 | |
| * | | | fuse: separate out processing queue | Miklos Szeredi | 2015-07-01 | 3 | -16/+30 | |
| * | | | fuse: simplify request_wait() | Miklos Szeredi | 2015-07-01 | 1 | -25/+5 | |
| * | | | fuse: no fc->lock for iqueue parts | Miklos Szeredi | 2015-07-01 | 1 | -51/+20 | |
| * | | | fuse: allow interrupt queuing without fc->lock | Miklos Szeredi | 2015-07-01 | 1 | -3/+9 | |
| * | | | fuse: iqueue locking | Miklos Szeredi | 2015-07-01 | 1 | -6/+45 | |
| * | | | fuse: dev read: split list_move | Miklos Szeredi | 2015-07-01 | 1 | -1/+2 | |
| * | | | fuse: abort: group iqueue accesses | Miklos Szeredi | 2015-07-01 | 1 | -5/+7 | |
| * | | | fuse: duplicate ->connected in iqueue | Miklos Szeredi | 2015-07-01 | 4 | -11/+15 | |
| * | | | fuse: separate out input queue | Miklos Szeredi | 2015-07-01 | 3 | -84/+111 | |
| * | | | fuse: req state use flags | Miklos Szeredi | 2015-07-01 | 3 | -21/+21 | |
| * | | | fuse: simplify req states | Miklos Szeredi | 2015-07-01 | 3 | -9/+5 | |
| * | | | fuse: don't hold lock over request_wait_answer() | Miklos Szeredi | 2015-07-01 | 1 | -25/+20 | |
| * | | | fuse: simplify unique ctr | Miklos Szeredi | 2015-07-01 | 2 | -7/+1 | |
| * | | | fuse: rework abort | Miklos Szeredi | 2015-07-01 | 1 | -11/+10 | |
| * | | | fuse: fold helpers into abort | Miklos Szeredi | 2015-07-01 | 1 | -55/+38 | |
| * | | | fuse: use per req lock for lock/unlock_request() | Miklos Szeredi | 2015-07-01 | 2 | -22/+24 | |
| * | | | fuse: req use bitops | Miklos Szeredi | 2015-07-01 | 4 | -72/+71 | |
| * | | | fuse: simplify request abort | Miklos Szeredi | 2015-07-01 | 1 | -73/+46 | |
| * | | | fuse: call fuse_abort_conn() in dev release | Miklos Szeredi | 2015-07-01 | 1 | -8/+3 | |
| * | | | fuse: fold fuse_request_send_nowait() into single caller | Miklos Szeredi | 2015-07-01 | 1 | -22/+10 | |
| * | | | fuse: check conn_error earlier | Miklos Szeredi | 2015-07-01 | 1 | -2/+4 | |
| * | | | fuse: account as waiting before queuing for background | Miklos Szeredi | 2015-07-01 | 1 | -4/+8 | |
| * | | | fuse: reset waiting | Miklos Szeredi | 2015-07-01 | 1 | -1/+3 | |
| * | | | fuse: fix background request if not connected | Miklos Szeredi | 2015-07-01 | 1 | -1/+4 | |
| * | | | fuse: initialize fc->release before calling it | Miklos Szeredi | 2015-07-01 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -6/+6 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | writeback: move backing_dev_info->bdi_stat[] into bdi_writeback | Tejun Heo | 2015-06-02 | 1 | -6/+6 | |
| |/ | ||||||
* | | new helper: free_page_put_link() | Al Viro | 2015-05-11 | 1 | -6/+1 | |
* | | switch ->put_link() from dentry to inode | Al Viro | 2015-05-11 | 1 | -1/+1 | |
* | | don't pass nameidata to ->follow_link() | Al Viro | 2015-05-10 | 1 | -1/+1 | |
* | | new ->follow_link() and ->put_link() calling conventions | Al Viro | 2015-05-10 | 1 | -15/+4 | |
|/ | ||||||
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 3 | -35/+35 | |
* | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro | 2015-04-11 | 1 | -1/+1 | |
* | switch generic_write_checks() to iocb and iter | Al Viro | 2015-04-11 | 1 | -15/+7 | |
* | fuse: ->direct_IO() doesn't need generic_write_checks() | Al Viro | 2015-04-11 | 1 | -8/+3 | |
* | generic_write_checks(): drop isblk argument | Al Viro | 2015-04-11 | 1 | -3/+3 | |
* | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-11 | 1 | -2/+1 | |
* | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 2015-04-11 | 1 | -6/+7 |