aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng1-2/+9
2020-03-30ceph: always renew caps if mds_wanted is insufficientYan, Zheng1-5/+0
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton1-1/+6
2020-03-30ceph: add new MDS req field to hold delegated inode numberJeff Layton1-2/+1
2020-03-30ceph: decode interval_sets for delegated inosJeff Layton1-9/+113
2020-03-30ceph: cap tracking for async directory operationsJeff Layton1-5/+26
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton1-1/+19
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton1-0/+15
2020-03-30ceph: return ETIMEDOUT errno to userland when request timed outXiubo Li1-2/+2
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton1-2/+3
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng1-1/+2
2020-03-30ceph: register MDS request with dir inode from the startJeff Layton1-10/+6
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-74/+97
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+1
2020-01-27ceph: print r_direct_hash in hex in __choose_mds() doutXiubo Li1-15/+13
2020-01-27ceph: allocate the correct amount of extra bytes for the session featuresXiubo Li1-6/+14
2020-01-27ceph: rename get_session and switch to use ceph_get_mds_sessionXiubo Li1-8/+8
2020-01-27ceph: add possible_max_rank and make the code more readableXiubo Li1-5/+5
2020-01-27ceph: retry the same mds later after the new session is openedXiubo Li1-4/+16
2020-01-27ceph: check availability of mds cluster on mount after wait timeoutXiubo Li1-2/+1
2020-01-27ceph: keep the session state until it is releasedXiubo Li1-1/+2
2020-01-27ceph: add __send_request helperXiubo Li1-22/+25
2020-01-27ceph: fix possible long time wait during umountXiubo Li1-3/+4
2020-01-27ceph: only choose one MDS who is in up:active state without laggyXiubo Li1-4/+9
2020-01-27ceph: delete redundant douts in con_get/put()Chengguang Xu1-5/+1
2020-01-21ceph: hold extra reference to r_parent over life of requestJeff Layton1-2/+6
2019-12-09ceph: trigger the reclaim work once there has enough pending capsXiubo Li1-1/+1
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton1-0/+1
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton1-2/+3
2019-12-08fs: ceph: Delete timespec64_trunc() usageDeepa Dinamani1-3/+1
2019-11-25ceph: don't leave ino field in ceph_mds_request_head uninitializedJeff Layton1-0/+1
2019-11-25ceph: tone down loglevel on ceph_mdsc_build_path warningJeff Layton1-7/+11
2019-10-15ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton1-10/+11
2019-09-16ceph: reconnect connection if session hang in opening stateErqi Chen1-1/+3
2019-09-16ceph: eliminate session->s_trim_capsJeff Layton1-9/+8
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng1-2/+32
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng1-3/+12
2019-09-16ceph: track and report error of async metadata operationYan, Zheng1-13/+27
2019-07-08ceph: add change_attr field to ceph_inode_infoJeff Layton1-2/+2
2019-07-08ceph: add btime field to ceph_inode_infoJeff Layton1-8/+13
2019-07-08ceph: remove request from waiting list before unregisterYan, Zheng1-0/+2
2019-07-08ceph: don't blindly unregister session that is in opening stateYan, Zheng1-33/+26
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng1-11/+13
2019-07-08ceph: use READ_ONCE to access d_parent in RCU critical sectionYan, Zheng1-2/+2
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp1-0/+10
2019-06-27ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton1-1/+2
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng1-10/+18
2019-05-07ceph: fix unaligned access in ceph_send_cap_releasesJeff Layton1-1/+2
2019-05-07ceph: just call get_session in __ceph_lookup_mds_sessionJeff Layton1-7/+1
2019-05-07ceph: move wait for mds request into helper functionJeff Layton1-15/+21