| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: fix pg_mapping leak on pg_temp updates | Sage Weil | 2010-07-23 | 1 | -11/+15 |
* | ceph: add kfree() to error path | Dan Carpenter | 2010-07-08 | 1 | -0/+1 |
* | ceph: fix crush map update decoding | Sage Weil | 2010-06-17 | 1 | -0/+1 |
* | fs/ceph: Use ERR_CAST | Julia Lawall | 2010-05-29 | 1 | -1/+1 |
* | ceph: resubmit requests on pg mapping change (not just primary change) | Sage Weil | 2010-05-11 | 1 | -5/+24 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-04-14 | 1 | -71/+109 |
|\ |
|
| * | ceph: decode v5 of osdmap (pool names) [protocol change] | Sage Weil | 2010-04-09 | 1 | -71/+109 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+3 |
|/ |
|
* | ceph: fix pg pool decoding from incremental osdmap update | Sage Weil | 2010-03-23 | 1 | -7/+10 |
* | ceph: fix osdmap decoding when pools include (removed) snaps | Sage Weil | 2010-03-01 | 1 | -2/+2 |
* | ceph: use rbtree for pg pools; decode new osdmap format | Sage Weil | 2010-02-17 | 1 | -42/+94 |
* | ceph: fix memory leak when destroying osdmap with pg_temp mappings | Sage Weil | 2010-02-17 | 1 | -16/+33 |
* | ceph: add uid field to ceph_pg_pool | Sage Weil | 2010-02-11 | 1 | -0/+20 |
* | ceph: precede encoded ceph_pg_pool struct with version | Sage Weil | 2010-01-25 | 1 | -1/+7 |
* | ceph: fix incremental osdmap pg_temp decoding bug | Sage Weil | 2009-12-21 | 1 | -2/+1 |
* | ceph: fix error paths for corrupt osdmap messages | Sage Weil | 2009-12-21 | 1 | -5/+6 |
* | ceph: hex dump corrupt server data to KERN_DEBUG | Sage Weil | 2009-12-21 | 1 | -0/+3 |
* | ceph: do not feed bad device ids to crush | Sage Weil | 2009-12-09 | 1 | -0/+5 |
* | ceph: make CRUSH hash function a bucket property | Sage Weil | 2009-11-07 | 1 | -1/+2 |
* | ceph: make object hash a pg_pool property | Sage Weil | 2009-11-06 | 1 | -1/+1 |
* | ceph: clean up 'osd%d down' console msg | Sage Weil | 2009-11-06 | 1 | -1/+1 |
* | ceph: fix endian conversions for ceph_pg | Sage Weil | 2009-11-04 | 1 | -39/+61 |
* | ceph: use fixed endian encoding for ceph_entity_addr | Sage Weil | 2009-11-03 | 1 | -0/+3 |
* | ceph: fix intra strip unit length calculation | Noah Watkins | 2009-10-30 | 1 | -5/+10 |
* | ceph: fix object striping calculation for non-default striping schemes | Sage Weil | 2009-10-28 | 1 | -4/+7 |
* | ceph: correct comment to match striping calculation | Sage Weil | 2009-10-28 | 1 | -1/+1 |
* | ceph: remove redundant use of le32_to_cpu | Noah Watkins | 2009-10-28 | 1 | -1/+1 |
* | ceph: include preferred osd in placement seed | Sage Weil | 2009-10-19 | 1 | -0/+2 |
* | ceph: convert encode/decode macros to inlines | Sage Weil | 2009-10-14 | 1 | -35/+35 |
* | ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping) | Sage Weil | 2009-10-09 | 1 | -5/+10 |
* | ceph: OSD client | Sage Weil | 2009-10-06 | 1 | -0/+875 |