| Commit message (Expand) | Author | Age | Files | Lines |
* | ReplicatedPG: remove unused CopyOp::waiting member, rename function for accuracy | Greg Farnum | 2013-09-30 | 2 | -13/+5 |
* | ReplicatedPG: remove useless pcop param from start_copy | Greg Farnum | 2013-09-30 | 2 | -5/+3 |
* | ReplicatedPG: use our already-found iterator instead of going back into map | Greg Farnum | 2013-09-30 | 1 | -2/+2 |
* | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-09-26 | 1 | -0/+3 |
|\ |
|
| * | osd/ReplicatedPG: fix bl resize on write vs truncate race | Sage Weil | 2013-09-26 | 1 | -0/+3 |
* | | Merge pull request #631 from ceph/wip-5857-8 | athanatos | 2013-09-26 | 11 | -844/+1624 |
|\ \ |
|
| * | | ReplicatedPG: take obc read lock prior to recovering an object to replicas | Samuel Just | 2013-09-26 | 1 | -0/+8 |
| * | | ReplicatedBackend::handle_pull_response: use list<ObjectContextRef> | Samuel Just | 2013-09-26 | 2 | -9/+9 |
| * | | ReplicatedPG: remove noop C_OSD_CompletedPull | Samuel Just | 2013-09-26 | 2 | -14/+0 |
| * | | ReplicatedPG: assert build_push_op succeeds on primary | Samuel Just | 2013-09-26 | 1 | -6/+8 |
| * | | ReplicatedPG.h: remove temp_coll stub | Samuel Just | 2013-09-26 | 1 | -5/+0 |
| * | | OSD,ReplicatedPG: queue pushes in a op_tp workqueue | Samuel Just | 2013-09-26 | 3 | -4/+11 |
| * | | ReplicatedPG: don't proceed to backfill until recovering is empty | Samuel Just | 2013-09-26 | 1 | -2/+5 |
| * | | ReplicatedPG: correctly handle backfill | Samuel Just | 2013-09-26 | 3 | -18/+18 |
| * | | ReplicatedPG/Backend: fix up recalc_subsets | Samuel Just | 2013-09-26 | 3 | -35/+16 |
| * | | ReplicatedBackend: wire in start_pushes | Samuel Just | 2013-09-26 | 3 | -10/+71 |
| * | | ReplicatedBackend: handle stats properly | Samuel Just | 2013-09-26 | 4 | -24/+38 |
| * | | ReplicatedBackend: track object contexts in Push/PullInfo | Samuel Just | 2013-09-26 | 2 | -15/+7 |
| * | | ReplicatedBackend: remove priority from Pull/PushInfo | Samuel Just | 2013-09-26 | 2 | -3/+1 |
| * | | ReplicatedPG/Backend: move prep_push and friends to ReplicatedBackend | Samuel Just | 2013-09-26 | 4 | -110/+115 |
| * | | ReplicatedPG: remove pushing/pulling | Samuel Just | 2013-09-26 | 2 | -76/+22 |
| * | | ReplicatedPG/Backend: handle down pull sources | Samuel Just | 2013-09-26 | 5 | -18/+40 |
| * | | ReplicatedPG/Backend: split recover_missing out of prepare_pull | Samuel Just | 2013-09-26 | 3 | -107/+160 |
| * | | ReplicatedPG/Backend: shuffle over submit_push_*/build_push_op | Samuel Just | 2013-09-26 | 3 | -20/+20 |
| * | | ReplicatedPG/Backend: move over send_pushes/send_pulls/prep_push_op_blank | Samuel Just | 2013-09-26 | 3 | -32/+27 |
| * | | ReplicatedPG/Backend: move over _failed_push | Samuel Just | 2013-09-26 | 3 | -4/+10 |
| * | | ReplicatedPG/Backend: move handle_* | Samuel Just | 2013-09-26 | 3 | -32/+25 |
| * | | ReplicatedPG/Backend: shuffle do_pull/do_push_reply | Samuel Just | 2013-09-26 | 3 | -6/+4 |
| * | | ReplicatedPG/Backend: move _do_push,_do_pull_response,do_push | Samuel Just | 2013-09-26 | 3 | -21/+17 |
| * | | ReplicatedPG/Backend: convert sub_op_pull | Samuel Just | 2013-09-26 | 3 | -3/+2 |
| * | | ReplicatedPG: make log_subop_stats static | Samuel Just | 2013-09-26 | 2 | -25/+22 |
| * | | ReplicatedPG/Backend: shuffle sub_op_push_reply | Samuel Just | 2013-09-26 | 3 | -3/+2 |
| * | | ReplicatedPG/Backend: shuffle sub_op_push over to ReplicatedBackend | Samuel Just | 2013-09-26 | 4 | -17/+19 |
| * | | osd/: allow dout for ReplicatedBackend methods to work in ReplicatedPG.cc | Samuel Just | 2013-09-26 | 1 | -2/+3 |
| * | | ReplicatedPG: extract PGBackend::Listener recovery callbacks | Samuel Just | 2013-09-26 | 4 | -109/+160 |
| * | | PG,ReplicatedPG: handle do_request in ReplicatedPG,PGBackend | Samuel Just | 2013-09-26 | 5 | -89/+68 |
| * | | ReplicatedPG: pass on dump_recovery_info to PGBackend | Samuel Just | 2013-09-26 | 1 | -43/+6 |
| * | | OSD,ReplicatedPG: let PGBackend handle the temp collection | Samuel Just | 2013-09-26 | 7 | -77/+69 |
| * | | osd/: add PGBackend interfaces and stubs | Samuel Just | 2013-09-26 | 7 | -2/+722 |
| * | | ReplicatedPG: Allow get_object_context caller to provide attributes | Samuel Just | 2013-09-26 | 2 | -32/+64 |
| * | | ReplicatedPG: send_push is unused | Samuel Just | 2013-09-26 | 2 | -16/+0 |
* | | | Merge pull request #546 from ceph/wip-5862 | athanatos | 2013-09-26 | 5 | -93/+103 |
|\ \ \ |
|
| * | | | osd: Remove code for reading ancient unsupported logs | David Zafman | 2013-09-26 | 1 | -30/+1 |
| * | | | osd: Cleanup init()/read_superblock() | David Zafman | 2013-09-26 | 1 | -52/+57 |
| * | | | common, os, osd, test, tools: FileStore must work with ghobjects rather than ... | David Zafman | 2013-09-26 | 2 | -18/+21 |
| * | | | os, osd, tools: Add backportable compatibility checking for sharded objects | David Zafman | 2013-09-26 | 3 | -4/+34 |
| * | | | osd: read_superblock() not outputing unsupported features when incompatible | David Zafman | 2013-09-26 | 1 | -2/+2 |
| * | | | osd: Add assert() on collection_getattr() failure instead of later decode crash | David Zafman | 2013-09-23 | 1 | -1/+2 |
* | | | | Merge pull request #632 from ceph/wip-rworder | Sage Weil | 2013-09-25 | 1 | -4/+12 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | osd/ReplicatedPG: respect RWORDERED rados flag | Sage Weil | 2013-09-24 | 1 | -4/+12 |