| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-02-20 | ceph: vet the target and parent inodes before updating dentry lease |  Jeff Layton | 1 | -24/+48 |
| 2017-02-20 | ceph: don't update_dentry_lease unless we actually got one |  Jeff Layton | 1 | -2/+2 |
| 2017-02-20 | ceph: add a new flag to indicate whether parent is locked |  Jeff Layton | 6 | -28/+39 |
| 2017-02-20 | ceph: convert bools in ceph_mds_request to a new r_req_flags field |  Jeff Layton | 5 | -38/+45 |
| 2017-02-20 | ceph: drop session argument to ceph_fill_trace |  Jeff Layton | 3 | -5/+4 |
| 2017-02-20 | ceph: remove "Debugging hook" from ceph_fill_trace |  Jeff Layton | 1 | -34/+0 |
| 2017-02-20 | ceph: avoid calling ceph_renew_caps() infinitely |  Yan, Zheng | 3 | -5/+5 |
| 2017-02-20 | ceph: make sure flushing inode in proper session's cap_flushing list |  Yan, Zheng | 1 | -0/+10 |
| 2017-02-20 | ceph: update readpages osd request according to size of pages |  Yan, Zheng | 1 | -0/+1 |
| 2017-02-20 | ceph: fix bogus endianness change in ceph_ioctl_set_layout |  Jeff Layton | 1 | -2/+2 |
| 2017-02-20 | ceph: avoid updating mds_wanted too frequently |  Yan, Zheng | 1 | -3/+9 |
| 2017-02-20 | ceph: set io_pages bdi hint |  Andreas Gerstmayr | 2 | -2/+10 |
| 2017-02-20 | ceph: fix spelling mistake: "enabing" -> "enabling" |  Colin Ian King | 1 | -1/+1 |
| 2017-02-20 | ceph: cleanup ACCESS_ONCE -> READ_ONCE |  Seraphime Kirkovski | 5 | -10/+10 |
| 2017-02-20 | ceph: pass parent inode info to ceph_encode_dentry_release if we have it |  Jeff Layton | 3 | -6/+13 |
| 2017-02-20 | ceph: fix unsafe dcache access in ceph_encode_dentry_release |  Jeff Layton | 1 | -2/+5 |
| 2017-02-20 | ceph: pass parent dir ino info to build_dentry_path |  Jeff Layton | 1 | -7/+9 |
| 2017-02-20 | ceph: clean up unsafe d_parent accesses in build_dentry_path |  Jeff Layton | 1 | -2/+7 |
| 2017-02-20 | ceph: clean up unsafe d_parent access in __choose_mds |  Jeff Layton | 1 | -22/+42 |
| 2017-01-18 | ceph: fix bad endianness handling in parse_reply_info_extra |  Jeff Layton | 1 | -4/+5 |
| 2017-01-18 | ceph: fix endianness bug in frag_tree_split_cmp |  Jeff Layton | 1 | -1/+2 |
| 2017-01-18 | ceph: fix endianness of getattr mask in ceph_d_revalidate |  Jeff Layton | 1 | -2/+3 |
| 2017-01-18 | ceph: fix ceph_get_caps() interruption |  Yan, Zheng | 1 | -1/+6 |
| 2017-01-12 | ceph: fix get_oldest_context() |  Geng, Jichao | 1 | -2/+2 |
| 2017-01-12 | ceph: fix mds cluster availability check |  Yan, Zheng | 1 | -0/+5 |
| 2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs |  Linus Torvalds | 1 | -1/+0 |
| 2016-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -6/+8 |
| 2016-12-16 | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 8 | -207/+536 |
| 2016-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 6 | -100/+15 |
| 2016-12-15 | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus |  Al Viro | 6 | -100/+15 |
| 2016-12-14 | libceph: always signal completion when done |  Ilya Dryomov | 1 | -1/+1 |
| 2016-12-14 | ceph: avoid creating orphan object when checking pool permission |  Yan, Zheng | 1 | -0/+9 |
| 2016-12-12 | ceph: properly set issue_seq for cap release |  Yan, Zheng | 1 | -0/+1 |
| 2016-12-12 | ceph: add flags parameter to send_cap_msg |  Jeff Layton | 1 | -10/+15 |
| 2016-12-12 | ceph: update cap message struct version to 10 |  Jeff Layton | 1 | -6/+33 |
| 2016-12-12 | ceph: define new argument structure for send_cap_msg |  Jeff Layton | 1 | -95/+122 |
| 2016-12-12 | ceph: move xattr initialzation before the encoding past the ceph_mds_caps |  Jeff Layton | 1 | -7/+7 |
| 2016-12-12 | ceph: fix minor typo in unsafe_request_wait |  Jeff Layton | 1 | -1/+1 |
| 2016-12-12 | ceph: record truncate size/seq for snap data writeback |  Yan, Zheng | 3 | -13/+22 |
| 2016-12-12 | ceph: check availability of mds cluster on mount |  Yan, Zheng | 4 | -11/+182 |
| 2016-12-12 | ceph: fix splice read for no Fc capability case |  Yan, Zheng | 1 | -53/+65 |
| 2016-12-12 | ceph: try getting buffer capability for readahead/fadvise |  Yan, Zheng | 4 | -11/+73 |
| 2016-12-12 | ceph: fix scheduler warning due to nested blocking |  Nikolay Borisov | 1 | -3/+9 |
| 2016-12-12 | ceph: fix printing wrong return variable in ceph_direct_read_write() |  Zhi Zhang | 1 | -1/+1 |
| 2016-12-12 | libceph: drop len argument of *verify_authorizer_reply() |  Ilya Dryomov | 1 | -2/+2 |
| 2016-12-10 | fix ceph_write_end() |  Al Viro | 1 | -6/+8 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments |  Miklos Szeredi | 1 | -1/+0 |
| 2016-12-08 | ceph: don't set req->r_locked_dir in ceph_d_revalidate |  Jeff Layton | 1 | -10/+14 |
| 2016-11-10 | ceph: use default file splice read callback |  Yan, Zheng | 1 | -1/+0 |
| 2016-10-28 | ceph: switch to use of ->d_init() |  Al Viro | 6 | -67/+5 |