| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: changed order of #includes, global_context.h, debug.hwip-dout | Roald J. van Loon | 2012-12-24 | 1 | -12/+11 |
* | OSDMap: make apply_incremental take a const argument | Samuel Just | 2012-12-19 | 1 | -1/+1 |
* | osdmap, mon: optional dump 'osd tree' in json | Sage Weil | 2012-10-02 | 1 | -2/+2 |
* | mon: add tunable to control laggy probability weighting. simplify decoding. | Sage Weil | 2012-09-18 | 1 | -1/+1 |
* | osdmap: include osd_xinfo_t to track laggy probabilities, timestamps | Sage Weil | 2012-09-18 | 1 | -0/+24 |
* | osdmap: apply mon_max_osd when generating osdmap from conf | Sage Weil | 2012-08-14 | 1 | -2/+2 |
* | osdmap: drop useless and unused get_pg_role() method | Sage Weil | 2012-07-14 | 1 | -6/+0 |
* | osd: Adding const to methods in OSDMap | Adam Crume | 2012-05-31 | 1 | -6/+6 |
* | Merge remote-tracking branch 'gh/wip-mon-encoding' | Sage Weil | 2012-05-16 | 1 | -2/+4 |
|\ |
|
| * | features: explicitly use CEPH_FEATURES_ALL instead of -1 | Sage Weil | 2012-05-16 | 1 | -2/+4 |
* | | osdmap: filter out nonexistent osds from map | Sage Weil | 2012-05-12 | 1 | -0/+1 |
|/ |
|
* | Merge remote-tracking branch 'gh/wip-crush-forcefeed' | Sage Weil | 2012-05-04 | 1 | -1/+1 |
|\ |
|
| * | crush: remove forcefeed from crush_do_rule | Sage Weil | 2012-04-28 | 1 | -1/+1 |
* | | osdmap: store a uuid for each osd | Sage Weil | 2012-05-01 | 1 | -0/+12 |
* | | osdmap: do no dereference NULL entity_addr_t pointer in addr accessors | Sage Weil | 2012-04-30 | 1 | -3/+4 |
|/ |
|
* | Merge branch 'wip-osdmap' | Sage Weil | 2012-04-28 | 1 | -221/+45 |
|\ |
|
| * | osdmap: use shared_ptr<> for pg_temp | Sage Weil | 2012-04-26 | 1 | -1/+2 |
| * | osdmap: drop obsolete PG_ROLE_* constants | Sage Weil | 2012-04-26 | 1 | -15/+0 |
| * | osdmap: use shared_ptr for CrushWrapper | Sage Weil | 2012-04-26 | 1 | -2/+3 |
| * | osdmap: dedup addrs and addr vectors between maps | Sage Weil | 2012-04-26 | 1 | -0/+3 |
| * | osdmap: use shared_ptr for addrs, addr vectors | Sage Weil | 2012-04-26 | 1 | -15/+16 |
| * | osdmap: uninline a bunch of stuff | Sage Weil | 2012-04-26 | 1 | -177/+21 |
* | | Merge branch 'wip-mon' | Sage Weil | 2012-04-28 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | mon: consider pending_inc in {up,in}_ratio for can_mark_{out,down}() | Sage Weil | 2012-04-26 | 1 | -0/+3 |
| * | osdmap: add NOUP, NODOWN, NOIN, NOOUT flags | Sage Weil | 2012-04-24 | 1 | -0/+1 |
* | | Merge branch 'wip-lpg' | Sage Weil | 2012-04-26 | 1 | -22/+11 |
|\ \ |
|
| * | | osdmap: do not forcefeed preferred osd to crush | Sage Weil | 2012-04-23 | 1 | -5/+1 |
| * | | osd: remove preferred from object_locator_t | Sage Weil | 2012-04-23 | 1 | -10/+4 |
| * | | osd: do not create localized pgs | Sage Weil | 2012-04-19 | 1 | -2/+2 |
| |/ |
|
* | | osdmap: filter out nonexistent osds from map | Sage Weil | 2012-04-26 | 1 | -2/+23 |
|/ |
|
* | osdmap: dump pool_max | Sage Weil | 2012-04-17 | 1 | -0/+3 |
* | Filer: make file_to_extents static | Josh Durgin | 2012-04-13 | 1 | -1/+1 |
* | OSDMap: make get_pools() const | Josh Durgin | 2012-03-13 | 1 | -1/+3 |
* | osdmap: use FEATURE encoder macro | Sage Weil | 2012-02-20 | 1 | -2/+2 |
* | osdmap: add Incremental::dump() | Sage Weil | 2012-02-20 | 1 | -6/+13 |
* | ceph-dencoder: generate test instances on heap | Sage Weil | 2012-02-01 | 1 | -2/+2 |
* | osdmap: test instances for osd_info_t | Sage Weil | 2012-02-01 | 1 | -0/+1 |
* | osdmap: test instances | Sage Weil | 2012-02-01 | 1 | -1/+1 |
* | osdmap: normalist encode/decode | Sage Weil | 2012-02-01 | 1 | -0/+2 |
* | osdmap: include state names in dump() | Sage Weil | 2012-01-04 | 1 | -0/+11 |
* | mon: track auto-marked-out osds | Sage Weil | 2012-01-04 | 1 | -1/+1 |
* | osdmap: add const markers to some unfixed functions | Greg Farnum | 2011-12-29 | 1 | -2/+2 |
* | osdmap: initialize cluster_snapshot_epoch | Sage Weil | 2011-12-08 | 1 | -1/+2 |
* | osdmap: build_simple with normal osd/host/rack/pool hierarchy | Sage Weil | 2011-11-12 | 1 | -3/+2 |
* | use libuuid for fsid | Sage Weil | 2011-11-11 | 1 | -6/+6 |
* | OSDMap,CrushWrapper: const cleanup on OSDMap | Samuel Just | 2011-11-09 | 1 | -31/+31 |
* | osd/: change type of osd::osdmap to a shared_ptr | Samuel Just | 2011-11-09 | 1 | -0/+3 |
* | osdmap: assert that osdmap max_osds >= crushmap max_devices | Sage Weil | 2011-11-01 | 1 | -0/+2 |
* | osdmaptool: build initial map from ceph.conf | Sage Weil | 2011-10-28 | 1 | -0/+5 |
* | Merge remote-tracking branch 'gh/master' into n | Sage Weil | 2011-10-23 | 1 | -3/+3 |
|\ |
|