| Commit message (Expand) | Author | Age | Files | Lines |
* | ReplicatedPG,PG: use PGBackend methods for getattrwip-5992 | Samuel Just | 2013-09-19 | 2 | -16/+28 |
* | ReplicatedPG,PG: adapt collection_list* users to PGBackend interface | Samuel Just | 2013-09-19 | 2 | -20/+20 |
* | PG,ReplicatedPG: expose PGBackend to PG | Samuel Just | 2013-09-19 | 2 | -0/+6 |
* | PG.cc: remove leading empty space | Samuel Just | 2013-09-19 | 1 | -1/+0 |
* | PGBackend,ReplicatedBackend: add interfaces for scanning the pg | Samuel Just | 2013-09-19 | 3 | -0/+89 |
* | ReplicatedPG: don't rescan the local collection if we can avoid it | Samuel Just | 2013-09-19 | 3 | -8/+49 |
* | ReplicatedPG.h: remove temp_coll stub | Samuel Just | 2013-09-19 | 1 | -5/+0 |
* | OSD,ReplicatedPG: queue pushes in a op_tp workqueue | Samuel Just | 2013-09-19 | 3 | -4/+11 |
* | ReplicatedPG: don't proceed to backfill until recovering is empty | Samuel Just | 2013-09-19 | 1 | -2/+5 |
* | ReplicatedPG: correctly handle backfill | Samuel Just | 2013-09-19 | 3 | -18/+18 |
* | ReplicatedPG/Backend: fix up recalc_subsets | Samuel Just | 2013-09-19 | 3 | -35/+16 |
* | ReplicatedBackend: wire in start_pushes | Samuel Just | 2013-09-19 | 3 | -10/+71 |
* | ReplicatedBackend: handle stats properly | Samuel Just | 2013-09-19 | 4 | -24/+38 |
* | ReplicatedBackend: track object contexts in Push/PullInfo | Samuel Just | 2013-09-19 | 2 | -15/+7 |
* | ReplicatedBackend: remove priority from Pull/PushInfo | Samuel Just | 2013-09-19 | 2 | -3/+1 |
* | ReplicatedPG/Backend: move prep_push and friends to ReplicatedBackend | Samuel Just | 2013-09-19 | 4 | -110/+115 |
* | ReplicatedPG: remove pushing/pulling | Samuel Just | 2013-09-19 | 2 | -73/+19 |
* | ReplicatedPG/Backend: handle down pull sources | Samuel Just | 2013-09-19 | 5 | -18/+39 |
* | ReplicatedPG/Backend: split recover_missing out of prepare_pull | Samuel Just | 2013-09-19 | 4 | -108/+180 |
* | ReplicatedPG/Backend: shuffle over submit_push_*/build_push_op | Samuel Just | 2013-09-19 | 3 | -20/+20 |
* | ReplicatedPG/Backend: move over send_pushes/send_pulls/prep_push_op_blank | Samuel Just | 2013-09-19 | 3 | -32/+27 |
* | ReplicatedPG/Backend: move over _failed_push | Samuel Just | 2013-09-19 | 3 | -4/+10 |
* | ReplicatedPG/Backend: move handle_* | Samuel Just | 2013-09-19 | 3 | -32/+25 |
* | ReplicatedPG/Backend: shuffle do_pull/do_push_reply | Samuel Just | 2013-09-19 | 3 | -6/+4 |
* | ReplicatedPG/Backend: move _do_push,_do_pull_response,do_push | Samuel Just | 2013-09-19 | 3 | -21/+17 |
* | ReplicatedPG/Backend: convert sub_op_pull | Samuel Just | 2013-09-19 | 3 | -3/+2 |
* | ReplicatedPG: make log_subop_stats static | Samuel Just | 2013-09-19 | 2 | -25/+22 |
* | ReplicatedPG/Backend: shuffle sub_op_push_reply | Samuel Just | 2013-09-19 | 3 | -3/+2 |
* | ReplicatedPG/Backend: shuffle sub_op_push over to ReplicatedBackend | Samuel Just | 2013-09-19 | 4 | -17/+19 |
* | osd/: allow dout for ReplicatedBackend methods to work in ReplicatedPG.cc | Samuel Just | 2013-09-19 | 1 | -2/+3 |
* | ReplicatedPG: extract PGBackend::Listener recovery callbacks | Samuel Just | 2013-09-19 | 4 | -109/+159 |
* | PG,ReplicatedPG: handle do_request in ReplicatedPG,PGBackend | Samuel Just | 2013-09-19 | 5 | -89/+68 |
* | ReplicatedPG: pass on dump_recovery_info to PGBackend | Samuel Just | 2013-09-19 | 1 | -43/+6 |
* | OSD,ReplicatedPG: let PGBackend handle the temp collection | Samuel Just | 2013-09-19 | 7 | -77/+69 |
* | osd/: add PGBackend interfaces and stubs | Samuel Just | 2013-09-19 | 8 | -2/+726 |
* | ReplicatedPG: Allow get_object_context caller to provide attributes | Samuel Just | 2013-09-19 | 3 | -32/+65 |
* | ReplicatedPG: send_push is unused | Samuel Just | 2013-09-19 | 2 | -16/+0 |
* | FileStore: ping tphandle between each operation within a transaction | Samuel Just | 2013-09-19 | 2 | -3/+13 |
* | WorkQueue: add a workqueue which simply runs queued GenContexts | Samuel Just | 2013-09-19 | 1 | -0/+43 |
* | Context: add GenContext templated on the callback argument | Samuel Just | 2013-09-19 | 1 | -0/+20 |
* | Makefile: fix unittest_crc32c | Sage Weil | 2013-09-19 | 1 | -0/+5 |
* | os/FileStore: fix uninitialized var | Sage Weil | 2013-09-18 | 1 | -1/+1 |
* | doc/release-notes: v0.69 | Sage Weil | 2013-09-18 | 1 | -0/+50 |
* | Merge branch 'next' | Gary Lowell | 2013-09-18 | 11 | -6/+36 |
|\ |
|
| * | v0.69v0.69 | Gary Lowell | 2013-09-18 | 2 | -1/+7 |
| * | rgw: try to create log pool if doesn't exist | Yehuda Sadeh | 2013-09-13 | 1 | -0/+9 |
| * | rgw: NULL terminate buffer before parsing it | Yehuda Sadeh | 2013-09-13 | 1 | -0/+1 |
| * | rgw: don't call list::size() in ObjectCache | Yehuda Sadeh | 2013-09-11 | 2 | -2/+6 |
| * | rgw: drain pending requests before completing write | Yehuda Sadeh | 2013-09-11 | 2 | -1/+6 |
| * | rgw: when failing read from client, return correct error | Yehuda Sadeh | 2013-09-10 | 1 | -1/+1 |