summaryrefslogtreecommitdiff
path: root/fs/ceph/mdsmap.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-07fs/ceph: replace pr_warning by pr_warnFabian Frederick1-1/+1
2013-07-01ceph: tidy ceph_mdsmap_decode() a littleDan Carpenter1-20/+22
2013-07-01ceph: improve error handling in ceph_mdsmap_decodeEmil Goode1-1/+3
2013-05-02ceph: Use pseudo-random numbers to choose mdsSam Lang1-3/+5
2013-02-27ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil1-4/+8
2010-10-21ceph: factor out libceph from Ceph file systemYehuda Sadeh1-5/+6
2010-08-02ceph: track laggy state of mds from mdsmapSage Weil1-1/+5
2009-12-22ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+4
2009-11-21ceph: decode updated mdsmap formatSage Weil1-6/+9
2009-11-04ceph: use fixed endian encoding for ceph_entity_addrSage Weil1-0/+1
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil1-19/+19
2009-10-08ceph: fix mdsmap decoding when multiple mds's are presentSage Weil1-5/+5
2009-10-06ceph: MDS clientSage Weil1-0/+166