aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-04ceph: fail the request if the peer MDS doesn't support getvxattr opGravatar Xiubo Li 1-1/+5
2022-08-03ceph: add session already open notify supportGravatar Xiubo Li 1-1/+4
2022-08-03ceph: wait for the first reply of inflight async unlinkGravatar Xiubo Li 1-0/+1
2022-08-03ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDGravatar Xiubo Li 1-1/+0
2022-08-03ceph: use correct index when encoding client supported featuresGravatar Luís Henriques 1-6/+0
2022-05-25ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLEGravatar Xiubo Li 1-1/+1
2022-03-01ceph: add getvxattr opGravatar Milind Changire 1-0/+6
2022-03-01ceph: eliminate req->r_wait_for_completion from ceph_mds_requestGravatar Jeff Layton 1-4/+5
2021-09-02ceph: flush mdlog before umountingGravatar Xiubo Li 1-0/+1
2021-09-02ceph: make iterate_sessions a global symbolGravatar Xiubo Li 1-0/+3
2021-09-02ceph: make ceph_create_session_msg a global symbolGravatar Xiubo Li 1-0/+1
2021-06-29ceph: eliminate session->s_gen_ttl_lockGravatar Jeff Layton 1-4/+2
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrGravatar Yanhu Cao 1-0/+1
2020-12-14ceph: take a cred reference instead of tracking individual uid/gidGravatar Jeff Layton 1-2/+1
2020-11-04ceph: check session state after bumping session->s_seqGravatar Jeff Layton 1-0/+1
2020-10-12ceph: comment cleanups and clarificationsGravatar Jeff Layton 1-1/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tGravatar Jeff Layton 1-1/+1
2020-08-03ceph: periodically send perf metrics to MDSesGravatar Xiubo Li 1-1/+3
2020-08-03ceph: add check_session_state() helper and make it globalGravatar Xiubo Li 1-0/+3
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsGravatar Xiubo Li 1-0/+1
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexGravatar Jeff Layton 1-1/+3
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listGravatar Jeff Layton 1-2/+3
2020-06-01ceph: add metadata perf metric supportGravatar Xiubo Li 1-0/+3
2020-06-01ceph: add dentry lease metric supportGravatar Xiubo Li 1-0/+4
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sGravatar Jeff Layton 1-1/+1
2020-03-30ceph: add new MDS req field to hold delegated inode numberGravatar Jeff Layton 1-0/+1
2020-03-30ceph: decode interval_sets for delegated inosGravatar Jeff Layton 1-1/+8
2020-03-30ceph: cap tracking for async directory operationsGravatar Jeff Layton 1-1/+5
2020-03-30ceph: add infrastructure for waiting for async create to completeGravatar Jeff Layton 1-0/+7
2020-03-30ceph: add flag to designate that a request is asynchronousGravatar Jeff Layton 1-0/+1
2020-03-30ceph: reorganize fields in ceph_mds_requestGravatar Jeff Layton 1-3/+3
2020-01-27ceph: close holes in structs ceph_mds_session and ceph_mds_requestGravatar Jeff Layton 1-2/+2
2020-01-27ceph: allocate the correct amount of extra bytes for the session featuresGravatar Xiubo Li 1-7/+16
2020-01-27ceph: rename get_session and switch to use ceph_get_mds_sessionGravatar Xiubo Li 1-7/+2
2020-01-27ceph: keep the session state until it is releasedGravatar Xiubo Li 1-1/+2
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileGravatar Jeff Layton 1-0/+9
2019-09-16ceph: eliminate session->s_trim_capsGravatar Jeff Layton 1-1/+1
2019-09-16ceph: allow closing session in restarting/reconnect stateGravatar Yan, Zheng 1-3/+3
2019-07-08ceph: add change_attr field to ceph_inode_infoGravatar Jeff Layton 1-0/+1
2019-07-08ceph: add btime field to ceph_inode_infoGravatar Jeff Layton 1-0/+1
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Gravatar Yan, Zheng 1-1/+0
2019-07-08ceph: carry snapshot creation time with inodesGravatar David Disseldorp 1-0/+1
2019-05-07ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestGravatar Jeff Layton 1-2/+3
2019-05-07ceph: use __getname/__putname in ceph_mdsc_build_pathGravatar Jeff Layton 1-0/+6
2019-05-07ceph: make iterate_session_caps a public symbolGravatar Jeff Layton 1-0/+4
2019-05-07ceph: quota: fix quota subdir mountsGravatar Luis Henriques 1-0/+18
2019-03-05ceph: add mount option to limit caps countGravatar Yan, Zheng 1-0/+3
2019-03-05ceph: periodically trim stale dentriesGravatar Yan, Zheng 1-3/+6
2019-03-05ceph: send cap releases more aggressivelyGravatar Yan, Zheng 1-4/+6
2019-03-05ceph: support getting ceph.dir.pin vxattrGravatar Yan, Zheng 1-0/+1