summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ReplicatedPG/Backend: shuffle over submit_push_*/build_push_opSamuel Just2013-09-263-20/+20
| * | | | ReplicatedPG/Backend: move over send_pushes/send_pulls/prep_push_op_blankSamuel Just2013-09-263-32/+27
| * | | | ReplicatedPG/Backend: move over _failed_pushSamuel Just2013-09-263-4/+10
| * | | | ReplicatedPG/Backend: move handle_*Samuel Just2013-09-263-32/+25
| * | | | ReplicatedPG/Backend: shuffle do_pull/do_push_replySamuel Just2013-09-263-6/+4
| * | | | ReplicatedPG/Backend: move _do_push,_do_pull_response,do_pushSamuel Just2013-09-263-21/+17
| * | | | ReplicatedPG/Backend: convert sub_op_pullSamuel Just2013-09-263-3/+2
| * | | | ReplicatedPG: make log_subop_stats staticSamuel Just2013-09-262-25/+22
| * | | | ReplicatedPG/Backend: shuffle sub_op_push_replySamuel Just2013-09-263-3/+2
| * | | | ReplicatedPG/Backend: shuffle sub_op_push over to ReplicatedBackendSamuel Just2013-09-264-17/+19
| * | | | osd/: allow dout for ReplicatedBackend methods to work in ReplicatedPG.ccSamuel Just2013-09-261-2/+3
| * | | | ReplicatedPG: extract PGBackend::Listener recovery callbacksSamuel Just2013-09-264-109/+160
| * | | | PG,ReplicatedPG: handle do_request in ReplicatedPG,PGBackendSamuel Just2013-09-265-89/+68
| * | | | ReplicatedPG: pass on dump_recovery_info to PGBackendSamuel Just2013-09-261-43/+6
| * | | | OSD,ReplicatedPG: let PGBackend handle the temp collectionSamuel Just2013-09-267-77/+69
| * | | | osd/: add PGBackend interfaces and stubsSamuel Just2013-09-268-2/+726
| * | | | ReplicatedPG: Allow get_object_context caller to provide attributesSamuel Just2013-09-263-32/+69
| * | | | ReplicatedPG: send_push is unusedSamuel Just2013-09-262-16/+0
| * | | | FileStore: ping tphandle between each operation within a transactionSamuel Just2013-09-262-3/+13
| * | | | WorkQueue: add a workqueue which simply runs queued GenContextsSamuel Just2013-09-261-0/+37
| * | | | Context: add GenContext templated on the callback argumentSamuel Just2013-09-251-0/+20
* | | | | Merge pull request #546 from ceph/wip-5862athanatos2013-09-2639-960/+1772
|\ \ \ \ \
| * | | | | os: Make write_version_stamp() privateDavid Zafman2013-09-261-1/+1
| * | | | | osd: Remove code for reading ancient unsupported logsDavid Zafman2013-09-261-30/+1
| * | | | | os/ObjectStore: Interim collection_list* functions in ObjectStoreDavid Zafman2013-09-262-0/+55
| * | | | | osd: Cleanup init()/read_superblock()David Zafman2013-09-261-52/+57
| * | | | | common, os, osd, test, tools: FileStore must work with ghobjects rather than ...David Zafman2013-09-2631-837/+1091
| * | | | | include, test: Add CompatSet::merge() operationDavid Zafman2013-09-262-0/+61
| * | | | | os, osd, tools: Add backportable compatibility checking for sharded objectsDavid Zafman2013-09-267-14/+333
| * | | | | osd: read_superblock() not outputing unsupported features when incompatibleDavid Zafman2013-09-261-2/+2
| * | | | | test: Adding unittest for CompatSetDavid Zafman2013-09-262-0/+135
| * | | | | include: Bug fixes for CompatSetDavid Zafman2013-09-261-11/+8
| * | | | | os: Fix version_stamp_is_valid() and write_version_stamp() error returnDavid Zafman2013-09-261-4/+2
| * | | | | os, ceph_osd: Rename on_disk_version to target_versionDavid Zafman2013-09-233-7/+7
| * | | | | os: Prior version bump should have updated thisDavid Zafman2013-09-231-1/+1
| * | | | | os: Code conformance of os/LFNIndex.ccDavid Zafman2013-09-231-16/+32
| * | | | | os: Fix typo in commentDavid Zafman2013-09-231-1/+1
| * | | | | common: Fix get_namespace() definition in hobject_tDavid Zafman2013-09-231-1/+1
| * | | | | osd: Add assert() on collection_getattr() failure instead of later decode crashDavid Zafman2013-09-231-1/+2
| * | | | | tools: Fix ceph_filestore_dump usage againDavid Zafman2013-09-231-1/+1
* | | | | | Merge pull request #644 from ceph/wip-6345Sage Weil2013-09-261-8/+16
|\ \ \ \ \ \
| * | | | | | do not quote the variable to loop overAlfredo Deza2013-09-261-1/+1
| * | | | | | reverse the order of the mons in the init script when stoppingAlfredo Deza2013-09-261-8/+16
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #606 from ceph/wip-6332Gregory Farnum2013-09-2625-25/+159
|\ \ \ \ \ \
| * | | | | | mon: don't list "--yes-i-really-mean-it" options as requiredGreg Farnum2013-09-262-21/+18
| * | | | | | qa: update snaps workunits for allow_new_snaps flagGreg Farnum2013-09-2617-0/+43
| * | | | | | MDS: lock out snapshots until after a flag has been set in the MDSMapGreg Farnum2013-09-268-3/+96
| * | | | | | mds/Server: fix LOOKUPSNAPSage Weil2013-09-251-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-09-261-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | common/crc32c_intel_fast: fix compile-time #ifdefSage Weil2013-09-261-1/+1
| | |_|_|/ | |/| | |