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