summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ceph: make seeky readdir more efficientYan, Zheng2017-05-041-1/+2
* ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova2017-05-041-2/+3
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-201-1/+2
* ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-201-4/+8
* ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-031-0/+1
* ceph: unify cap flush and snapcap flushYan, Zheng2016-07-281-1/+0
* ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-281-1/+1
* ceph: mount non-default filesystem by nameYan, Zheng2016-07-281-2/+5
* ceph: remove ceph_mdsc_lease_releaseJeff Layton2016-07-281-4/+0
* ceph: rados pool namespace supportYan, Zheng2016-07-281-0/+3
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-1/+1
* ceph: using hash value to compose dentry offsetYan, Zheng2016-05-261-1/+3
* ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-261-0/+1
* ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng2016-05-261-1/+1