aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-04libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov1-17/+17
2020-12-28ceph: reencode gid_list when reconnectingIlya Dryomov1-31/+22
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov1-16/+5
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov1-1/+79
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov1-1/+1
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov1-1/+4
2020-12-14ceph: implement updated ceph_mds_request_head structureJeff Layton1-13/+62
2020-12-14ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton1-9/+9
2020-12-14ceph: take a cred reference instead of tracking individual uid/gidJeff Layton1-4/+6
2020-12-14ceph: set osdmap epoch for setxattrXiubo Li1-1/+1
2020-12-14ceph: remove redundant assignment to variable iColin Ian King1-1/+1
2020-12-14ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton1-0/+17
2020-12-14ceph: fix up some warnings on W=1 buildsJeff Layton1-19/+6
2020-12-14ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is setJeff Layton1-4/+14
2020-12-14ceph: remove timeout on allowing reconnect after blocklistingJeff Layton1-5/+0
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton1-2/+2
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton1-15/+35
2020-10-12ceph: add a note explaining session reject error stringIlya Dryomov1-0/+4
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-8/+8
2020-10-12ceph: encode inodes' parent/d_name in cap reconnect messageYan, Zheng1-28/+61
2020-08-05ceph: handle zero-length feature mask in session messagesJeff Layton1-2/+4
2020-08-04ceph: use frag's MDS in either modeYanhu Cao1-2/+1
2020-08-03ceph: fix use-after-free for fsc->mdscXiubo Li1-1/+2
2020-08-03ceph: send client provided metric flags in client metadataXiubo Li1-2/+58
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li1-0/+3
2020-08-03ceph: check the sesion state and return false in case it is closedXiubo Li1-0/+1
2020-08-03ceph: fix potential mdsc use-after-free crashXiubo Li1-1/+13
2020-08-03ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li1-11/+35
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li1-0/+1
2020-08-03ceph: add check_session_state() helper and make it globalXiubo Li1-20/+27
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li1-2/+14
2020-06-01ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockXiubo Li1-2/+2
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton1-0/+2
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton1-1/+1
2020-06-01ceph: throw a warning if we destroy session with mutex still lockedJeff Layton1-0/+1
2020-06-01ceph: add metadata perf metric supportXiubo Li1-0/+7
2020-06-01ceph: add dentry lease metric supportXiubo Li1-2/+14
2020-05-04ceph: fix endianness bug when handling MDS session feature bitsJeff Layton1-5/+3
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