summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2020-08-05ceph: handle zero-length feature mask in session messagesJeff Layton
2020-08-04ceph: use frag's MDS in either modeYanhu Cao
2020-08-03ceph: fix use-after-free for fsc->mdscXiubo Li
2020-08-03ceph: send client provided metric flags in client metadataXiubo Li
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li
2020-08-03ceph: check the sesion state and return false in case it is closedXiubo Li
2020-08-03ceph: fix potential mdsc use-after-free crashXiubo Li
2020-08-03ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li
2020-08-03ceph: add check_session_state() helper and make it globalXiubo Li
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li
2020-06-01ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockXiubo Li
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton
2020-06-01ceph: throw a warning if we destroy session with mutex still lockedJeff Layton
2020-06-01ceph: add metadata perf metric supportXiubo Li
2020-06-01ceph: add dentry lease metric supportXiubo Li
2020-05-04ceph: fix endianness bug when handling MDS session feature bitsJeff Layton
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng
2020-03-30ceph: always renew caps if mds_wanted is insufficientYan, Zheng
2020-03-30ceph: cache layout in parent dir on first sync createJeff 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: return ETIMEDOUT errno to userland when request timed outXiubo Li
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng
2020-03-30ceph: register MDS request with dir inode from the startJeff Layton
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-27ceph: print r_direct_hash in hex in __choose_mds() doutXiubo Li
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: add possible_max_rank and make the code more readableXiubo Li
2020-01-27ceph: retry the same mds later after the new session is openedXiubo Li
2020-01-27ceph: check availability of mds cluster on mount after wait timeoutXiubo Li
2020-01-27ceph: keep the session state until it is releasedXiubo Li
2020-01-27ceph: add __send_request helperXiubo Li
2020-01-27ceph: fix possible long time wait during umountXiubo Li
2020-01-27ceph: only choose one MDS who is in up:active state without laggyXiubo Li
2020-01-27ceph: delete redundant douts in con_get/put()Chengguang Xu
2020-01-21ceph: hold extra reference to r_parent over life of requestJeff Layton
2019-12-09ceph: trigger the reclaim work once there has enough pending capsXiubo Li
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton
2019-12-08fs: ceph: Delete timespec64_trunc() usageDeepa Dinamani
2019-11-25ceph: don't leave ino field in ceph_mds_request_head uninitializedJeff Layton
2019-11-25ceph: tone down loglevel on ceph_mdsc_build_path warningJeff Layton