summaryrefslogtreecommitdiffstats
path: root/fs/ceph/osdmap.c
AgeCommit message (Expand)Author
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-04-09ceph: decode v5 of osdmap (pool names) [protocol change]Sage Weil
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-23ceph: fix pg pool decoding from incremental osdmap updateSage Weil
2010-03-01ceph: fix osdmap decoding when pools include (removed) snapsSage Weil
2010-02-17ceph: use rbtree for pg pools; decode new osdmap formatSage Weil
2010-02-17ceph: fix memory leak when destroying osdmap with pg_temp mappingsSage Weil
2010-02-11ceph: add uid field to ceph_pg_poolSage Weil
2010-01-25ceph: precede encoded ceph_pg_pool struct with versionSage Weil
2009-12-21ceph: fix incremental osdmap pg_temp decoding bugSage Weil
2009-12-21ceph: fix error paths for corrupt osdmap messagesSage Weil
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil
2009-12-09ceph: do not feed bad device ids to crushSage Weil
2009-11-07ceph: make CRUSH hash function a bucket propertySage Weil
2009-11-06ceph: make object hash a pg_pool propertySage Weil
2009-11-06ceph: clean up 'osd%d down' console msgSage Weil
2009-11-04ceph: fix endian conversions for ceph_pgSage Weil
2009-11-03ceph: use fixed endian encoding for ceph_entity_addrSage Weil
2009-10-30ceph: fix intra strip unit length calculationNoah Watkins
2009-10-28ceph: fix object striping calculation for non-default striping schemesSage Weil
2009-10-28ceph: correct comment to match striping calculationSage Weil
2009-10-28ceph: remove redundant use of le32_to_cpuNoah Watkins
2009-10-19ceph: include preferred osd in placement seedSage Weil
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil
2009-10-09ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping)Sage Weil
2009-10-06ceph: OSD clientSage Weil