summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: add ceph_mds_check_access() helperXiubo Li2024-05-231-0/+164
* ceph: save cap_auths in MDS client when session is openedXiubo Li2024-05-231-1/+105
* ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li2024-04-111-5/+4
* ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li2024-02-131-0/+48
* ceph: always check dir caps asynchronouslyXiubo Li2024-02-071-5/+4
* Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-01-191-10/+25
|\
| * ceph: send oldest_client_tid when renewing capsXiubo Li2024-01-151-5/+17
| * ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li2024-01-151-3/+5
| * ceph: reinitialize mds feature bit even when session in openVenky Shankar2024-01-151-1/+1
| * ceph: skip reconnecting if MDS is not readyXiubo Li2024-01-151-1/+2
* | dentry: switch the lists of children to hlistAl Viro2023-11-251-1/+1
|/
* 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