summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-25ceph: fix decoding of client session messages flagsLuís Henriques
2022-05-25ceph: remove redundant variable inoColin Ian King
2022-05-25ceph: flush the mdlog for filesystem syncXiubo Li
2022-05-25ceph: stop retrying the request when exceeding 256 timesXiubo Li
2022-05-25ceph: stop forwarding the request when exceeding 256 timesXiubo Li
2022-05-25ceph: remove unused CEPH_MDS_LEASE_RELEASE related codeXiubo Li
2022-04-25ceph: remove incorrect session state checkXiubo Li
2022-03-01ceph: do not release the global snaprealm until unmountingXiubo Li
2022-03-01ceph: zero the dir_entries memory when allocating itXiubo Li
2022-03-01ceph: add getvxattr opMilind Changire
2022-03-01ceph: fail the request directly if handle_reply gets an ESTALEXiubo Li
2022-03-01ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton
2021-12-01ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton
2021-11-08ceph: don't rely on error_string to validate blocklisted session.Kotresh HR
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton
2021-11-08ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton
2021-11-08ceph: drop private list from remove_session_caps_cbJeff Layton
2021-10-19ceph: fix handling of "meta" errorsJeff Layton
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