| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: fix bogus endianness change in ceph_ioctl_set_layout | Jeff Layton | 2017-02-20 | 1 | -2/+2 |
* | ceph: avoid updating mds_wanted too frequently | Yan, Zheng | 2017-02-20 | 1 | -3/+9 |
* | ceph: set io_pages bdi hint | Andreas Gerstmayr | 2017-02-20 | 2 | -2/+10 |
* | ceph: fix spelling mistake: "enabing" -> "enabling" | Colin Ian King | 2017-02-20 | 1 | -1/+1 |
* | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski | 2017-02-20 | 5 | -10/+10 |
* | ceph: pass parent inode info to ceph_encode_dentry_release if we have it | Jeff Layton | 2017-02-20 | 3 | -6/+13 |
* | ceph: fix unsafe dcache access in ceph_encode_dentry_release | Jeff Layton | 2017-02-20 | 1 | -2/+5 |
* | ceph: pass parent dir ino info to build_dentry_path | Jeff Layton | 2017-02-20 | 1 | -7/+9 |
* | ceph: clean up unsafe d_parent accesses in build_dentry_path | Jeff Layton | 2017-02-20 | 1 | -2/+7 |
* | ceph: clean up unsafe d_parent access in __choose_mds | Jeff Layton | 2017-02-20 | 1 | -22/+42 |
* | ceph: fix bad endianness handling in parse_reply_info_extra | Jeff Layton | 2017-01-18 | 1 | -4/+5 |
* | ceph: fix endianness bug in frag_tree_split_cmp | Jeff Layton | 2017-01-18 | 1 | -1/+2 |
* | ceph: fix endianness of getattr mask in ceph_d_revalidate | Jeff Layton | 2017-01-18 | 1 | -2/+3 |
* | ceph: fix ceph_get_caps() interruption | Yan, Zheng | 2017-01-18 | 1 | -1/+6 |
* | ceph: fix get_oldest_context() | Geng, Jichao | 2017-01-12 | 1 | -2/+2 |
* | ceph: fix mds cluster availability check | Yan, Zheng | 2017-01-12 | 1 | -0/+5 |
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-17 | 1 | -1/+0 |
|\ |
|
| * | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-17 | 1 | -6/+8 |
|\ \ |
|
| * | | fix ceph_write_end() | Al Viro | 2016-12-10 | 1 | -6/+8 |
| |/ |
|
* | | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-12-16 | 8 | -211/+540 |
|\ \ |
|
| * | | libceph: always signal completion when done | Ilya Dryomov | 2016-12-14 | 1 | -1/+1 |
| * | | ceph: avoid creating orphan object when checking pool permission | Yan, Zheng | 2016-12-14 | 1 | -0/+9 |
| * | | ceph: properly set issue_seq for cap release | Yan, Zheng | 2016-12-12 | 1 | -0/+1 |
| * | | ceph: add flags parameter to send_cap_msg | Jeff Layton | 2016-12-12 | 1 | -10/+15 |
| * | | ceph: update cap message struct version to 10 | Jeff Layton | 2016-12-12 | 1 | -6/+33 |
| * | | ceph: define new argument structure for send_cap_msg | Jeff Layton | 2016-12-12 | 1 | -99/+126 |
| * | | ceph: move xattr initialzation before the encoding past the ceph_mds_caps | Jeff Layton | 2016-12-12 | 1 | -7/+7 |
| * | | 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 |