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