summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.72-rc1v0.72-rc1Gary Lowell2013-10-302-1/+7
* Revert "ceph-crush-location: new crush location hook"Sage Weil2013-10-293-5/+1
* Revert "upstart, sysvinit: use ceph-crush-location hook"Sage Weil2013-10-292-6/+10
* Merge pull request #779 from ceph/wip-crush-hookLoic Dachary2013-10-295-11/+11
|\
| * upstart, sysvinit: use ceph-crush-location hookSage Weil2013-10-292-10/+6
| * ceph-crush-location: new crush location hookSage Weil2013-10-293-1/+5
|/
* Merge pull request #786 from ceph/wip-6673Sage Weil2013-10-291-0/+1
|\
| * mon/PGMonitor: always send pg creations after mappingSage Weil2013-10-291-0/+1
|/
* mon/OSDMonitor: fix signedness warning on poolidSage Weil2013-10-292-2/+2
* ReplicatedPG::recover_backfill: update last_backfill to max() when backfill i...Samuel Just2013-10-291-0/+6
* Merge pull request #780 from ceph/wip-6585athanatos2013-10-283-53/+64
|\
| * osd/ReplicatedPG: use MIN for backfill_posSage Weil2013-10-281-3/+3
| * ReplicatedPG: recover_backfill: don't prematurely adjust last_backfillSamuel Just2013-10-281-12/+23
| * ReplicatedPG: add empty stat when we remove an object in recover_backfillSamuel Just2013-10-281-0/+4
| * ReplicatedPG: replace backfill_pos with last_backfill_startedSamuel Just2013-10-282-34/+25
| * PG::BackfillInfo: introduce trim_toSamuel Just2013-10-281-0/+8
| * PG::BackfillInterval: use trim() in pop_front()Samuel Just2013-10-281-4/+1
| * ReplicatedPG::prepare_transaction: info.last_backfill is inclusiveSamuel Just2013-10-281-1/+1
|/
* Merge pull request #772 from ceph/wip-5612Loic Dachary2013-10-282-5/+3
|\
| * upstart: fail osd start if crush update failsSage Weil2013-10-281-2/+1
| * init-ceph: make crush update on osd start time outSage Weil2013-10-281-3/+2
|/
* Merge pull request #778 from ceph/wip-6621Sage Weil2013-10-282-15/+31
|\
| * radosgw-admin: accept negative values for quota paramsYehuda Sadeh2013-10-282-15/+31
* | Merge pull request #760 from ceph/wip-6585athanatos2013-10-2810-240/+369
|\ \
| * | ReplicatedBackend: don't hold ObjectContexts in pull completion callbackSamuel Just2013-10-282-10/+13
| * | ReplicatedPG: put repops even in TrimObjectsSamuel Just2013-10-281-0/+7
| * | ReplicatedPG: improved on_flushed error outputSamuel Just2013-10-282-4/+11
| * | PG: call on_flushed on FlushEvtSamuel Just2013-10-281-0/+2
| * | PG,ReplicatedPG: remove the waiting_for_backfill_peer mechanismSamuel Just2013-10-283-22/+0
| * | ReplicatedPG: have make_writeable adjust backfill_posSamuel Just2013-10-281-0/+12
| * | ReplicatedBackend: fix failed push error outputSamuel Just2013-10-281-0/+1
| * | ReplicatedPG,osd_types: move rw tracking from its own map to ObjectContextSamuel Just2013-10-283-169/+169
| * | osd_types,OpRequest: move osd_req_id into OpRequestSamuel Just2013-10-282-22/+23
| * | OpRequest: move method implementations into ccSamuel Just2013-10-282-23/+38
| * | ReplicatedPG: reset new_obs and new_snapset in execute_ctxSamuel Just2013-10-282-0/+8
| * | ReplicatedPG: take and drop read locks when doing backfillGreg Farnum2013-10-271-20/+43
| * | PG: switch the start_recovery_ops interface to specify work to do as a paramGreg Farnum2013-10-274-18/+40
| * | ReplicatedPG: implement the RWTracker mechanisms for backfill read lockingGreg Farnum2013-10-272-5/+36
| * | ReplicatedPG: separate RWTracker's waitlist from getting locksGreg Farnum2013-10-271-6/+18
| * | common: add an hobject_t::is_min() functionGreg Farnum2013-10-271-0/+7
| |/
* | fix the bug if we set pgp_num=-1 using "ceph osd pool set data|metadata|rb...huangjun2013-10-281-1/+3
|/
* Merge pull request #765 from ceph/wip-6635Sage Weil2013-10-251-16/+34
|\
| * mon/OSDMonitor: make racing dup pool rename behaveSage Weil2013-10-251-1/+1
| * mon: OSDMonitor: Make 'osd pool rename' idempotentJoao Eduardo Luis2013-10-261-15/+33
* | Merge pull request #769 from ceph/wip-copy-getGregory Farnum2013-10-259-124/+310
|\ \
| * | Objecter: expose the copy-get()'ed object's categoryGreg Farnum2013-10-253-5/+12
| * | osd: add category to object_copy_data_tGreg Farnum2013-10-253-0/+4
| * | OSD: add back CEPH_OSD_OP_COPY_GET, and use it in the ObjecterGreg Farnum2013-10-256-3/+41
| * | OSD: rename CEPH_OSD_OP_COPY_GET -> CEPH_OSD_OP_COPY_GET_CLASSICGreg Farnum2013-10-256-8/+10
| * | ReplicatedPG: copy: move the COPY_GET implementation into its own functionGreg Farnum2013-10-252-75/+85