summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: drop messages from MDS when unmountingXiubo Li2023-08-241-2/+10
* ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton2023-08-241-1/+8
* ceph: mark directory as non-complete after loading keyLuís Henriques2023-08-241-3/+3
* ceph: add support to readdir for encrypted namesXiubo Li2023-08-241-7/+74
* ceph: pass the request to parse_reply_info_readdir()Xiubo Li2023-08-241-10/+13
* ceph: decode alternate_name in lease infoJeff Layton2023-08-241-10/+33
* ceph: send alternate_name in MClientRequestJeff Layton2023-08-241-5/+71
* ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton2023-08-241-20/+81
* ceph: fscrypt_auth handling for cephJeff Layton2023-08-221-9/+105
* ceph: make ceph_msdc_build_path use ref-walkJeff Layton2023-08-221-16/+19
* ceph: preallocate inode for ops that may create oneJeff Layton2023-08-221-2/+15
* ceph: defer stopping mdsc delayed_workXiubo Li2023-08-021-2/+2
* ceph: try to dump the msgs when decoding failsXiubo Li2023-06-301-0/+4
* ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li2023-05-181-1/+2
* ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li2023-04-301-1/+5
* ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-04-301-26/+46
* ceph: flush cap releases when the session is flushedXiubo Li2023-02-071-0/+6
* ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li2023-02-021-3/+27
* ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li2022-10-041-0/+11
* ceph: update the auth cap when the async create req is forwardedXiubo Li2022-08-031-0/+58
* ceph: add session already open notify supportXiubo Li2022-08-031-5/+20
* ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-031-1/+74
* ceph: use correct index when encoding client supported featuresLuís Henriques2022-08-031-2/+5
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-2/+2
* ceph: fix decoding of client session messages flagsLuís Henriques2022-05-251-5/+9
* ceph: remove redundant variable inoColin Ian King2022-05-251-2/+2
* ceph: flush the mdlog for filesystem syncXiubo Li2022-05-251-6/+27
* ceph: stop retrying the request when exceeding 256 timesXiubo Li2022-05-251-2/+23
* ceph: stop forwarding the request when exceeding 256 timesXiubo Li2022-05-251-5/+34
* ceph: remove unused CEPH_MDS_LEASE_RELEASE related codeXiubo Li2022-05-251-6/+0
* ceph: remove incorrect session state checkXiubo Li2022-04-251-6/+0
* ceph: do not release the global snaprealm until unmountingXiubo Li2022-03-011-1/+1
* ceph: zero the dir_entries memory when allocating itXiubo Li2022-03-011-1/+2
* ceph: add getvxattr opMilind Changire2022-03-011-0/+24
* ceph: fail the request directly if handle_reply gets an ESTALEXiubo Li2022-03-011-29/+0
* ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton2022-03-011-5/+6
* ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li2021-12-011-2/+1
* ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton2021-11-081-2/+4
* ceph: don't rely on error_string to validate blocklisted session.Kotresh HR2021-11-081-2/+19
* ceph: refactor remove_session_caps_cbJeff Layton2021-11-081-105/+3
* ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton2021-11-081-1/+3
* ceph: drop private list from remove_session_caps_cbJeff Layton2021-11-081-16/+10
* ceph: fix handling of "meta" errorsJeff Layton2021-10-191-12/+5
* 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