Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ceph / osdmap.c
2010-05-11 Sage Weilceph: resubmit requests on pg mapping change (not just...
2010-04-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-09 Sage Weilceph: decode v5 of osdmap (pool names) [protocol change]
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-23 Sage Weilceph: fix pg pool decoding from incremental osdmap...
2010-03-01 Sage Weilceph: fix osdmap decoding when pools include (removed...
2010-02-17 Sage Weilceph: use rbtree for pg pools; decode new osdmap format
2010-02-17 Sage Weilceph: fix memory leak when destroying osdmap with pg_te...
2010-02-11 Sage Weilceph: add uid field to ceph_pg_pool
2010-01-26 Sage Weilceph: precede encoded ceph_pg_pool struct with version
2009-12-22 Sage Weilceph: fix incremental osdmap pg_temp decoding bug
2009-12-22 Sage Weilceph: fix error paths for corrupt osdmap messages
2009-12-22 Sage Weilceph: hex dump corrupt server data to KERN_DEBUG
2009-12-09 Sage Weilceph: do not feed bad device ids to crush
2009-11-08 Sage Weilceph: make CRUSH hash function a bucket property
2009-11-07 Sage Weilceph: make object hash a pg_pool property
2009-11-06 Sage Weilceph: clean up 'osd%d down' console msg
2009-11-05 Sage Weilceph: fix endian conversions for ceph_pg
2009-11-03 Sage Weilceph: use fixed endian encoding for ceph_entity_addr
2009-10-30 Noah Watkinsceph: fix intra strip unit length calculation
2009-10-29 Sage Weilceph: fix object striping calculation for non-default...
2009-10-29 Sage Weilceph: correct comment to match striping calculation
2009-10-29 Noah Watkinsceph: remove redundant use of le32_to_cpu
2009-10-19 Sage Weilceph: include preferred osd in placement seed
2009-10-14 Sage Weilceph: convert encode/decode macros to inlines
2009-10-09 Sage Weilceph: fail gracefully on corrupt osdmap (bad pg_temp...
2009-10-06 Sage Weilceph: OSD client