| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | osd: simplify asok to single callback | Sage Weil | 2013-01-22 | 1 | -8/+5 |
| * | common/PrioritizedQueue: add min cost, max tokens per bucket | Sage Weil | 2013-01-22 | 1 | -1/+4 |
| * | osd: make OSD a config observer | Sage Weil | 2013-01-22 | 1 | -1/+8 |
* | | osd: debug support for omap deep-scrub | David Zafman | 2013-01-22 | 1 | -0/+4 |
|/ |
|
* | osd: fix scrub scheduling for 0.0 | Sage Weil | 2013-01-14 | 1 | -7/+19 |
* | osd: move scrub schedule random backoff to seperate helper | Sage Weil | 2013-01-14 | 1 | -3/+3 |
* | OSD: for old osds, dispatch peering messages immediately | Samuel Just | 2013-01-03 | 1 | -0/+1 |
* | osd: move common active vs booting code into consume_map | Sage Weil | 2013-01-02 | 1 | -0/+1 |
* | osd: move rmw_flags to OpRequest, out of MOSDOp | Sage Weil | 2012-12-27 | 1 | -1/+1 |
* | osd: reintroduce inc_scrubs_active helper | Sage Weil | 2012-12-20 | 1 | -0/+1 |
* | OSD,ReplicatedPG: do not track notifies on the session | Samuel Just | 2012-12-20 | 1 | -9/+0 |
* | OSD: get_or_create_pg doesn't need an op passed in | Samuel Just | 2012-12-10 | 1 | -2/+1 |
* | PG: split ops for child objects into child | Samuel Just | 2012-12-06 | 1 | -2/+21 |
* | OSD: add initial split support | Samuel Just | 2012-12-06 | 1 | -5/+32 |
* | PGMonitor,OSD: don't send creates on split | Samuel Just | 2012-12-05 | 1 | -1/+0 |
* | OSD: don't wait for superblock writes in handle_osd_map | Samuel Just | 2012-12-05 | 1 | -4/+1 |
* | Merge remote-tracking branch 'gh/wip-osd-msgr' | Sage Weil | 2012-11-30 | 1 | -4/+41 |
|\ |
|
| * | OSDService: make messengers private | Samuel Just | 2012-11-30 | 1 | -0/+11 |
| * | osd/: make OSDService messenger helpers return ConnectionRef | Samuel Just | 2012-11-30 | 1 | -2/+2 |
| * | osd: move next_osdmap under separate lock | Sage Weil | 2012-11-29 | 1 | -10/+24 |
| * | osd: make _share_map_outgoing() use a Connection | Sage Weil | 2012-11-29 | 1 | -1/+1 |
| * | osd: add Connection-base send_map(), send_incremental_map() | Sage Weil | 2012-11-29 | 1 | -0/+2 |
| * | osd: use safe OSDService msgr helpers for heartbeats | Sage Weil | 2012-11-29 | 1 | -1/+1 |
| * | osd: helpers to blacklist messages to down osds | Sage Weil | 2012-11-29 | 1 | -1/+11 |
* | | osd/OSD.h: remove twice included OpRequest.h | Danny Al-Gaaf | 2012-11-28 | 1 | -1/+0 |
|/ |
|
* | osd: defer boot until we have rotating keys | Sage Weil | 2012-11-13 | 1 | -3/+5 |
* | OSD: use PrioritizedQueue for OpWQ | Samuel Just | 2012-11-13 | 1 | -30/+29 |
* | pg: recovery reservations | Mike Ryan | 2012-11-07 | 1 | -0/+1 |
* | osd: verify authorizers for heartbeat dispatcher | Sage Weil | 2012-10-30 | 1 | -0/+6 |
* | Compatibility code for session authentication; mostly passing keys around to ... | Peter Reiher | 2012-10-01 | 1 | -1/+1 |
* | ReplicatedPG: track incoming pushes with perf counters | Mike Ryan | 2012-09-27 | 1 | -0/+3 |
* | Merge remote-tracking branch 'gh/wip_backfill_full2' | Sage Weil | 2012-09-27 | 1 | -0/+14 |
|\ |
|
| * | PG, OSD: reject backfills when an OSD is nearly full | Mike Ryan | 2012-09-26 | 1 | -0/+4 |
| * | osd/: add backfill reservations | Samuel Just | 2012-09-25 | 1 | -0/+7 |
| * | OSD: add init and shutdown for OSDService | Samuel Just | 2012-09-24 | 1 | -0/+3 |
* | | OSD: big parameter passed by value, send_still_alive | Samuel Just | 2012-09-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'upstream/wip-osd-qlock' | Samuel Just | 2012-09-20 | 1 | -3/+3 |
|\ \ |
|
| * | | osd: move permissions check into pg op thread | Sage Weil | 2012-09-13 | 1 | -2/+0 |
| * | | osd: introduce PG::_qlock to protect queuing | Andreas Bluemle | 2012-09-13 | 1 | -1/+3 |
| |/ |
|
* | | osd: include failed_for in MOSDFailure reports | Sage Weil | 2012-09-18 | 1 | -4/+1 |
|/ |
|
* | Merge remote-tracking branch 'gh/wip-coverity' | Sage Weil | 2012-09-01 | 1 | -1/+1 |
|\ |
|
| * | osd/OSD.h: big parameter passed by value, publish_superblock | Samuel Just | 2012-08-31 | 1 | -1/+1 |
* | | osd: pause/unpause recovery based on NORECOVER osdmap flag | Sage Weil | 2012-08-31 | 1 | -0/+2 |
|/ |
|
* | Merge remote-tracking branch 'gh/master' into wip-auth | Sage Weil | 2012-08-17 | 1 | -3/+12 |
|\ |
|
| * | osd: require CRUSH_TUNABLES feature of peers, clients when used | Sage Weil | 2012-08-14 | 1 | -2/+2 |
| * | Merge branch 'wip-msgr' | Sage Weil | 2012-08-13 | 1 | -1/+10 |
| |\ |
|
| | * | osd: reopen heartbeat connections when they fail | Sage Weil | 2012-07-20 | 1 | -1/+10 |
* | | | mds, osd: require auth_service_required, if defined | Sage Weil | 2012-08-07 | 1 | -1/+2 |
|/ / |
|
* | | osd: generate past intervals in parallel on boot | Sage Weil | 2012-07-25 | 1 | -0/+2 |
* | | OpRequest,OSD: track recent slow ops | Samuel Just | 2012-07-20 | 1 | -0/+6 |