summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2021-01-041-17/+17
* ceph: reencode gid_list when reconnectingIlya Dryomov2020-12-281-31/+22
* libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov2020-12-141-16/+5
* libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-141-1/+79
* libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2020-12-141-1/+1
* libceph, ceph: incorporate nautilus cephx changesIlya Dryomov2020-12-141-1/+4
* ceph: implement updated ceph_mds_request_head structureJeff Layton2020-12-141-13/+62
* ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton2020-12-141-9/+9
* ceph: take a cred reference instead of tracking individual uid/gidJeff Layton2020-12-141-4/+6
* ceph: set osdmap epoch for setxattrXiubo Li2020-12-141-1/+1
* ceph: remove redundant assignment to variable iColin Ian King2020-12-141-1/+1
* ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton2020-12-141-0/+17
* ceph: fix up some warnings on W=1 buildsJeff Layton2020-12-141-19/+6
* ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is setJeff Layton2020-12-141-4/+14
* ceph: remove timeout on allowing reconnect after blocklistingJeff Layton2020-12-141-5/+0
* ceph: add new RECOVER mount_state when recovering sessionJeff Layton2020-12-141-2/+2
* ceph: check session state after bumping session->s_seqJeff Layton2020-11-041-15/+35
* ceph: add a note explaining session reject error stringIlya Dryomov2020-10-121-0/+4
* libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-121-8/+8
* ceph: encode inodes' parent/d_name in cap reconnect messageYan, Zheng2020-10-121-28/+61
* ceph: handle zero-length feature mask in session messagesJeff Layton2020-08-051-2/+4
* ceph: use frag's MDS in either modeYanhu Cao2020-08-041-2/+1
* ceph: fix use-after-free for fsc->mdscXiubo Li2020-08-031-1/+2
* ceph: send client provided metric flags in client metadataXiubo Li2020-08-031-2/+58
* ceph: periodically send perf metrics to MDSesXiubo Li2020-08-031-0/+3
* ceph: check the sesion state and return false in case it is closedXiubo Li2020-08-031-0/+1
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-08-031-1/+13
* ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li2020-08-031-11/+35
* ceph: add global total_caps to count the mdsc's total caps numberXiubo Li2020-08-031-0/+1
* ceph: add check_session_state() helper and make it globalXiubo Li2020-08-031-20/+27
* ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li2020-06-011-2/+14
* ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockXiubo Li2020-06-011-2/+2
* ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton2020-06-011-0/+2
* ceph: convert mdsc->cap_dirty to a per-session listJeff Layton2020-06-011-1/+1
* ceph: throw a warning if we destroy session with mutex still lockedJeff Layton2020-06-011-0/+1
* ceph: add metadata perf metric supportXiubo Li2020-06-011-0/+7
* ceph: add dentry lease metric supportXiubo Li2020-06-011-2/+14
* ceph: fix endianness bug when handling MDS session feature bitsJeff Layton2020-05-041-5/+3
* ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-301-2/+9
* ceph: always renew caps if mds_wanted is insufficientYan, Zheng2020-03-301-5/+0
* ceph: cache layout in parent dir on first sync createJeff Layton2020-03-301-1/+6
* ceph: add new MDS req field to hold delegated inode numberJeff Layton2020-03-301-2/+1
* ceph: decode interval_sets for delegated inosJeff Layton2020-03-301-9/+113
* ceph: cap tracking for async directory operationsJeff Layton2020-03-301-5/+26
* ceph: add infrastructure for waiting for async create to completeJeff Layton2020-03-301-1/+19
* ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-301-0/+15
* ceph: return ETIMEDOUT errno to userland when request timed outXiubo Li2020-03-301-2/+2
* ceph: move to a dedicated slabcache for mds requestsJeff Layton2020-03-301-2/+3
* ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng2020-03-301-1/+2
* ceph: register MDS request with dir inode from the startJeff Layton2020-03-301-10/+6