- a5ffd7b ceph: pass ino# instead of old_dentry if it's disconnected by Xiubo Li · 1 year, 11 months ago
- aaf67de ceph: fix potential use-after-free bug when trimming caps by Xiubo Li · 1 year, 11 months ago
- e7d84c6 ceph: flush cap releases when the session is flushed by Xiubo Li · 2 years, 1 month ago
- a68e564 ceph: blocklist the kclient when receiving corrupted snap trace by Xiubo Li · 2 years, 1 month ago
- 6eb06c4 ceph: fail the request if the peer MDS doesn't support getvxattr op by Xiubo Li · 2 years, 8 months ago
- 0006164 ceph: update the auth cap when the async create req is forwarded by Xiubo Li · 2 years, 9 months ago
- 300e42a ceph: add session already open notify support by Xiubo Li · 2 years, 10 months ago
- 4868e53 ceph: wait for the first reply of inflight async unlink by Xiubo Li · 2 years, 10 months ago
- fea013e ceph: use correct index when encoding client supported features by Luís Henriques · 2 years, 10 months ago
- 874c8ca1 netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context by David Howells · 2 years, 9 months ago
- ea16567 ceph: fix decoding of client session messages flags by Luís Henriques · 2 years, 10 months ago
- 2ecd0ed ceph: remove redundant variable ino by Colin Ian King · 2 years, 10 months ago
- 1b2ba3c ceph: flush the mdlog for filesystem sync by Xiubo Li · 2 years, 11 months ago
- 546a5d6 ceph: stop retrying the request when exceeding 256 times by Xiubo Li · 3 years ago
- 1980b1b ceph: stop forwarding the request when exceeding 256 times by Xiubo Li · 3 years ago
- 6c1dc50 ceph: remove unused CEPH_MDS_LEASE_RELEASE related code by Xiubo Li · 3 years ago
- 396ea16 ceph: remove incorrect session state check by Xiubo Li · 3 years ago
- 5ed9158 ceph: do not release the global snaprealm until unmounting by Xiubo Li · 3 years, 1 month ago
- 2941bf5 ceph: zero the dir_entries memory when allocating it by Xiubo Li · 3 years, 1 month ago
- 6ddf5f1 ceph: add getvxattr op by Milind Changire · 3 years, 1 month ago
- 370f0ac ceph: fail the request directly if handle_reply gets an ESTALE by Xiubo Li · 3 years, 1 month ago
- 9eaa7b7 ceph: eliminate req->r_wait_for_completion from ceph_mds_request by Jeff Layton · 3 years, 1 month ago
- ee2a095 ceph: initialize pathlen variable in reconnect_caps_cb by Xiubo Li · 3 years, 3 months ago
- 631ed4b ceph: shut down mount on bad mdsmap or fsmap decode by Jeff Layton · 3 years, 5 months ago
- e1c9788 ceph: don't rely on error_string to validate blocklisted session. by Kotresh HR · 3 years, 5 months ago
- 36e6da9 ceph: refactor remove_session_caps_cb by Jeff Layton · 3 years, 6 months ago
- 3c30502 ceph: fix auth cap handling logic in remove_session_caps_cb by Jeff Layton · 3 years, 6 months ago
- c35cac6 ceph: drop private list from remove_session_caps_cb by Jeff Layton · 3 years, 6 months ago
- 1bd85aa ceph: fix handling of "meta" errors by Jeff Layton · 3 years, 5 months ago
- 9f35899 ceph: drop the mdsc_get_session/put_session dout messages by Jeff Layton · 4 years, 1 month ago
- a76d0a9 ceph: don't WARN if we're forcibly removing the session caps by Xiubo Li · 3 years, 7 months ago
- 42ad631 ceph: don't WARN if we're force umounting by Xiubo Li · 3 years, 7 months ago
- a6d37cc ceph: remove the capsnaps when removing caps by Xiubo Li · 3 years, 7 months ago
- d517b39 ceph: reconnect to the export targets on new mdsmaps by Xiubo Li · 3 years, 7 months ago
- c80dc3a ceph: remove redundant initializations from mdsc and session by Jeff Layton · 3 years, 8 months ago
- b400217 ceph: cancel delayed work instead of flushing on mdsc teardown by Jeff Layton · 3 years, 8 months ago
- d095559 ceph: flush mdlog before umounting by Xiubo Li · 3 years, 8 months ago
- 59b312f ceph: make iterate_sessions a global symbol by Xiubo Li · 3 years, 8 months ago
- fba97e80 ceph: make ceph_create_session_msg a global symbol by Xiubo Li · 3 years, 8 months ago
- b2f9fa1 ceph: correctly handle releasing an embedded cap flush by Xiubo Li · 3 years, 7 months ago
- bf2ba43 ceph: reduce contention in ceph_check_delayed_caps() by Luis Henriques · 3 years, 8 months ago
- cdb330f ceph: don't WARN if we're still opening a session to an MDS by Luis Henriques · 3 years, 8 months ago
- 4c18347 ceph: take reference to req->r_parent at point of assignment by Jeff Layton · 3 years, 9 months ago
- 23c2c76 ceph: eliminate ceph_async_iput() by Jeff Layton · 3 years, 9 months ago
- 52d60f8 ceph: eliminate session->s_gen_ttl_lock by Jeff Layton · 3 years, 9 months ago
- 7e65624 ceph: allow ceph_put_mds_session to take NULL or ERR_PTR by Jeff Layton · 3 years, 9 months ago
- d4f6b31 ceph: don't allow access to MDS-private inodes by Jeff Layton · 4 years ago
- 2d6795f ceph: fix up some bare fetches of i_size by Jeff Layton · 4 years ago
- e7f7295 ceph: support getting ceph.dir.rsnaps vxattr by Yanhu Cao · 4 years, 6 months ago
- 8ae99ae ceph: rename the metric helpers by Xiubo Li · 4 years ago
- 4972cf6 libceph, ceph: disambiguate ceph_connection_operations handlers by Ilya Dryomov · 4 years, 3 months ago
- 60267ba ceph: reencode gid_list when reconnecting by Ilya Dryomov · 4 years, 3 months ago
- ce28716 libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1 by Ilya Dryomov · 4 years, 4 months ago
- cd1a677 libceph, ceph: implement msgr2.1 protocol (crc and secure modes) by Ilya Dryomov · 4 years, 4 months ago
- a5cbd5f libceph, ceph: get and handle cluster maps with addrvecs by Ilya Dryomov · 4 years, 4 months ago
- 285ea34f libceph, ceph: incorporate nautilus cephx changes by Ilya Dryomov · 4 years, 4 months ago
- 4f1ddb1 ceph: implement updated ceph_mds_request_head structure by Jeff Layton · 4 years, 3 months ago
- 396bd62 ceph: clean up argument lists to __prepare_send_request and __send_request by Jeff Layton · 4 years, 3 months ago
- 7fe0cde ceph: take a cred reference instead of tracking individual uid/gid by Jeff Layton · 4 years, 3 months ago
- 968cd14 ceph: set osdmap epoch for setxattr by Xiubo Li · 4 years, 3 months ago
- 4a756db ceph: remove redundant assignment to variable i by Colin Ian King · 4 years, 3 months ago
- bca9fc1 ceph: when filling trace, call ceph_get_inode outside of mutexes by Jeff Layton · 4 years, 4 months ago
- 06a1ad4 ceph: fix up some warnings on W=1 builds by Jeff Layton · 4 years, 5 months ago
- 4ae3713 ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is set by Jeff Layton · 4 years, 6 months ago
- dbeec07 ceph: remove timeout on allowing reconnect after blocklisting by Jeff Layton · 4 years, 6 months ago
- 50c9132 ceph: add new RECOVER mount_state when recovering session by Jeff Layton · 4 years, 6 months ago
- 62575e2 ceph: check session state after bumping session->s_seq by Jeff Layton · 4 years, 5 months ago
- 4bb926e ceph: add a note explaining session reject error string by Ilya Dryomov · 4 years, 6 months ago
- 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 6 months ago
- a33f643 ceph: encode inodes' parent/d_name in cap reconnect message by Yan, Zheng · 4 years, 7 months ago
- 02e3757 ceph: handle zero-length feature mask in session messages by Jeff Layton · 4 years, 7 months ago
- 224c7b6 ceph: use frag's MDS in either mode by Yanhu Cao · 4 years, 7 months ago
- a7caa88 ceph: fix use-after-free for fsc->mdsc by Xiubo Li · 4 years, 8 months ago
- 3b4168d ceph: send client provided metric flags in client metadata by Xiubo Li · 4 years, 8 months ago
- 18f473b ceph: periodically send perf metrics to MDSes by Xiubo Li · 4 years, 8 months ago
- aaf5a47 ceph: check the sesion state and return false in case it is closed by Xiubo Li · 4 years, 8 months ago
- fa99677 ceph: fix potential mdsc use-after-free crash by Xiubo Li · 4 years, 8 months ago
- b682c6d ceph: switch to WARN_ON_ONCE in encode_supported_features() by Xiubo Li · 4 years, 8 months ago
- 4f1d756 ceph: add global total_caps to count the mdsc's total caps number by Xiubo Li · 4 years, 8 months ago
- 3e699bd ceph: add check_session_state() helper and make it global by Xiubo Li · 4 years, 8 months ago
- e64f44a ceph: skip checking caps when session reconnecting and releasing reqs by Xiubo Li · 4 years, 10 months ago
- ea8412b ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock by Xiubo Li · 4 years, 10 months ago
- 829ad4d ceph: ceph_kick_flushing_caps needs the s_mutex by Jeff Layton · 5 years ago
- 1cf03a6 ceph: convert mdsc->cap_dirty to a per-session list by Jeff Layton · 5 years ago
- 8882819 ceph: throw a warning if we destroy session with mutex still locked by Jeff Layton · 5 years ago
- 70c9482 ceph: add metadata perf metric support by Xiubo Li · 5 years ago
- f9009ef ceph: add dentry lease metric support by Xiubo Li · 5 years ago
- 0fa8263 ceph: fix endianness bug when handling MDS session feature bits by Jeff Layton · 4 years, 11 months ago
- 719a251 ceph: consider inode's last read/write when calculating wanted caps by Yan, Zheng · 5 years ago
- c0e385b ceph: always renew caps if mds_wanted is insufficient by Yan, Zheng · 5 years 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 · 5 years 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 · 5 years ago
- 058daab ceph: move to a dedicated slabcache for mds requests by Jeff Layton · 5 years 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