summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* os/FileStore: add sloppy crc trackingwip-fs-crcSage Weil2013-09-305-3/+180
* common/SloppyCRCMap: add type to sloppily track crcsSage Weil2013-09-306-0/+358
* Merge remote-tracking branch 'gh/next'Sage Weil2013-09-274-6/+2
|\
| * Merge pull request #658 from dmick/nextSage Weil2013-09-271-1/+1
| |\
| | * ceph.in: fix missing exception variable in failure to open -o fileDan Mick2013-09-271-1/+1
| * | Merge pull request #657 from ceph/wip-6397Josh Durgin2013-09-272-4/+1
| |\ \ | | |/ | |/|
| | * rgw: don't append NULL char before json parsingYehuda Sadeh2013-09-271-1/+0
| | * ceph_json: use different string constructor for parser bufferYehuda Sadeh2013-09-271-3/+1
| * | qa: workunits: mon: test snaps ops using rbd.Joao Eduardo Luis2013-09-271-0/+39
| * | common/crc32c_intel_fast: avoid reading partial trailing wordSage Weil2013-09-271-1/+17
* | | Merge pull request #643 from dachary/masterSage Weil2013-09-271-1/+1
|\ \ \
| * | | autoconf: fix build out of treeLoic Dachary2013-09-261-1/+1
* | | | doc: changed journal aio default to true.John Wilkins2013-09-271-1/+5
* | | | Merge pull request #654 from ceph/wip-testradosSage Weil2013-09-272-53/+17
|\ \ \ \
| * | | | ceph_test_rados: remove useless snapc setupSage Weil2013-09-271-44/+1
| * | | | ceph_test_rados: update for copy_from in begin, not finishSage Weil2013-09-271-2/+7
| * | | | ceph_test_rados: improve debug outputwip-testradosSage Weil2013-09-262-5/+7
| * | | | ceph_test_rados: fix update_object_fullSage Weil2013-09-261-2/+2
* | | | | Merge pull request #650 from dachary/wip-6425-2Loic Dachary2013-09-271-4/+8
|\ \ \ \ \
| * | | | | pybind: update osd blacklist tests for nonceLoic Dachary2013-09-271-4/+8
|/ / / / /
* | | | | test/common/get_command_descriptions: null terminate c stringSage Weil2013-09-261-1/+1
* | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-09-267-10/+42
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge pull request #648 from dmick/wip-6425Sage Weil2013-09-263-5/+28
| |\ \ \
| | * | | ceph_argparse.py, cephtool/test.sh: fix blacklist with no nonceDan Mick2013-09-263-5/+28
| |/ / /
| * | | Merge pull request #646 from liewegas/wip-6385Josh Durgin2013-09-261-0/+3
| |\ \ \
| | * | | qa/run_xfstests.sh: use old xfstests until we adapt to new orgSage Weil2013-09-261-0/+3
| * | | | Merge pull request #647 from ceph/wip-ceph-cli-envJosh Durgin2013-09-261-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Revert "ceph: parse CEPH_ARGS environment variable"Sage Weil2013-09-261-1/+0
| | * | | Add CEPH_ARGS at the end of sys.argvBenoƮt Knecht2013-09-261-0/+3
| |/ / /
| * | | Merge pull request #645 from liewegas/wip-6346Gregory Farnum2013-09-261-0/+3
| |\ \ \
| | * | | osd/ReplicatedPG: fix bl resize on write vs truncate raceSage Weil2013-09-261-0/+3
| * | | | mon: OSDMonitor: do not write full_latest during trimJoao Eduardo Luis2013-09-261-2/+6
| |/ / /
* | | | Merge pull request #631 from ceph/wip-5857-8athanatos2013-09-2617-847/+1722
|\ \ \ \
| * | | | ReplicatedPG: take obc read lock prior to recovering an object to replicasSamuel Just2013-09-261-0/+8
| * | | | ReplicatedBackend::handle_pull_response: use list<ObjectContextRef>Samuel Just2013-09-262-9/+9
| * | | | ReplicatedPG: remove noop C_OSD_CompletedPullSamuel Just2013-09-262-14/+0
| * | | | ReplicatedPG: assert build_push_op succeeds on primarySamuel Just2013-09-261-6/+8
| * | | | ReplicatedPG.h: remove temp_coll stubSamuel Just2013-09-261-5/+0
| * | | | OSD,ReplicatedPG: queue pushes in a op_tp workqueueSamuel Just2013-09-263-4/+11
| * | | | ReplicatedPG: don't proceed to backfill until recovering is emptySamuel Just2013-09-261-2/+5
| * | | | ReplicatedPG: correctly handle backfillSamuel Just2013-09-263-18/+18
| * | | | ReplicatedPG/Backend: fix up recalc_subsetsSamuel Just2013-09-263-35/+16
| * | | | ReplicatedBackend: wire in start_pushesSamuel Just2013-09-263-10/+71
| * | | | ReplicatedBackend: handle stats properlySamuel Just2013-09-264-24/+38
| * | | | ReplicatedBackend: track object contexts in Push/PullInfoSamuel Just2013-09-262-15/+7
| * | | | ReplicatedBackend: remove priority from Pull/PushInfoSamuel Just2013-09-262-3/+1
| * | | | ReplicatedPG/Backend: move prep_push and friends to ReplicatedBackendSamuel Just2013-09-264-110/+115
| * | | | ReplicatedPG: remove pushing/pullingSamuel Just2013-09-262-76/+22
| * | | | ReplicatedPG/Backend: handle down pull sourcesSamuel Just2013-09-265-18/+40
| * | | | ReplicatedPG/Backend: split recover_missing out of prepare_pullSamuel Just2013-09-264-108/+180