Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/fuse: fix ioctl type confusion | Jann Horn | 2015-08-16 | 1 | -1/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-04 | 1 | -1/+1 |
|\ | |||||
| * | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 2015-06-23 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2015-07-03 | 1 | -6/+3 |
|\ \ | |||||
| * | | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 2015-07-01 | 1 | -6/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2015-07-02 | 5 | -489/+624 |
|\ \ \ | |||||
| * | | | fuse: separate pqueue for clones | Miklos Szeredi | 2015-07-01 | 3 | -30/+45 |
| * | | | fuse: introduce per-instance fuse_dev structure | Miklos Szeredi | 2015-07-01 | 4 | -34/+114 |
| * | | | 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 |