summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: reorganize fields in ceph_mds_requestJeff Layton2020-03-301-3/+3
* ceph: close holes in structs ceph_mds_session and ceph_mds_requestJeff Layton2020-01-271-2/+2
* ceph: allocate the correct amount of extra bytes for the session featuresXiubo Li2020-01-271-7/+16
* ceph: rename get_session and switch to use ceph_get_mds_sessionXiubo Li2020-01-271-7/+2
* ceph: keep the session state until it is releasedXiubo Li2020-01-271-1/+2
* ceph: show tasks waiting on caps in debugfs caps fileJeff Layton2019-12-091-0/+9
* ceph: eliminate session->s_trim_capsJeff Layton2019-09-161-1/+1
* ceph: allow closing session in restarting/reconnect stateYan, Zheng2019-09-161-3/+3
* ceph: add change_attr field to ceph_inode_infoJeff Layton2019-07-081-0/+1
* ceph: add btime field to ceph_inode_infoJeff Layton2019-07-081-0/+1
* ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng2019-07-081-1/+0
* ceph: carry snapshot creation time with inodesDavid Disseldorp2019-07-081-0/+1
* ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestJeff Layton2019-05-071-2/+3
* ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton2019-05-071-0/+6
* ceph: make iterate_session_caps a public symbolJeff Layton2019-05-071-0/+4
* ceph: quota: fix quota subdir mountsLuis Henriques2019-05-071-0/+18
* ceph: add mount option to limit caps countYan, Zheng2019-03-051-0/+3
* ceph: periodically trim stale dentriesYan, Zheng2019-03-051-3/+6
* ceph: send cap releases more aggressivelyYan, Zheng2019-03-051-4/+6
* ceph: support getting ceph.dir.pin vxattrYan, Zheng2019-03-051-0/+1
* ceph: support versioned replyYan, Zheng2019-03-051-0/+1
* ceph: map snapid to anonymous bdev IDYan, Zheng2019-03-051-0/+13
* ceph: split large reconnect into multiple messagesYan, Zheng2019-03-051-0/+3
* ceph: decode feature bits in session messageYan, Zheng2019-03-051-1/+2
* ceph: update wanted caps after resuming stale sessionYan, Zheng2018-12-261-7/+9
* ceph: support cephfs' own feature bitsYan, Zheng2018-08-131-0/+12
* ceph: use timespec64 for r_stampArnd Bergmann2018-08-021-1/+1
* ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-021-0/+2
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+2
* ceph: try to allocate enough memory for reserved capsZhi Zhang2018-01-291-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2017-09-191-0/+3
* ceph: handle epoch barriers in cap messagesJeff Layton2017-05-041-2/+5