summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rgw: fix hex string translationwip-4755Yehuda Sadeh2013-04-231-7/+7
* rgw: don't send tail to gc if copying object to itselfYehuda Sadeh2013-04-222-2/+6
* Merge pull request #232 from ceph/wip-4710Josh Durgin2013-04-221-4/+8
|\
| * rbd: only set STRIPINGV2 feature when neededSage Weil2013-04-221-1/+3
| * rbd: fix feature display for --infoSage Weil2013-04-221-3/+5
* | Merge pull request #233 from ceph/wip-mon-idempotentSage Weil2013-04-221-3/+3
|\ \ | |/ |/|
| * mon: make 'osd pool rmsnap ...' idempotentSage Weil2013-04-221-1/+1
| * mon: make 'osd pool mksnap ...' idempotentSage Weil2013-04-221-1/+1
| * mon: make 'osd blacklist rm ...' idempotentSage Weil2013-04-221-1/+1
|/
* rbd: avoid clobbering return value with udevadm settleSage Weil2013-04-221-3/+3
* FileJournal: a valid entry after invalid entry =/=> corruptSamuel Just2013-04-221-33/+0
* radosgw: Fix duplicate 'Content-Type' when using 'response-content-type'Sylvain Munaut2013-04-221-2/+3
* ceph-create-keys: Don't wait if permission deniedGary Lowell2013-04-211-6/+14
* doc: Aesthetic improvements. Removed unnecessary graphic and overrode margin ...John Wilkins2013-04-201-4/+1
* doc: Added a scenario to PG troubleshooting.John Wilkins2013-04-201-0/+12
* doc: Changed usage to "bucket-name". Description was okay.John Wilkins2013-04-201-1/+1
* Merge branch 'wip-4201' into nextDavid Zafman2013-04-196-80/+1128
|\
| * tools/ceph-filestore-dump: Implement remove, export and importDavid Zafman2013-04-191-61/+1073
| * tools/ceph-filestore-dump: Error messages lost because stderr is closedDavid Zafman2013-04-191-10/+11
| * osd: Make clear_temp() public for use by removeDavid Zafman2013-04-191-2/+1
| * osd: Add flag to force version write in _write_info()David Zafman2013-04-192-3/+3
| * osd: Create static PG::_write_log() functionDavid Zafman2013-04-192-4/+11
| * osd: Create new static function PG::_write_info() for use by PG importDavid Zafman2013-04-192-5/+27
| * osd: Add OSD::make_infos_oid() as common function to create oidDavid Zafman2013-04-192-1/+5
| * filestore, osd: Fixes to comform to programming guidelinesDavid Zafman2013-04-192-3/+6
* | Merge branch 'wip_4662_clean' into nextSamuel Just2013-04-1912-109/+343
|\ \
| * | ReplicatedPG::_finish_mark_all_unfound_lost: only requeue if !deletingSamuel Just2013-04-191-1/+2
| * | ReplicatedPG::_applied_recovered_object*: don't queue scrub if deletingSamuel Just2013-04-191-2/+3
| * | PG: check for pg change in ~FlushStateSamuel Just2013-04-191-1/+2
| * | PG: bail if deleting in _finish_recoverySamuel Just2013-04-191-0/+4
| * | AsyncReserver: delete context in cancel_reservationSamuel Just2013-04-191-0/+1
| * | OpRequest: don't maintain history if the OSD is shutting downSamuel Just2013-04-191-1/+2
| * | osd/: optionally track every pg refSamuel Just2013-04-197-49/+220
| * | common/: add tracked_int_ptr.hppSamuel Just2013-04-192-0/+68
| * | ReplicatedPG: use the ReplicatedPGRef typedefSamuel Just2013-04-191-4/+4
| * | ReplicatedPG: use ReplicatedPGRef for C_PG_MarkUnfoundLostSamuel Just2013-04-191-5/+2
| * | ReplicatedPG: use ReplicatedPGRef for C_OSD_OpCommitSamuel Just2013-04-191-3/+1
| * | ReplicatedPG: use ReplicatedPGRef for C_OSD_OpAppliedSamuel Just2013-04-191-3/+1
| * | OSD: use PGRef in handle_pg_removeSamuel Just2013-04-191-2/+1
| * | OSD: use PGRef in handle_pg_stats_ackSamuel Just2013-04-191-2/+1
| * | PG: use PGRef in QueuePeeringEvtSamuel Just2013-04-191-1/+1
| * | OSD: use PGRef in consume_mapSamuel Just2013-04-191-7/+5
| * | PG: use PGRef for FlushStateSamuel Just2013-04-191-5/+2
| * | PG: use PGRef for C_PG_FinishRecoverySamuel Just2013-04-191-5/+2
| * | PG: use PGRef in C_PG_ActivateCommittedSamuel Just2013-04-191-3/+1
| * | PG: do not put() in scrub() if pg is deletingSamuel Just2013-04-191-1/+0
| * | PG,ReplicatedPG: move intrusive_ptr declarations to topSamuel Just2013-04-192-10/+10
| * | ReplicatedPG: add ReplicatedPGRefSamuel Just2013-04-191-0/+2
| * | FileStore::_do_copy_range: read(2) might return EINTRSamuel Just2013-04-191-4/+8
| * | FileStore::_do_clone_range: _do_copy_range encodes error in return, not errnoSamuel Just2013-04-191-2/+2
| |/