aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osdmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+3
2010-03-23ceph: fix pg pool decoding from incremental osdmap updateSage Weil1-7/+10
2010-03-01ceph: fix osdmap decoding when pools include (removed) snapsSage Weil1-2/+2
2010-02-17ceph: use rbtree for pg pools; decode new osdmap formatSage Weil1-42/+94
2010-02-17ceph: fix memory leak when destroying osdmap with pg_temp mappingsSage Weil1-16/+33
2010-02-11ceph: add uid field to ceph_pg_poolSage Weil1-0/+20
2010-01-25ceph: precede encoded ceph_pg_pool struct with versionSage Weil1-1/+7
2009-12-21ceph: fix incremental osdmap pg_temp decoding bugSage Weil1-2/+1
2009-12-21ceph: fix error paths for corrupt osdmap messagesSage Weil1-5/+6
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+3
2009-12-09ceph: do not feed bad device ids to crushSage Weil1-0/+5
2009-11-07ceph: make CRUSH hash function a bucket propertySage Weil1-1/+2
2009-11-06ceph: make object hash a pg_pool propertySage Weil1-1/+1
2009-11-06ceph: clean up 'osd%d down' console msgSage Weil1-1/+1
2009-11-04ceph: fix endian conversions for ceph_pgSage Weil1-39/+61
2009-11-03ceph: 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-28ceph: fix object striping calculation for non-default striping schemesSage Weil1-4/+7
2009-10-28ceph: correct comment to match striping calculationSage Weil1-1/+1
2009-10-28ceph: 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