summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PG: don't dirty log unconditionally in activate()wip_5238_cuttlefishSamuel Just2013-06-061-1/+0
* v0.61.3v0.61.3Gary Lowell2013-06-052-1/+7
* os/LevelDBStore: only remove logger if non-nullSage Weil2013-06-051-1/+2
* test_librbd: use correct type for varargs snap testJosh Durgin2013-06-041-7/+9
* os/LevelDBStore: fix merge loopSage Weil2013-06-041-6/+7
* msgr: add get_messenger() to ConnectionSage Weil2013-06-021-0/+4
* mon: start lease timer from peon_init()Sage Weil2013-06-022-4/+16
* mon: discard messages from disconnected clientsSage Weil2013-06-022-1/+13
* msgr: add Messenger reference to ConnectionSage Weil2013-06-024-4/+7
* mon/Paxos: adjust trimming defaults up; rename optionsSage Weil2013-06-022-5/+7
* common/Preforker: fix warningsSage Weil2013-06-021-2/+3
* fix test users of LevelDBStoreSage Weil2013-06-026-6/+6
* mon: destroy MonitorDBStore before g_ceph_contextSage Weil2013-06-021-8/+9
* mon: fix leak of health_monitor and config_key_serviceSage Weil2013-06-0210-68/+27
* mon: return instead of exit(3) via preforkerSage Weil2013-06-022-3/+3
* os/LevelDBStore: add perfcountersSage Weil2013-06-024-35/+96
* mon: make compaction bounds overlapSage Weil2013-06-023-6/+9
* os/LevelDBStore: merge adjacent ranges in compactionqueueSage Weil2013-06-022-9/+34
* mon: compact trimmed range, not entire prefixSage Weil2013-06-022-11/+12
* mon/MonitorDBStore: allow compaction of rangesSage Weil2013-06-021-15/+30
* os/LevelDBStore: allow compaction of key rangesSage Weil2013-06-022-18/+27
* os/LevelDBStore: do compact_prefix() work asynchronouslySage Weil2013-06-023-2/+60
* qa: rsync test: exclude /usr/localSage Weil2013-06-011-4/+4
* mon: fix uninitialized fields in MMonHealthSage Weil2013-05-311-6/+3
* PGLog: only add entry to caller_ops in add() if reqid_is_indexed()Samuel Just2013-05-311-1/+2
* PG: don't write out pg map epoch every handle_activate_mapSamuel Just2013-05-313-2/+18
* upstart: handle upper case in cluster name and idAlexandre Marangone2013-05-314-4/+4
* OSDMonitor: skip new pools in update_pools_status() and get_pools_health()Samuel Just2013-05-311-0/+4
* rgw: only append prefetched data if reading from headYehuda Sadeh2013-05-311-17/+17
* rgw: don't copy object idtag when copying objectYehuda Sadeh2013-05-311-0/+1
* debian: sync up postinst and prerm with latestSage Weil2013-05-306-5/+114
* mon: Monitor: backup monmap using all ceph features instead of quorum'sJoao Eduardo Luis2013-05-301-1/+1
* osd: do not assume head obc object exists when getting snapdirSage Weil2013-05-301-0/+5
* osd: initialize new_state field when we use itSage Weil2013-05-291-1/+4
* HashIndex: sync top directory during start_split,merge,col_splitSamuel Just2013-05-281-3/+12
* mon: Paxos: get rid of the 'prepare_bootstrap()' mechanismJoao Eduardo Luis2013-05-274-26/+4
* mon: Paxos: finish queued proposals instead of clearing the listJoao Eduardo Luis2013-05-271-4/+6
* mon: Paxos: finish_proposal() when we're finished recoveringJoao Eduardo Luis2013-05-271-0/+2
* Merge branch 'wip_scrub_tphandle' into cuttlefishSamuel Just2013-05-234-33/+66
|\
| * PG: ping tphandle during omap loop as wellSamuel Just2013-05-232-0/+8
| * PG: reset timeout in _scan_list for each object, read chunkSamuel Just2013-05-231-0/+2
| * OSD,PG: pass tphandle down to _scan_listSamuel Just2013-05-233-33/+56
* | rgw: iterate usage entries from correct entryYehuda Sadeh2013-05-231-3/+16
* | sysvinit: fix enumeration of local daemons when specifying type onlySage Weil2013-05-222-21/+12
* | sysvinit: fix osd weight calculation on remote hostsSage Weil2013-05-221-8/+9
* | sysvinit: use known hostname $host instead of (incorrectly) recalculatingSage Weil2013-05-221-1/+1
* | mon: be a bit more verbose about osd mark down eventsSage Weil2013-05-221-0/+2
* | PG: subset_last_update must be at least log.tailSamuel Just2013-05-221-1/+1
* | FileJournal: adjust write_pos prior to unlocking write_lockSamuel Just2013-05-221-10/+13
* | mon: implement --extract-monmap <filename>Sage Weil2013-05-211-3/+15