| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng | 2020-03-30 | 1 | -2/+9 |
* | ceph: always renew caps if mds_wanted is insufficient | Yan, Zheng | 2020-03-30 | 1 | -5/+0 |
* | ceph: cache layout in parent dir on first sync create | Jeff Layton | 2020-03-30 | 1 | -1/+6 |
* | ceph: add new MDS req field to hold delegated inode number | Jeff Layton | 2020-03-30 | 1 | -2/+1 |
* | ceph: decode interval_sets for delegated inos | Jeff Layton | 2020-03-30 | 1 | -9/+113 |
* | ceph: cap tracking for async directory operations | Jeff Layton | 2020-03-30 | 1 | -5/+26 |
* | ceph: add infrastructure for waiting for async create to complete | Jeff Layton | 2020-03-30 | 1 | -1/+19 |
* | ceph: add flag to designate that a request is asynchronous | Jeff Layton | 2020-03-30 | 1 | -0/+15 |
* | ceph: return ETIMEDOUT errno to userland when request timed out | Xiubo Li | 2020-03-30 | 1 | -2/+2 |
* | ceph: move to a dedicated slabcache for mds requests | Jeff Layton | 2020-03-30 | 1 | -2/+3 |
* | ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} | Yan, Zheng | 2020-03-30 | 1 | -1/+2 |
* | ceph: register MDS request with dir inode from the start | Jeff Layton | 2020-03-30 | 1 | -10/+6 |
* | Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 2020-02-06 | 1 | -74/+97 |
|\ |
|
| * | ceph: print r_direct_hash in hex in __choose_mds() dout | Xiubo Li | 2020-01-27 | 1 | -15/+13 |
| * | ceph: allocate the correct amount of extra bytes for the session features | Xiubo Li | 2020-01-27 | 1 | -6/+14 |
| * | ceph: rename get_session and switch to use ceph_get_mds_session | Xiubo Li | 2020-01-27 | 1 | -8/+8 |
| * | ceph: add possible_max_rank and make the code more readable | Xiubo Li | 2020-01-27 | 1 | -5/+5 |
| * | ceph: retry the same mds later after the new session is opened | Xiubo Li | 2020-01-27 | 1 | -4/+16 |
| * | ceph: check availability of mds cluster on mount after wait timeout | Xiubo Li | 2020-01-27 | 1 | -2/+1 |
| * | ceph: keep the session state until it is released | Xiubo Li | 2020-01-27 | 1 | -1/+2 |
| * | ceph: add __send_request helper | Xiubo Li | 2020-01-27 | 1 | -22/+25 |
| * | ceph: fix possible long time wait during umount | Xiubo Li | 2020-01-27 | 1 | -3/+4 |
| * | ceph: only choose one MDS who is in up:active state without laggy | Xiubo Li | 2020-01-27 | 1 | -4/+9 |
| * | ceph: delete redundant douts in con_get/put() | Chengguang Xu | 2020-01-27 | 1 | -5/+1 |
* | | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-02-05 | 1 | -3/+1 |
|\ \
| |/
|/| |
|
| * | fs: ceph: Delete timespec64_trunc() usage | Deepa Dinamani | 2019-12-08 | 1 | -3/+1 |
* | | ceph: hold extra reference to r_parent over life of request | Jeff Layton | 2020-01-21 | 1 | -2/+6 |
* | | ceph: trigger the reclaim work once there has enough pending caps | Xiubo Li | 2019-12-09 | 1 | -1/+1 |
* | | ceph: show tasks waiting on caps in debugfs caps file | Jeff Layton | 2019-12-09 | 1 | -0/+1 |
* | | ceph: convert int fields in ceph_mount_options to unsigned int | Jeff Layton | 2019-12-09 | 1 | -2/+3 |
|/ |
|
* | ceph: don't leave ino field in ceph_mds_request_head uninitialized | Jeff Layton | 2019-11-25 | 1 | -0/+1 |
* | ceph: tone down loglevel on ceph_mdsc_build_path warning | Jeff Layton | 2019-11-25 | 1 | -7/+11 |
* | ceph: just skip unrecognized info in ceph_reply_info_extra | Jeff Layton | 2019-10-15 | 1 | -10/+11 |
* | ceph: reconnect connection if session hang in opening state | Erqi Chen | 2019-09-16 | 1 | -1/+3 |
* | ceph: eliminate session->s_trim_caps | Jeff Layton | 2019-09-16 | 1 | -9/+8 |
* | ceph: auto reconnect after blacklisted | Yan, Zheng | 2019-09-16 | 1 | -2/+32 |
* | ceph: add helper function that forcibly reconnects to ceph cluster. | Yan, Zheng | 2019-09-16 | 1 | -3/+12 |
* | ceph: track and report error of async metadata operation | Yan, Zheng | 2019-09-16 | 1 | -13/+27 |
* | ceph: add change_attr field to ceph_inode_info | Jeff Layton | 2019-07-08 | 1 | -2/+2 |
* | ceph: add btime field to ceph_inode_info | Jeff Layton | 2019-07-08 | 1 | -8/+13 |
* | ceph: remove request from waiting list before unregister | Yan, Zheng | 2019-07-08 | 1 | -0/+2 |
* | ceph: don't blindly unregister session that is in opening state | Yan, Zheng | 2019-07-08 | 1 | -33/+26 |
* | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() | Yan, Zheng | 2019-07-08 | 1 | -11/+13 |
* | ceph: use READ_ONCE to access d_parent in RCU critical section | Yan, Zheng | 2019-07-08 | 1 | -2/+2 |
* | ceph: carry snapshot creation time with inodes | David Disseldorp | 2019-07-08 | 1 | -0/+10 |
* | ceph: fix ceph_mdsc_build_path to not stop on first component | Jeff Layton | 2019-06-27 | 1 | -1/+2 |
* | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 2019-06-05 | 1 | -10/+18 |
* | ceph: fix unaligned access in ceph_send_cap_releases | Jeff Layton | 2019-05-07 | 1 | -1/+2 |
* | ceph: just call get_session in __ceph_lookup_mds_session | Jeff Layton | 2019-05-07 | 1 | -7/+1 |
* | ceph: move wait for mds request into helper function | Jeff Layton | 2019-05-07 | 1 | -15/+21 |