- 487ead3 ceph: remove the capsnaps when removing caps by Xiubo Li · 3 years, 4 months ago
- e418ce8 ceph: cancel delayed work instead of flushing on mdsc teardown by Jeff Layton · 3 years, 5 months ago
- 8193ad3 ceph: allow ceph_put_mds_session to take NULL or ERR_PTR by Jeff Layton · 3 years, 7 months ago
- e55a8b4 ceph: correctly handle releasing an embedded cap flush by Xiubo Li · 3 years, 5 months ago
- f3fcf9d ceph: reduce contention in ceph_check_delayed_caps() by Luis Henriques · 3 years, 6 months ago
- fb28b15 ceph: don't WARN if we're still opening a session to an MDS by Luis Henriques · 3 years, 6 months ago
- 3611ce2 ceph: don't allow access to MDS-private inodes by Jeff Layton · 3 years, 9 months ago
- 62575e2 ceph: check session state after bumping session->s_seq by Jeff Layton · 4 years, 3 months ago
- 4bb926e ceph: add a note explaining session reject error string by Ilya Dryomov · 4 years, 4 months ago
- 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 4 months ago
- a33f643 ceph: encode inodes' parent/d_name in cap reconnect message by Yan, Zheng · 4 years, 5 months ago
- 02e3757 ceph: handle zero-length feature mask in session messages by Jeff Layton · 4 years, 5 months ago
- 224c7b6 ceph: use frag's MDS in either mode by Yanhu Cao · 4 years, 5 months ago
- a7caa88 ceph: fix use-after-free for fsc->mdsc by Xiubo Li · 4 years, 5 months ago
- 3b4168d ceph: send client provided metric flags in client metadata by Xiubo Li · 4 years, 6 months ago
- 18f473b ceph: periodically send perf metrics to MDSes by Xiubo Li · 4 years, 6 months ago
- aaf5a47 ceph: check the sesion state and return false in case it is closed by Xiubo Li · 4 years, 6 months ago
- fa99677 ceph: fix potential mdsc use-after-free crash by Xiubo Li · 4 years, 6 months ago
- b682c6d ceph: switch to WARN_ON_ONCE in encode_supported_features() by Xiubo Li · 4 years, 6 months ago
- 4f1d756 ceph: add global total_caps to count the mdsc's total caps number by Xiubo Li · 4 years, 6 months ago
- 3e699bd ceph: add check_session_state() helper and make it global by Xiubo Li · 4 years, 6 months ago
- e64f44a ceph: skip checking caps when session reconnecting and releasing reqs by Xiubo Li · 4 years, 7 months ago
- ea8412b ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock by Xiubo Li · 4 years, 8 months ago
- 829ad4d ceph: ceph_kick_flushing_caps needs the s_mutex by Jeff Layton · 4 years, 9 months ago
- 1cf03a6 ceph: convert mdsc->cap_dirty to a per-session list by Jeff Layton · 4 years, 9 months ago
- 8882819 ceph: throw a warning if we destroy session with mutex still locked by Jeff Layton · 4 years, 10 months ago
- 70c9482 ceph: add metadata perf metric support by Xiubo Li · 4 years, 10 months ago
- f9009ef ceph: add dentry lease metric support by Xiubo Li · 4 years, 10 months ago
- 0fa8263 ceph: fix endianness bug when handling MDS session feature bits by Jeff Layton · 4 years, 8 months ago
- 719a251 ceph: consider inode's last read/write when calculating wanted caps by Yan, Zheng · 4 years, 10 months ago
- c0e385b ceph: always renew caps if mds_wanted is insufficient by Yan, Zheng · 4 years, 10 months ago
- 785892f ceph: cache layout in parent dir on first sync create by Jeff Layton · 5 years ago
- 6deb800 ceph: add new MDS req field to hold delegated inode number by Jeff Layton · 5 years ago
- d484648 ceph: decode interval_sets for delegated inos by Jeff Layton · 5 years ago
- a25949b ceph: cap tracking for async directory operations by Jeff Layton · 4 years, 11 months ago
- 891f3f5 ceph: add infrastructure for waiting for async create to complete by Jeff Layton · 5 years ago
- 3bb48b4 ceph: add flag to designate that a request is asynchronous by Jeff Layton · 5 years ago
- 8ccf7fc ceph: return ETIMEDOUT errno to userland when request timed out by Xiubo Li · 4 years, 10 months ago
- 058daab ceph: move to a dedicated slabcache for mds requests by Jeff Layton · 4 years, 11 months ago
- 525d15e ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} by Yan, Zheng · 6 years ago
- 3db0a2f ceph: register MDS request with dir inode from the start by Jeff Layton · 6 years ago
- 4c46bef Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
- bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 3c80209 ceph: print r_direct_hash in hex in __choose_mds() dout by Xiubo Li · 5 years ago
- 9ba1e22 ceph: allocate the correct amount of extra bytes for the session features by Xiubo Li · 5 years ago
- 5b3248c ceph: rename get_session and switch to use ceph_get_mds_session by Xiubo Li · 5 years ago
- b38c9eb ceph: add possible_max_rank and make the code more readable by Xiubo Li · 5 years ago
- c4853e9 ceph: retry the same mds later after the new session is opened by Xiubo Li · 5 years ago
- 9782005 ceph: check availability of mds cluster on mount after wait timeout by Xiubo Li · 5 years ago
- 4d681c2 ceph: keep the session state until it is released by Xiubo Li · 5 years ago
- 9cf5456 ceph: add __send_request helper by Xiubo Li · 5 years ago
- 07edc05 ceph: fix possible long time wait during umount by Xiubo Li · 5 years ago
- 5d47648 ceph: only choose one MDS who is in up:active state without laggy by Xiubo Li · 5 years ago
- 8f5ac17 ceph: delete redundant douts in con_get/put() by Chengguang Xu · 6 years ago
- 9c1c2b3 ceph: hold extra reference to r_parent over life of request by Jeff Layton · 6 years ago
- bba1560 ceph: trigger the reclaim work once there has enough pending caps by Xiubo Li · 5 years ago
- 3a3430a ceph: show tasks waiting on caps in debugfs caps file by Jeff Layton · 5 years ago
- ad8c28a ceph: convert int fields in ceph_mount_options to unsigned int by Jeff Layton · 5 years ago
- 668c9a6 fs: ceph: Delete timespec64_trunc() usage by Deepa Dinamani · 5 years ago
- 2def865 ceph: don't leave ino field in ceph_mds_request_head uninitialized by Jeff Layton · 5 years ago
- f5946bc ceph: tone down loglevel on ceph_mdsc_build_path warning by Jeff Layton · 5 years ago
- 1d3f872 ceph: just skip unrecognized info in ceph_reply_info_extra by Jeff Layton · 5 years ago
- 71a228b ceph: reconnect connection if session hang in opening state by Erqi Chen · 5 years ago
- 533a281 ceph: eliminate session->s_trim_caps by Jeff Layton · 5 years ago
- 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
- d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 5 years ago
- f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
- a35ead3 ceph: add change_attr field to ceph_inode_info by Jeff Layton · 6 years ago
- 245ce99 ceph: add btime field to ceph_inode_info by Jeff Layton · 6 years ago
- 428138c ceph: remove request from waiting list before unregister by Yan, Zheng · 6 years ago
- 6f0f597 ceph: don't blindly unregister session that is in opening state by Yan, Zheng · 6 years ago
- 8f2a98ef ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() by Yan, Zheng · 6 years ago
- 41883ba ceph: use READ_ONCE to access d_parent in RCU critical section by Yan, Zheng · 6 years ago
- 193e7b3 ceph: carry snapshot creation time with inodes by David Disseldorp · 6 years ago
- d6b8bd6 ceph: fix ceph_mdsc_build_path to not stop on first component by Jeff Layton · 6 years ago
- 3e1d045 ceph: avoid iput_final() while holding mutex or in dispatch thread by Yan, Zheng · 6 years ago
- 4198aba ceph: fix unaligned access in ceph_send_cap_releases by Jeff Layton · 6 years ago
- 488f528 ceph: just call get_session in __ceph_lookup_mds_session by Jeff Layton · 6 years ago
- 8340f22 ceph: move wait for mds request into helper function by Jeff Layton · 6 years ago
- 86bda53 ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request by Jeff Layton · 6 years ago
- 111c708 ceph: after an MDS request, do callback and completions by Jeff Layton · 6 years ago
- c1dfc27 ceph: use pathlen values returned by set_request_path_attr by Jeff Layton · 6 years ago
- f77f21b ceph: use __getname/__putname in ceph_mdsc_build_path by Jeff Layton · 6 years ago
- 964fff7 ceph: use ceph_mdsc_build_path instead of clone_dentry_name by Jeff Layton · 6 years ago
- 69a10fb ceph: fix potential use-after-free in ceph_mdsc_build_path by Jeff Layton · 6 years ago
- f5d77269 ceph: make iterate_session_caps a public symbol by Jeff Layton · 6 years ago
- 0c44a8e ceph: quota: fix quota subdir mounts by Luis Henriques · 6 years ago
- 3765918 ceph: fix ci->i_head_snapc leak by Yan, Zheng · 6 years ago
- 1bcb344 ceph: only use d_name directly when parent is locked by Jeff Layton · 6 years ago
- fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
- 37c4efc ceph: periodically trim stale dentries by Yan, Zheng · 6 years ago
- 1e9c2eb ceph: delete stale dentry when last reference is dropped by Yan, Zheng · 6 years ago
- e3ec8d6 ceph: send cap releases more aggressively by Yan, Zheng · 6 years ago
- 0879687 ceph: support getting ceph.dir.pin vxattr by Yan, Zheng · 6 years ago
- b37fe1f ceph: support versioned reply by Yan, Zheng · 6 years ago
- 75c9627 ceph: map snapid to anonymous bdev ID by Yan, Zheng · 7 years ago
- 81c5a14 ceph: split large reconnect into multiple messages by Yan, Zheng · 6 years ago
- 84bf395 ceph: decode feature bits in session message by Yan, Zheng · 6 years ago
- 5ccedf1 ceph: don't encode inode pathes into reconnect message by Yan, Zheng · 6 years ago
- d2f8bb2 ceph: update wanted caps after resuming stale session by Yan, Zheng · 6 years ago