]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2012-07-16 Sage Weilvstart.sh: blow away mon directory on creation/start
2012-07-16 Sage Weilmon: stop doing rm -rf on mon mkfs
2012-07-10 Samuel JustReplicatedPG: don't warn if backfill peer stats don...
2012-07-10 Samuel JustReplicatedPG: fix replay op ordering
2012-07-10 Josh Durginlibrbd: return an error when removing a non-existent...
2012-07-09 Sage WeilMerge remote-tracking branch 'gh/wip-rbd-id'
2012-07-09 John Wilkinsdoc: Removed legacy paths and keyname settings from...
2012-07-08 Sage Weildoc: remove reference to 'ceph stop' command
2012-07-07 Sage WeilMerge branch 'wip-cond'
2012-07-06 John Wilkinsdoc: added some discussion to libvirt.
2012-07-06 Sage Weilcond: cleanup
2012-07-06 Sage Weilcond: drop unused Wait variant
2012-07-06 Sage Weillibrados: drop unused local variables
2012-07-06 Sage Weillibrados: take lock when signaling notify cond
2012-07-06 Sage Weilworkqueue: kick -> wake or _wake, depending on locking
2012-07-06 Sage Weilcond: assert that we are holding the same mutex as...
2012-07-06 Sage Weilclient: fix locking for SafeCond users
2012-07-06 John WilkinsMerge branch 'master' of github.com:ceph/ceph
2012-07-06 John Wilkinsdoc: Minor cleanup on deploy with Chef.
2012-07-06 Sage Weilosd: make on_removal() pure virtual
2012-07-06 Sage Weilosd: fix PG dtor compile error
2012-07-06 Sage WeilMerge remote-tracking branch 'gh/wip_osd_threading'
2012-07-06 Samuel JustPG,ReplicatedPG: on_removal must handle repop and watch...
2012-07-06 Samuel JustOSDMonitor: disable cluster snapshot
2012-07-06 Samuel JustOSD: ensure that OpSequencer lives through on_commit...
2012-07-06 Samuel JustReplicatedPG.cc: C_OSD_CommittedPushedObject move pg...
2012-07-06 Samuel JustOSD::PeeringWQ::_dequeue(PG*) drop pg refs
2012-07-06 Samuel JustOSD,PG:;replica_scrub: move msg->put() into queue process
2012-07-06 Samuel JustOSD,ReplicatedPG::snap_trimmer: pg->put() in process...
2012-07-06 Samuel JustOSD: drop pg refcounts in OpWQ::_dequeue(PG*)
2012-07-06 Samuel JustOSD: clean up revcovery_wq queueing and ref counting
2012-07-05 Ross Turkdoc: minor typo
2012-07-05 Ross Turkdoc: update copyright notice in footer
2012-07-05 John Wilkinsdoc: minor updates to the restrucuredText file.
2012-07-05 John Wilkinsdoc: minor cleanup.
2012-07-05 John Wilkinsdoc: Publishing as described. Still requires some verif...
2012-07-05 Samuel JustPG: C_PG_MarkUnfoundLost put pg in finish
2012-07-05 Samuel JustOSD::activate_map: don't publish map until pgs in delet...
2012-07-05 Samuel Justdoc/scripts/gen_state_diagram.py: make parser a bit...
2012-07-05 Samuel JustReplicatedPG::op_applied: update last_update_applied...
2012-07-05 Samuel Justtest/encoding/types.h: disable pg_query_t encoding...
2012-07-05 Samuel JustOSD: split notify|info|query messages for old clients
2012-07-05 Samuel JustFileStore: delete source collection if not replaying...
2012-07-05 Samuel JustReplicatedPG: RepModify track epoch_started and bail...
2012-07-05 Samuel JustReplicatedPG: on_activate for a peer might happen befor...
2012-07-05 Samuel JustOSD: _remove_pg not ruin iterator consistency
2012-07-05 Samuel JustOSD: move watch into OSDService
2012-07-05 Samuel JustPG: pass activate epoch with Activate event
2012-07-05 Samuel JustRevert "osd: check against last_peering_reset in _activ...
2012-07-05 Samuel JustRevert "osd: reset last_peering_interval on replica...
2012-07-05 Samuel JustOSD: write_info/log during process_peering_events,...
2012-07-05 Samuel JustPG: delay ops in do_request, not queue_op
2012-07-05 Samuel JustOSD: maybe_update_heartbeat_peers, don't print pg
2012-07-05 Samuel JustOSD: process_peering_event check for new map on each pg
2012-07-05 Samuel JustOSD: peering_wq is now a BatchWorkQueue
2012-07-05 Samuel JustOSD: do_(notifies|infos|queries) must now be passed...
2012-07-05 Samuel Justcommon/WorkQueue.h: add BatchWorkQueue
2012-07-05 Samuel JustOSD: bail out of do_recovery if no longer primary and...
2012-07-05 Samuel JustPG: PG now store its own PGPool
2012-07-05 Samuel JustOSD: on pg_removal, project_pg_history to get current...
2012-07-05 Samuel JustCrushWrapper: add locking around crush_do_rule
2012-07-05 Samuel JustCrushWrapper: rmaps don't need to be mutable
2012-07-05 Samuel JustOSD,PG: issue pg removals in line, remove remove_list
2012-07-05 Samuel JustOSD: don't advance_pg() if pg is up-to-date
2012-07-05 Samuel JustOSD,PG: clean up _get_or_create_pg and set interval...
2012-07-05 Samuel JustOSD: lock recovery_wq before debug output on finish_rec...
2012-07-05 Samuel JustOSD: only do_(notify|info|query) for up osd
2012-07-05 Samuel JustOSD: map_cache should contain const OSDMap
2012-07-05 Samuel JustOSD: activate_map() in handle_osd_map only when active
2012-07-05 Samuel JustOSD,PG: _share_map_outgoing must not require osd_lock
2012-07-05 Samuel JustReplicatedPG: explicitely block on not active for certa...
2012-07-05 Samuel JustPG,OSD: prevent pg from completing peering until deleti...
2012-07-05 Samuel JustOSD,PG: clean up pg removal
2012-07-05 Samuel JustPG: flush ops by the end of peering without osr.flush
2012-07-05 Samuel JustOSD,PG: added helper methods for creating and dispatchi...
2012-07-05 Samuel JustOSD,PG: Move pg accesible methods, objects to OSDService
2012-07-05 Samuel JustPG, OSD: info_map shouldn't contain the MOSDPGInfo*
2012-07-05 Samuel JustOSD: queue_want_up_thru in process_peering_event
2012-07-05 Samuel JustOSD: do not drop osd_lock in handle_osd_map
2012-07-05 Samuel JustOSD: get map read lock during queue_want_up_thru
2012-07-05 Samuel JustOSD: push_waiters is no longer used
2012-07-05 Samuel JustOSD: do not lock osd during dequeue_op
2012-07-05 Samuel JustOSD: don't assume pending pg removals have flushed
2012-07-05 Samuel JustReplicatedPG: change ReplicatedPG debug output to match PG
2012-07-05 Samuel JustReplicatedPG: do not eval_repop if aborted
2012-07-05 Samuel JustOSD: remove superfluous pg get/put around enqueue_op
2012-07-05 Samuel JustPG,OSD: fix op checking in pg, take_waiters during...
2012-07-05 Samuel JustPG,OSD: add OSD::queue_for_op, use in PG::queue_op
2012-07-05 Samuel JustOSD: check for deleting in process_peering_event
2012-07-05 Samuel JustPG: use osd->requeue_ops for ops, pg->queue_for_peering...
2012-07-05 Samuel JustPG: compound messages must carry epoch_sent for each...
2012-07-05 Samuel JustPG: CephPeeringEvents can now be descriptively printed
2012-07-05 Samuel JustOSD: initialize pgs in get_or_create_pg via handle_create
2012-07-05 Samuel JustPG: include info and query by value in peering events
2012-07-05 Samuel JustOSD,PG: handle pg map advance in process_peering_event
2012-07-05 Samuel Justosd/: Make pg osdmap be independent of osd, other pg...
2012-07-05 Samuel JustOSD,PG: Move Op,SubOp queueing into PG
2012-07-05 Samuel JustPG: process peering events in a queue
2012-07-05 Samuel JustPG: use intrusive_ptr in CephPeeringEvt
2012-07-05 Samuel Justosd/: move history update from handle_pg_query into pg
next