aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
AgeCommit message (Expand)Author
2024-02-13ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li
2024-02-07ceph: always check dir caps asynchronouslyXiubo Li
2023-11-03ceph: add enable_unsafe_idmap module parameterAlexander Mikhalitsyn
2023-11-03ceph: handle idmapped mounts in create_request_message()Christian Brauner
2023-11-03ceph: stash idmapping in mdsc requestChristian Brauner
2023-11-03libceph, ceph: move mdsmap.h to fs/cephXiubo Li
2023-11-03ceph: pass the mdsc to several helpersXiubo Li
2023-08-31ceph: make num_fwd and num_retry to __u32Xiubo Li
2023-08-24ceph: drop messages from MDS when unmountingXiubo Li
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li
2023-08-24ceph: decode alternate_name in lease infoJeff Layton
2023-08-24ceph: send alternate_name in MClientRequestJeff Layton
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton
2023-08-02ceph: defer stopping mdsc delayed_workXiubo Li
2023-04-30ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li
2022-10-04ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li
2022-08-03ceph: add session already open notify supportXiubo Li
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li
2022-08-03ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDXiubo Li
2022-08-03ceph: use correct index when encoding client supported featuresLuís Henriques
2022-05-25ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLEXiubo Li
2022-03-01ceph: add getvxattr opMilind Changire
2022-03-01ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton
2021-09-02ceph: flush mdlog before umountingXiubo Li
2021-09-02ceph: make iterate_sessions a global symbolXiubo Li
2021-09-02ceph: make ceph_create_session_msg a global symbolXiubo Li
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao
2020-12-14ceph: take a cred reference instead of tracking individual uid/gidJeff Layton
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton
2020-10-12ceph: comment cleanups and clarificationsJeff Layton
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li
2020-08-03ceph: add check_session_state() helper and make it globalXiubo Li
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton
2020-06-01ceph: add metadata perf metric supportXiubo Li
2020-06-01ceph: add dentry lease metric supportXiubo Li
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton
2020-03-30ceph: add new MDS req field to hold delegated inode numberJeff Layton
2020-03-30ceph: decode interval_sets for delegated inosJeff Layton
2020-03-30ceph: cap tracking for async directory operationsJeff Layton
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton
2020-03-30ceph: reorganize fields in ceph_mds_requestJeff Layton