summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
AgeCommit message (Expand)Author
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
2020-01-27ceph: close holes in structs ceph_mds_session and ceph_mds_requestJeff Layton
2020-01-27ceph: allocate the correct amount of extra bytes for the session featuresXiubo Li
2020-01-27ceph: rename get_session and switch to use ceph_get_mds_sessionXiubo Li
2020-01-27ceph: keep the session state until it is releasedXiubo Li
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton
2019-09-16ceph: eliminate session->s_trim_capsJeff Layton
2019-09-16ceph: allow closing session in restarting/reconnect stateYan, Zheng
2019-07-08ceph: add change_attr field to ceph_inode_infoJeff Layton
2019-07-08ceph: add btime field to ceph_inode_infoJeff Layton
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp
2019-05-07ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestJeff Layton
2019-05-07ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton
2019-05-07ceph: make iterate_session_caps a public symbolJeff Layton
2019-05-07ceph: quota: fix quota subdir mountsLuis Henriques
2019-03-05ceph: add mount option to limit caps countYan, Zheng
2019-03-05ceph: periodically trim stale dentriesYan, Zheng
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng
2019-03-05ceph: support versioned replyYan, Zheng
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng
2019-03-05ceph: split large reconnect into multiple messagesYan, Zheng
2019-03-05ceph: decode feature bits in session messageYan, Zheng
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng
2018-08-13ceph: support cephfs' own feature bitsYan, Zheng
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton
2017-05-04ceph: make seeky readdir more efficientYan, Zheng
2017-05-04ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton
2016-10-03ceph: handle CEPH_SESSION_REJECT messageYan, Zheng
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng
2016-07-28ceph: remove ceph_mdsc_lease_releaseJeff Layton
2016-07-28ceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng