aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao1-0/+1
2020-12-14ceph: 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
2019-07-08ceph: add change_attr field to ceph_inode_infoJeff Layton1-0/+1
2019-07-08ceph: add btime field to ceph_inode_infoJeff Layton1-0/+1
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng1-1/+0
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp1-0/+1
2019-05-07ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestJeff Layton1-2/+3
2019-05-07ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton1-0/+6
2019-05-07ceph: make iterate_session_caps a public symbolJeff Layton1-0/+4
2019-05-07ceph: quota: fix quota subdir mountsLuis Henriques1-0/+18
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-0/+3
2019-03-05ceph: periodically trim stale dentriesYan, Zheng1-3/+6
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng1-4/+6
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng1-0/+1
2019-03-05ceph: support versioned replyYan, Zheng1-0/+1
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng1-0/+13
2019-03-05ceph: split large reconnect into multiple messagesYan, Zheng1-0/+3
2019-03-05ceph: decode feature bits in session messageYan, Zheng1-1/+2
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng1-7/+9
2018-08-13ceph: support cephfs' own feature bitsYan, Zheng1-0/+12
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann1-1/+1
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques1-0/+2