summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li2023-05-091-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
* 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