summaryrefslogtreecommitdiff
path: root/fs/ceph/osdmap.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-08ceph: make CRUSH hash function a bucket propertySage Weil1-1/+2
2009-11-07ceph: make object hash a pg_pool propertySage Weil1-1/+1
2009-11-07ceph: clean up 'osd%d down' console msgSage Weil1-1/+1
2009-11-05ceph: fix endian conversions for ceph_pgSage Weil1-39/+61
2009-11-04ceph: use fixed endian encoding for ceph_entity_addrSage Weil1-0/+3
2009-10-30ceph: fix intra strip unit length calculationNoah Watkins1-5/+10
2009-10-29ceph: fix object striping calculation for non-default striping schemesSage Weil1-4/+7
2009-10-29ceph: correct comment to match striping calculationSage Weil1-1/+1
2009-10-29ceph: remove redundant use of le32_to_cpuNoah Watkins1-1/+1
2009-10-19ceph: include preferred osd in placement seedSage Weil1-0/+2
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil1-35/+35
2009-10-09ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping)Sage Weil1-5/+10
2009-10-06ceph: OSD clientSage Weil1-0/+875