summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mon: Monitor: ignore all not-sync-related messages during syncwip-4748Joao Eduardo Luis2013-04-221-0/+8
* mon: [MDS]Monitor: remove 'stop_cluster' and 'do_stop()'Joao Eduardo Luis2013-04-224-96/+0
* mon: MDSMonitor: tighter leash on cross-proposals to the osdmonJoao Eduardo Luis2013-04-222-6/+47
* mon: PaxosService: add request_proposal() to perform cross-proposalsJoao Eduardo Luis2013-04-221-0/+29
* mon: PaxosService: is_writeable() depends on being ready to be written toJoao Eduardo Luis2013-04-221-1/+13
* mon: PaxosService: is_readable/writeable() depending on is_active()Joao Eduardo Luis2013-04-221-5/+4
* mon: PaxosService: consider is_recovering() on is_writeable()Joao Eduardo Luis2013-04-221-1/+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
| |/
* | OSDMonitor: pg split is no longer experimentalSamuel Just2013-04-191-6/+1
* | Merge pull request #228 from alram/nextSage Weil2013-04-191-4/+2
|\ \
| * | Fix journal partition creationAlexandre Marangone2013-04-191-4/+2
* | | rbd: fix qa tests to use --allow-shrinkSage Weil2013-04-193-4/+5
* | | Merge pull request #227 from ceph/wip-4574Gregory Farnum2013-04-198-35/+61
|\ \ \ | |/ / |/| |