summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ReplicatedPG: replace clean_up_local with a debug checkSamuel Just2013-07-245-13/+24
| * FileStore: add global replay guard for split, collection_renameSamuel Just2013-07-242-0/+84
| * OSD: add config option for peering_wq batch sizeSamuel Just2013-07-243-5/+6
* | v0.61.7v0.61.7Gary Lowell2013-07-242-1/+7
|/
* ceph-disk: use new get_dev_path helper for listSage Weil2013-07-241-4/+4
* ceph-disk: use /sys/block to determine partition device namesSage Weil2013-07-241-1/+24
* ceph-disk: reimplement is_partition() using /sys/blockSage Weil2013-07-241-16/+9
* ceph-disk: use get_dev_name() helper throughoutSage Weil2013-07-241-4/+4
* ceph-disk: refactor list_[all_]partitionsSage Weil2013-07-241-32/+19
* ceph-disk: add get_dev_name, path helpersSage Weil2013-07-241-0/+25
* ceph-disk: handle /dev/foo/bar devices throughoutSage Weil2013-07-241-4/+4
* ceph-disk: make is_held() smarter about full disksSage Weil2013-07-241-7/+14
* mon/OSDMonitor: search for latest full osdmap if record version is missingSage Weil2013-07-241-0/+10
* test: test_store_tool: global init before using LevelDBStoreJoao Eduardo Luis2013-07-241-4/+22
* mon: OSDMonitor: fix a bug introduced on 97462a32Joao Eduardo Luis2013-07-241-1/+1
* mon/Paxos: fix pn for uncommitted value during collect/last phaseSage Weil2013-07-241-2/+33
* mon/Paxos: debug ignored uncommitted valuesSage Weil2013-07-241-11/+17
* mon/Paxos: only learn uncommitted value if it is in the futureSage Weil2013-07-241-1/+3
* mon/Paxos: only share uncommitted value if it is nextSage Weil2013-07-241-1/+2
* v0.61.6v0.61.6Gary Lowell2013-07-232-1/+7
* mon/OSDMonitor: fix base case for 7fb3804fb workaroundSage Weil2013-07-231-1/+2
* mon: OSDMonitor: work around a full version bug introduced in 7fb3804fbJoao Eduardo Luis2013-07-231-0/+34
* mon: OSDMonitor: update the osdmap's latest_full with the new full versionJoao Eduardo Luis2013-07-231-0/+1
* mon: decline to scrub when paxos is not activeSage Weil2013-07-181-0/+12
* v0.61.5v0.61.5Gary Lowell2013-07-172-1/+7
* ceph-disk: rely on /dev/disk/by-partuuid instead of special-casing journal sy...Sage Weil2013-07-161-34/+3
* mon: Monitor: StoreConverter: clearer debug message on 'needs_conversion()'Joao Eduardo Luis2013-07-161-1/+1
* mon: Monitor: do not reopen MonitorDBStore during conversionJoao Eduardo Luis2013-07-161-1/+0
* messages/MClientReconnect: clear data when encodingSage Weil2013-07-151-0/+1
* mon: once sync full is chosen, make sure we don't change our mindSage Weil2013-07-151-0/+4
* mon: do not scrub if scrub is in progressSage Weil2013-07-131-0/+5
* messages/MPGStats: do not set paxos version to osdmap epochSage Weil2013-07-131-2/+6
* osd/OSDmap: fix OSDMap::Incremental::dump() for new pool namesSage Weil2013-07-131-1/+8
* mon/PaxosService: prevent reads until initial service commit is doneSage Weil2013-07-131-2/+5
* client: send all request put's through put_request()Sage Weil2013-07-133-20/+31
* client: fix remaining Inode::put() caller, and make method psuedo-privateSage Weil2013-07-132-3/+5
* client: use put_inode on MetaRequest inode refsSage Weil2013-07-133-6/+25
* mon: be smarter about calculating last_epoch_clean lower boundSage Weil2013-07-122-3/+14
* osd: report pg stats to mon at least every N (=500) epochsSage Weil2013-07-122-1/+10
* osd: fix warningSage Weil2013-07-121-1/+1
* Merge remote-tracking branch 'gh/wip-mon-sync-2' into cuttlefishSage Weil2013-07-126-32/+83
|\
| * Merge remote-tracking branch 'gh/cuttlefish' into wip-mon-sync-2Sage Weil2013-07-1024-78/+419
| |\
| * | mon/Paxos: fix sync restartSage Weil2013-07-052-9/+24
| * | mon: uninline _trim_enable and Paxos::trim_{enable,disable} so we can debug themSage Weil2013-07-054-13/+30
| * | mon/Paxos: increase paxos max join driftSage Weil2013-07-041-1/+1
| * | mon/Paxos: configure minimum paxos txns separatelySage Weil2013-07-042-3/+3
| * | mon: include any new paxos commits in each sync CHUNK messageSage Weil2013-07-041-1/+20
| * | mon/MonitorDBStore: expose get_chunk_tx()Sage Weil2013-07-041-5/+5
* | | Get device-by-path by looking for it instead of assuming 3rd entry.Sandon Van Ness2013-07-101-1/+7
| |/ |/|
* | osd: limit number of inc osdmaps send to peers, clientsSage Weil2013-07-102-5/+11