aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-01ceph: do not release the global snaprealm until unmountingXiubo Li1-1/+1
2022-03-01ceph: zero the dir_entries memory when allocating itXiubo Li1-1/+2
2022-03-01ceph: add getvxattr opMilind Changire1-0/+24
2022-03-01ceph: fail the request directly if handle_reply gets an ESTALEXiubo Li1-29/+0
2022-03-01ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton1-5/+6
2021-12-01ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li1-2/+1
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton1-2/+4
2021-11-08ceph: don't rely on error_string to validate blocklisted session.Kotresh HR1-2/+19
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton1-105/+3
2021-11-08ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton1-1/+3
2021-11-08ceph: drop private list from remove_session_caps_cbJeff Layton1-16/+10
2021-10-19ceph: fix handling of "meta" errorsJeff Layton1-12/+5
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