aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-12ceph: add a note explaining session reject error stringGravatar Ilya Dryomov 1-0/+4
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Gravatar Ilya Dryomov 1-8/+8
2020-10-12ceph: encode inodes' parent/d_name in cap reconnect messageGravatar Yan, Zheng 1-28/+61
2020-08-05ceph: handle zero-length feature mask in session messagesGravatar Jeff Layton 1-2/+4
2020-08-04ceph: use frag's MDS in either modeGravatar Yanhu Cao 1-2/+1
2020-08-03ceph: fix use-after-free for fsc->mdscGravatar Xiubo Li 1-1/+2
2020-08-03ceph: send client provided metric flags in client metadataGravatar Xiubo Li 1-2/+58
2020-08-03ceph: periodically send perf metrics to MDSesGravatar Xiubo Li 1-0/+3
2020-08-03ceph: check the sesion state and return false in case it is closedGravatar Xiubo Li 1-0/+1
2020-08-03ceph: fix potential mdsc use-after-free crashGravatar Xiubo Li 1-1/+13
2020-08-03ceph: switch to WARN_ON_ONCE in encode_supported_features()Gravatar Xiubo Li 1-11/+35
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberGravatar Xiubo Li 1-0/+1
2020-08-03ceph: add check_session_state() helper and make it globalGravatar Xiubo Li 1-20/+27
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsGravatar Xiubo Li 1-2/+14
2020-06-01ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockGravatar Xiubo Li 1-2/+2
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexGravatar Jeff Layton 1-0/+2
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listGravatar Jeff Layton 1-1/+1
2020-06-01ceph: throw a warning if we destroy session with mutex still lockedGravatar Jeff Layton 1-0/+1
2020-06-01ceph: add metadata perf metric supportGravatar Xiubo Li 1-0/+7
2020-06-01ceph: add dentry lease metric supportGravatar Xiubo Li 1-2/+14
2020-05-04ceph: fix endianness bug when handling MDS session feature bitsGravatar Jeff Layton 1-5/+3
2020-03-30ceph: consider inode's last read/write when calculating wanted capsGravatar Yan, Zheng 1-2/+9
2020-03-30ceph: always renew caps if mds_wanted is insufficientGravatar Yan, Zheng 1-5/+0
2020-03-30ceph: cache layout in parent dir on first sync createGravatar Jeff Layton 1-1/+6
2020-03-30ceph: add new MDS req field to hold delegated inode numberGravatar Jeff Layton 1-2/+1
2020-03-30ceph: decode interval_sets for delegated inosGravatar Jeff Layton 1-9/+113
2020-03-30ceph: cap tracking for async directory operationsGravatar Jeff Layton 1-5/+26
2020-03-30ceph: add infrastructure for waiting for async create to completeGravatar Jeff Layton 1-1/+19
2020-03-30ceph: add flag to designate that a request is asynchronousGravatar Jeff Layton 1-0/+15
2020-03-30ceph: return ETIMEDOUT errno to userland when request timed outGravatar Xiubo Li 1-2/+2
2020-03-30ceph: move to a dedicated slabcache for mds requestsGravatar Jeff Layton 1-2/+3
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Gravatar Yan, Zheng 1-1/+2
2020-03-30ceph: register MDS request with dir inode from the startGravatar Jeff Layton 1-10/+6
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-74/+97
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+1
2020-01-27ceph: print r_direct_hash in hex in __choose_mds() doutGravatar Xiubo Li 1-15/+13
2020-01-27ceph: allocate the correct amount of extra bytes for the session featuresGravatar Xiubo Li 1-6/+14
2020-01-27ceph: rename get_session and switch to use ceph_get_mds_sessionGravatar Xiubo Li 1-8/+8
2020-01-27ceph: add possible_max_rank and make the code more readableGravatar Xiubo Li 1-5/+5
2020-01-27ceph: retry the same mds later after the new session is openedGravatar Xiubo Li 1-4/+16
2020-01-27ceph: check availability of mds cluster on mount after wait timeoutGravatar Xiubo Li 1-2/+1
2020-01-27ceph: keep the session state until it is releasedGravatar Xiubo Li 1-1/+2
2020-01-27ceph: add __send_request helperGravatar Xiubo Li 1-22/+25
2020-01-27ceph: fix possible long time wait during umountGravatar Xiubo Li 1-3/+4
2020-01-27ceph: only choose one MDS who is in up:active state without laggyGravatar Xiubo Li 1-4/+9
2020-01-27ceph: delete redundant douts in con_get/put()Gravatar Chengguang Xu 1-5/+1
2020-01-21ceph: hold extra reference to r_parent over life of requestGravatar Jeff Layton 1-2/+6
2019-12-09ceph: trigger the reclaim work once there has enough pending capsGravatar Xiubo Li 1-1/+1
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileGravatar Jeff Layton 1-0/+1
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intGravatar Jeff Layton 1-2/+3