summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-101-267/+411
|\
| * ceph: add enable_unsafe_idmap module parameterAlexander Mikhalitsyn2023-11-031-7/+21
| * ceph: handle idmapped mounts in create_request_message()Christian Brauner2023-11-031-4/+52
| * ceph: stash idmapping in mdsc requestChristian Brauner2023-11-031-0/+5
| * ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-031-243/+315
| * ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-031-1/+1
| * ceph: pass the mdsc to several helpersXiubo Li2023-11-031-17/+22
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-2/+6
|\ \ | |/ |/|
| * ceph: convert to new timestamp accessorsJeff Layton2023-10-181-2/+6
* | ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lockAl Viro2023-10-271-1/+1
|/
* ceph: make num_fwd and num_retry to __u32Xiubo Li2023-08-311-86/+103
* 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