aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2021-09-02ceph: drop the mdsc_get_session/put_session dout messagesJeff Layton
2021-09-02ceph: don't WARN if we're forcibly removing the session capsXiubo Li
2021-09-02ceph: don't WARN if we're force umountingXiubo Li
2021-09-02ceph: remove the capsnaps when removing capsXiubo Li
2021-09-02ceph: reconnect to the export targets on new mdsmapsXiubo Li
2021-09-02ceph: remove redundant initializations from mdsc and sessionJeff Layton
2021-09-02ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton
2021-09-02ceph: flush mdlog before umountingXiubo Li
2021-09-02ceph: make iterate_sessions a global symbolXiubo Li
2021-09-02ceph: make ceph_create_session_msg a global symbolXiubo Li
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li
2021-08-04ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques
2021-07-20ceph: don't WARN if we're still opening a session to an MDSLuis Henriques
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao
2021-04-27ceph: rename the metric helpersXiubo Li
2021-01-04libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov
2020-12-28ceph: reencode gid_list when reconnectingIlya Dryomov
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov
2020-12-14ceph: implement updated ceph_mds_request_head structureJeff Layton
2020-12-14ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton
2020-12-14ceph: take a cred reference instead of tracking individual uid/gidJeff Layton
2020-12-14ceph: set osdmap epoch for setxattrXiubo Li
2020-12-14ceph: remove redundant assignment to variable iColin Ian King
2020-12-14ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton
2020-12-14ceph: fix up some warnings on W=1 buildsJeff Layton
2020-12-14ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is setJeff Layton
2020-12-14ceph: remove timeout on allowing reconnect after blocklistingJeff Layton
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton
2020-10-12ceph: add a note explaining session reject error stringIlya Dryomov
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov
2020-10-12ceph: encode inodes' parent/d_name in cap reconnect messageYan, Zheng
2020-08-05ceph: handle zero-length feature mask in session messagesJeff Layton
2020-08-04ceph: use frag's MDS in either modeYanhu Cao
2020-08-03ceph: fix use-after-free for fsc->mdscXiubo Li
2020-08-03ceph: send client provided metric flags in client metadataXiubo Li
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li
2020-08-03ceph: check the sesion state and return false in case it is closedXiubo Li
2020-08-03ceph: fix potential mdsc use-after-free crashXiubo Li
2020-08-03ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li