summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-04ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li1-0/+11
2022-08-03ceph: update the auth cap when the async create req is forwardedXiubo Li1-0/+58
2022-08-03ceph: add session already open notify supportXiubo Li1-5/+20
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li1-1/+74
2022-08-03ceph: use correct index when encoding client supported featuresLuís Henriques1-2/+5
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-2/+2
2022-05-25ceph: fix decoding of client session messages flagsLuís Henriques1-5/+9
2022-05-25ceph: remove redundant variable inoColin Ian King1-2/+2
2022-05-25ceph: flush the mdlog for filesystem syncXiubo Li1-6/+27
2022-05-25ceph: stop retrying the request when exceeding 256 timesXiubo Li1-2/+23
2022-05-25ceph: stop forwarding the request when exceeding 256 timesXiubo Li1-5/+34
2022-05-25ceph: remove unused CEPH_MDS_LEASE_RELEASE related codeXiubo Li1-6/+0
2022-04-25ceph: remove incorrect session state checkXiubo Li1-6/+0
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