summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mdsmap.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: have MDS map decoding use entity_addr_t decoderJeff Layton2019-07-081-4/+8
* libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-071-1/+1
* ceph: remove redundant assignmentChengguang Xu2018-12-261-1/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-3/+3
* ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng2017-05-041-7/+37
* ceph: check availability of mds cluster on mountYan, Zheng2016-12-121-6/+157
* ceph: CEPH_FEATURE_MDSENC supportYan, Zheng2016-05-261-9/+34
* fs/ceph: replace pr_warning by pr_warnFabian Frederick2014-06-071-1/+1
* ceph: tidy ceph_mdsmap_decode() a littleDan Carpenter2013-07-011-20/+22
* ceph: improve error handling in ceph_mdsmap_decodeEmil Goode2013-07-011-1/+3
* ceph: Use pseudo-random numbers to choose mdsSam Lang2013-05-021-3/+5
* ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil2013-02-271-4/+8
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-5/+6
* ceph: track laggy state of mds from mdsmapSage Weil2010-08-021-1/+5
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-221-0/+4
* ceph: decode updated mdsmap formatSage Weil2009-11-201-6/+9
* ceph: use fixed endian encoding for ceph_entity_addrSage Weil2009-11-041-0/+1
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-141-19/+19
* ceph: fix mdsmap decoding when multiple mds's are presentSage Weil2009-10-081-5/+5
* ceph: MDS clientSage Weil2009-10-061-0/+166