summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li2024-04-111-2/+1
* ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li2024-02-131-0/+5
* ceph: always check dir caps asynchronouslyXiubo Li2024-02-071-1/+1
* ceph: add enable_unsafe_idmap module parameterAlexander Mikhalitsyn2023-11-031-0/+2
* ceph: handle idmapped mounts in create_request_message()Christian Brauner2023-11-031-1/+4
* ceph: stash idmapping in mdsc requestChristian Brauner2023-11-031-0/+1
* libceph, ceph: move mdsmap.h to fs/cephXiubo Li2023-11-031-1/+1
* ceph: pass the mdsc to several helpersXiubo Li2023-11-031-1/+2
* ceph: make num_fwd and num_retry to __u32Xiubo Li2023-08-311-1/+3
* ceph: drop messages from MDS when unmountingXiubo Li2023-08-241-3/+8
* ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton2023-08-241-0/+2
* ceph: add support to readdir for encrypted namesXiubo Li2023-08-241-2/+2
* ceph: decode alternate_name in lease infoJeff Layton2023-08-241-0/+5
* ceph: send alternate_name in MClientRequestJeff Layton2023-08-241-0/+3
* ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton2023-08-241-1/+1
* ceph: fscrypt_auth handling for cephJeff Layton2023-08-221-0/+7
* ceph: preallocate inode for ops that may create oneJeff Layton2023-08-221-0/+1
* ceph: defer stopping mdsc delayed_workXiubo Li2023-08-021-0/+5
* ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET2023-04-301-1/+1
* ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-04-301-2/+1
* ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li2022-10-041-1/+5
* ceph: add session already open notify supportXiubo Li2022-08-031-1/+4
* ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-031-0/+1
* ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDXiubo Li2022-08-031-1/+0
* ceph: use correct index when encoding client supported featuresLuís Henriques2022-08-031-6/+0
* ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLEXiubo Li2022-05-251-1/+1
* ceph: add getvxattr opMilind Changire2022-03-011-0/+6
* ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton2022-03-011-4/+5
* ceph: flush mdlog before umountingXiubo Li2021-09-021-0/+1
* ceph: make iterate_sessions a global symbolXiubo Li2021-09-021-0/+3
* ceph: make ceph_create_session_msg a global symbolXiubo Li2021-09-021-0/+1
* ceph: eliminate session->s_gen_ttl_lockJeff Layton2021-06-291-4/+2
* ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao2021-04-271-0/+1
* ceph: take a cred reference instead of tracking individual uid/gidJeff Layton2020-12-141-2/+1
* ceph: check session state after bumping session->s_seqJeff Layton2020-11-041-0/+1
* ceph: comment cleanups and clarificationsJeff Layton2020-10-121-1/+1
* ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-241-1/+1
* ceph: periodically send perf metrics to MDSesXiubo Li2020-08-031-1/+3
* ceph: add check_session_state() helper and make it globalXiubo Li2020-08-031-0/+3
* ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li2020-06-011-0/+1
* ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton2020-06-011-1/+3
* ceph: convert mdsc->cap_dirty to a per-session listJeff Layton2020-06-011-2/+3
* ceph: add metadata perf metric supportXiubo Li2020-06-011-0/+3
* ceph: add dentry lease metric supportXiubo Li2020-06-011-0/+4
* ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton2020-04-131-1/+1
* ceph: add new MDS req field to hold delegated inode numberJeff Layton2020-03-301-0/+1
* ceph: decode interval_sets for delegated inosJeff Layton2020-03-301-1/+8
* ceph: cap tracking for async directory operationsJeff Layton2020-03-301-1/+5
* ceph: add infrastructure for waiting for async create to completeJeff Layton2020-03-301-0/+7
* ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-301-0/+1