summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31ceph: make num_fwd and num_retry to __u32Xiubo Li1-1/+3
2023-08-24ceph: drop messages from MDS when unmountingXiubo Li1-3/+8
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton1-0/+2
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li1-2/+2
2023-08-24ceph: decode alternate_name in lease infoJeff Layton1-0/+5
2023-08-24ceph: send alternate_name in MClientRequestJeff Layton1-0/+3
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton1-1/+1
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton1-0/+7
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton1-0/+1
2023-08-02ceph: defer stopping mdsc delayed_workXiubo Li1-0/+5
2023-04-30ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET1-1/+1
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li1-2/+1
2022-10-04ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li1-1/+5
2022-08-03ceph: add session already open notify supportXiubo Li1-1/+4
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li1-0/+1
2022-08-03ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDXiubo Li1-1/+0
2022-08-03ceph: use correct index when encoding client supported featuresLuís Henriques1-6/+0
2022-05-25ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLEXiubo Li1-1/+1
2022-03-01ceph: add getvxattr opMilind Changire1-0/+6
2022-03-01ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton1-4/+5
2021-09-02ceph: flush mdlog before umountingXiubo Li1-0/+1
2021-09-02ceph: make iterate_sessions a global symbolXiubo Li1-0/+3
2021-09-02ceph: make ceph_create_session_msg a global symbolXiubo Li1-0/+1
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton1-4/+2
2021-04-28ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao1-0/+1
2020-12-15ceph: take a cred reference instead of tracking individual uid/gidJeff Layton1-2/+1
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton1-0/+1
2020-10-12ceph: comment cleanups and clarificationsJeff Layton1-1/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton1-1/+1
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li1-1/+3
2020-08-03ceph: add check_session_state() helper and make it globalXiubo Li1-0/+3
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li1-0/+1
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton1-1/+3
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton1-2/+3
2020-06-01ceph: add metadata perf metric supportXiubo Li1-0/+3
2020-06-01ceph: add dentry lease metric supportXiubo Li1-0/+4
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton1-1/+1
2020-03-30ceph: add new MDS req field to hold delegated inode numberJeff Layton1-0/+1
2020-03-30ceph: decode interval_sets for delegated inosJeff Layton1-1/+8
2020-03-30ceph: cap tracking for async directory operationsJeff Layton1-1/+5
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton1-0/+7
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton1-0/+1
2020-03-30ceph: reorganize fields in ceph_mds_requestJeff Layton1-3/+3
2020-01-27ceph: close holes in structs ceph_mds_session and ceph_mds_requestJeff Layton1-2/+2
2020-01-27ceph: allocate the correct amount of extra bytes for the session featuresXiubo Li1-7/+16
2020-01-27ceph: rename get_session and switch to use ceph_get_mds_sessionXiubo Li1-7/+2
2020-01-27ceph: keep the session state until it is releasedXiubo Li1-1/+2
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton1-0/+9
2019-09-16ceph: eliminate session->s_trim_capsJeff Layton1-1/+1
2019-09-16ceph: allow closing session in restarting/reconnect stateYan, Zheng1-3/+3