summaryrefslogtreecommitdiff
path: root/fs/ceph/mdsmap.c
AgeCommit message (Expand)Author
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li
2023-11-03libceph, ceph: move mdsmap.h to fs/cephXiubo Li
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li
2023-11-03ceph: pass the mdsc to several helpersXiubo Li
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-08-03ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques
2021-11-08ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li
2021-09-02ceph: reconnect to the export targets on new mdsmapsXiubo Li
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov
2020-12-14ceph: downgrade warning from mdsmap decode to debugLuis Henriques
2020-08-03ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang
2020-01-27ceph: add possible_max_rank and make the code more readableXiubo Li
2020-01-27ceph: only choose one MDS who is in up:active state without laggyXiubo Li
2020-01-27ceph: fix mdsmap cluster available check based on laggy numberXiubo Li
2019-12-09ceph: add more debug info when decoding mdsmapXiubo Li
2019-11-25ceph: fix geting random mds from mdsmapXiubo Li
2019-07-08ceph: have MDS map decoding use entity_addr_t decoderJeff Layton
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton
2018-12-26ceph: remove redundant assignmentChengguang Xu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng
2016-05-26ceph: CEPH_FEATURE_MDSENC supportYan, Zheng
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick
2013-07-01ceph: tidy ceph_mdsmap_decode() a littleDan Carpenter
2013-07-01ceph: improve error handling in ceph_mdsmap_decodeEmil Goode
2013-05-01ceph: Use pseudo-random numbers to choose mdsSam Lang
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-08-01ceph: track laggy state of mds from mdsmapSage Weil
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil
2009-11-20ceph: decode updated mdsmap formatSage Weil
2009-11-03ceph: use fixed endian encoding for ceph_entity_addrSage Weil
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil
2009-10-07ceph: fix mdsmap decoding when multiple mds's are presentSage Weil
2009-10-06ceph: MDS clientSage Weil