Age | Commit message (Expand) | Author | Files | Lines |
2020-02-06 | Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -74/+97 |
2020-02-05 | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+1 |
2020-01-27 | ceph: print r_direct_hash in hex in __choose_mds() dout | Xiubo Li | 1 | -15/+13 |
2020-01-27 | ceph: allocate the correct amount of extra bytes for the session features | Xiubo Li | 1 | -6/+14 |
2020-01-27 | ceph: rename get_session and switch to use ceph_get_mds_session | Xiubo Li | 1 | -8/+8 |
2020-01-27 | ceph: add possible_max_rank and make the code more readable | Xiubo Li | 1 | -5/+5 |
2020-01-27 | ceph: retry the same mds later after the new session is opened | Xiubo Li | 1 | -4/+16 |
2020-01-27 | ceph: check availability of mds cluster on mount after wait timeout | Xiubo Li | 1 | -2/+1 |
2020-01-27 | ceph: keep the session state until it is released | Xiubo Li | 1 | -1/+2 |
2020-01-27 | ceph: add __send_request helper | Xiubo Li | 1 | -22/+25 |
2020-01-27 | ceph: fix possible long time wait during umount | Xiubo Li | 1 | -3/+4 |
2020-01-27 | ceph: only choose one MDS who is in up:active state without laggy | Xiubo Li | 1 | -4/+9 |
2020-01-27 | ceph: delete redundant douts in con_get/put() | Chengguang Xu | 1 | -5/+1 |
2020-01-21 | ceph: hold extra reference to r_parent over life of request | Jeff Layton | 1 | -2/+6 |
2019-12-09 | ceph: trigger the reclaim work once there has enough pending caps | Xiubo Li | 1 | -1/+1 |
2019-12-09 | ceph: show tasks waiting on caps in debugfs caps file | Jeff Layton | 1 | -0/+1 |
2019-12-09 | ceph: convert int fields in ceph_mount_options to unsigned int | Jeff Layton | 1 | -2/+3 |
2019-12-08 | fs: ceph: Delete timespec64_trunc() usage | Deepa Dinamani | 1 | -3/+1 |
2019-11-25 | ceph: don't leave ino field in ceph_mds_request_head uninitialized | Jeff Layton | 1 | -0/+1 |
2019-11-25 | ceph: tone down loglevel on ceph_mdsc_build_path warning | Jeff Layton | 1 | -7/+11 |
2019-10-15 | ceph: just skip unrecognized info in ceph_reply_info_extra | Jeff Layton | 1 | -10/+11 |
2019-09-16 | ceph: reconnect connection if session hang in opening state | Erqi Chen | 1 | -1/+3 |
2019-09-16 | ceph: eliminate session->s_trim_caps | Jeff Layton | 1 | -9/+8 |
2019-09-16 | ceph: auto reconnect after blacklisted | Yan, Zheng | 1 | -2/+32 |
2019-09-16 | ceph: add helper function that forcibly reconnects to ceph cluster. | Yan, Zheng | 1 | -3/+12 |
2019-09-16 | ceph: track and report error of async metadata operation | Yan, Zheng | 1 | -13/+27 |
2019-07-08 | ceph: add change_attr field to ceph_inode_info | Jeff Layton | 1 | -2/+2 |
2019-07-08 | ceph: add btime field to ceph_inode_info | Jeff Layton | 1 | -8/+13 |
2019-07-08 | ceph: remove request from waiting list before unregister | Yan, Zheng | 1 | -0/+2 |
2019-07-08 | ceph: don't blindly unregister session that is in opening state | Yan, Zheng | 1 | -33/+26 |
2019-07-08 | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() | Yan, Zheng | 1 | -11/+13 |
2019-07-08 | ceph: use READ_ONCE to access d_parent in RCU critical section | Yan, Zheng | 1 | -2/+2 |
2019-07-08 | ceph: carry snapshot creation time with inodes | David Disseldorp | 1 | -0/+10 |
2019-06-27 | ceph: fix ceph_mdsc_build_path to not stop on first component | Jeff Layton | 1 | -1/+2 |
2019-06-05 | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 1 | -10/+18 |
2019-05-07 | ceph: fix unaligned access in ceph_send_cap_releases | Jeff Layton | 1 | -1/+2 |
2019-05-07 | ceph: just call get_session in __ceph_lookup_mds_session | Jeff Layton | 1 | -7/+1 |
2019-05-07 | ceph: move wait for mds request into helper function | Jeff Layton | 1 | -15/+21 |
2019-05-07 | ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request | Jeff Layton | 1 | -21/+19 |
2019-05-07 | ceph: after an MDS request, do callback and completions | Jeff Layton | 1 | -2/+1 |
2019-05-07 | ceph: use pathlen values returned by set_request_path_attr | Jeff Layton | 1 | -2/+2 |
2019-05-07 | ceph: use __getname/__putname in ceph_mdsc_build_path | Jeff Layton | 1 | -37/+28 |
2019-05-07 | ceph: use ceph_mdsc_build_path instead of clone_dentry_name | Jeff Layton | 1 | -39/+3 |
2019-05-07 | ceph: fix potential use-after-free in ceph_mdsc_build_path | Jeff Layton | 1 | -3/+5 |
2019-05-07 | ceph: make iterate_session_caps a public symbol | Jeff Layton | 1 | -8/+8 |
2019-05-07 | ceph: quota: fix quota subdir mounts | Luis Henriques | 1 | -0/+4 |
2019-04-23 | ceph: fix ci->i_head_snapc leak | Yan, Zheng | 1 | -0/+9 |
2019-04-23 | ceph: only use d_name directly when parent is locked | Jeff Layton | 1 | -11/+50 |
2019-03-05 | ceph: add mount option to limit caps count | Yan, Zheng | 1 | -8/+26 |
2019-03-05 | ceph: periodically trim stale dentries | Yan, Zheng | 1 | -6/+34 |