| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | ceph: fix minor typo in unsafe_request_wait | Jeff Layton | 2016-12-12 | 1 | -1/+1 |
| * | | ceph: record truncate size/seq for snap data writeback | Yan, Zheng | 2016-12-12 | 3 | -13/+22 |
| * | | ceph: check availability of mds cluster on mount | Yan, Zheng | 2016-12-12 | 4 | -11/+182 |
| * | | ceph: fix splice read for no Fc capability case | Yan, Zheng | 2016-12-12 | 1 | -54/+66 |
| * | | ceph: try getting buffer capability for readahead/fadvise | Yan, Zheng | 2016-12-12 | 4 | -11/+73 |
| * | | ceph: fix scheduler warning due to nested blocking | Nikolay Borisov | 2016-12-12 | 1 | -3/+9 |
| * | | ceph: fix printing wrong return variable in ceph_direct_read_write() | Zhi Zhang | 2016-12-12 | 1 | -1/+1 |
| * | | libceph: drop len argument of *verify_authorizer_reply() | Ilya Dryomov | 2016-12-12 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-16 | 6 | -100/+15 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus | Al Viro | 2016-12-15 | 6 | -100/+15 |
| |\ \
| | |/
| |/| |
|
| | * | ceph: switch to use of ->d_init() | Al Viro | 2016-10-28 | 6 | -67/+5 |
| | * | ceph: unify dentry_operations instances | Al Viro | 2016-10-28 | 4 | -33/+10 |
* | | | ceph: don't set req->r_locked_dir in ceph_d_revalidate | Jeff Layton | 2016-12-08 | 1 | -10/+14 |
|/ / |
|
* | | ceph: use default file splice read callback | Yan, Zheng | 2016-11-10 | 1 | -1/+0 |
* | | ceph: fix non static symbol warning | Wei Yongjun | 2016-10-18 | 1 | -2/+2 |
* | | ceph: fix uninitialized dentry pointer in ceph_real_mount() | Geert Uytterhoeven | 2016-10-18 | 1 | -0/+2 |
* | | ceph: fix readdir vs fragmentation race | Yan, Zheng | 2016-10-18 | 1 | -1/+2 |
* | | ceph: fix error handling in ceph_read_iter | Nikolay Borisov | 2016-10-15 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 4 | -5/+9 |
|\ |
|
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 1 | -1/+5 |
| |\ |
|
| | * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -2/+2 |
| | * | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 2016-09-27 | 1 | -3/+7 |
| * | | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-27 | 3 | -4/+4 |
| |/ |
|
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 2 | -9/+0 |
|\ \ |
|
| * | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 2 | -9/+0 |
| |/ |
|
* | | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-10-10 | 7 | -53/+61 |
|\ \ |
|
| * | | ceph: use list_move instead of list_del/list_add | Wei Yongjun | 2016-10-03 | 1 | -2/+1 |
| * | | ceph: handle CEPH_SESSION_REJECT message | Yan, Zheng | 2016-10-03 | 3 | -5/+25 |
| * | | ceph: avoid accessing / when mounting a subpath | Yan, Zheng | 2016-10-03 | 1 | -29/+20 |
| * | | ceph: fix mandatory flock check | Yan, Zheng | 2016-10-03 | 1 | -2/+2 |
| * | | ceph: remove warning when ceph_releasepage() is called on dirty page | NeilBrown | 2016-10-03 | 1 | -3/+2 |
| * | | ceph: ignore error from invalidate_inode_pages2_range() in direct write | NeilBrown | 2016-10-03 | 1 | -2/+2 |
| * | | ceph: fix error handling of start_read() | Yan, Zheng | 2016-10-03 | 1 | -10/+9 |
* | | | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2016-10-08 | 2 | -12/+18 |
|\ \ \
| |_|/
|/| | |
|
| * | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
| * | | ceph: Propagate dentry down to inode_change_ok() | Jan Kara | 2016-09-22 | 2 | -8/+16 |
| * | | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 2016-09-22 | 1 | -4/+2 |
* | | | ceph: do not modify fi->frag in need_reset_readdir() | Nicolas Iooss | 2016-09-05 | 1 | -1/+1 |
| |/
|/| |
|
* | | ceph: initialize pathbase in the !dentry case in encode_caps_cb() | Ilya Dryomov | 2016-08-09 | 1 | -0/+1 |
* | | ceph: fix null pointer dereference in ceph_flush_snaps() | Yan, Zheng | 2016-08-08 | 1 | -1/+4 |
|/ |
|
* | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-08-02 | 13 | -752/+999 |
|\ |
|
| * | ceph: Correctly return NXIO errors from ceph_llseek | Phil Turnbull | 2016-07-28 | 1 | -7/+5 |
| * | ceph: Mark the file cache as unreclaimable | Nikolay Borisov | 2016-07-28 | 1 | -2/+2 |
| * | ceph: optimize cap flush waiting | Yan, Zheng | 2016-07-28 | 3 | -27/+73 |
| * | ceph: cleanup ceph_flush_snaps() | Yan, Zheng | 2016-07-28 | 3 | -88/+105 |
| * | ceph: kick cap flushes before sending other cap message | Yan, Zheng | 2016-07-28 | 1 | -9/+34 |
| * | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng | 2016-07-28 | 3 | -15/+36 |
| * | ceph: avoid sending duplicated cap flush message | Yan, Zheng | 2016-07-28 | 2 | -1/+18 |
| * | ceph: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-28 | 5 | -222/+175 |
| * | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 2016-07-28 | 5 | -118/+56 |