summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crimson/net: fix compile errorsYingxin2018-10-172-18/+0
* Merge PR #24578 into masterSage Weil2018-10-171-5/+16
|\
| * pybind/ceph_argparse.py: do not create file for validating CephFilepathKefu Chai2018-10-151-5/+16
* | Merge PR #24565 into masterSage Weil2018-10-172-2/+2
|\ \
| * | mgr: python 3 compat fixesNoah Watkins2018-10-132-2/+2
* | | Merge PR #24558 into masterSage Weil2018-10-174-4/+5
|\ \ \
| * | | pybind/mgr: Fix Python 3 imports in diskprediction & insightsSebastian Wagner2018-10-123-4/+4
* | | | Merge PR #24528 into masterSage Weil2018-10-1720-206/+198
|\ \ \ \
| * | | | common/condition_variable_debug: fix wait hooksSage Weil2018-10-151-1/+1
| * | | | common/mutex_debug: remove no-op before/after hooksSage Weil2018-10-152-13/+0
| * | | | common/mutex_debug: do lockdep post-lock step in callerSage Weil2018-10-152-2/+2
| * | | | os/bluestore: {Mutex,Cond} -> ceph::{mutex,condition_variable}Sage Weil2018-10-148-25/+19
| * | | | os/bluestore: std::recursive_mutex -> ceph::recursive_mutexSage Weil2018-10-141-1/+4
| * | | | os/bluestore: re-add is_locked assertSage Weil2018-10-141-1/+1
| * | | | os/bluestore: std::{mutex,condition_variable} -> ceph::{mutex,condition_varia...Sage Weil2018-10-149-35/+43
| * | | | os/bluestore: use deduction for lock_guard<>, unique_lock<>Sage Weil2018-10-1311-128/+128
* | | | | Merge PR #24151 into masterSage Weil2018-10-1710-71/+182
|\ \ \ \ \
| * | | | | mgr/devicehealth: use is_valid_daemon_name helperSage Weil2018-10-151-4/+14
| * | | | | mgr/devicehealth: generalize to mon and osd daemonsSage Weil2018-10-151-29/+28
| * | | | | mon: implement 'smart [devid]' tell commandSage Weil2018-10-153-1/+47
| * | | | | mgr: parse mon metadata properlySage Weil2018-10-151-1/+3
| * | | | | mon: report device id used by monSage Weil2018-10-152-0/+21
| * | | | | common/blkdev: add get_device_by_pathSage Weil2018-10-152-0/+14
| * | | | | common/blkdev: migrate block_device_run_smartctl from OSD.ccSage Weil2018-10-154-42/+61
| |/ / / /
* | | | | Merge PR #24566 into masterSage Weil2018-10-168-17/+52
|\ \ \ \ \
| * | | | | osd,mon: keep last_epoch_started along with last_epoch_clean premergeSage Weil2018-10-128-17/+52
| | |_|/ / | |/| | |
* | | | | Merge PR #24598 into masterSage Weil2018-10-161-0/+66
|\ \ \ \ \
| * | | | | .github/stale.yml: configure probot/stale to automatically close stale issuesSage Weil2018-10-161-0/+66
| | |/ / / | |/| | |
* | | | | Merge pull request #24619 from tchaikov/wip-crimson-mon-client-better-encapsu...Kefu Chai2018-10-163-36/+45
|\ \ \ \ \
| * | | | | crimson/mon: move mon::Connection into .ccKefu Chai2018-10-163-36/+45
|/ / / / /
* | | | | Merge pull request #23849 from tchaikov/wip-crimson-moncNeha Ojha2018-10-1613-117/+1144
|\ \ \ \ \
| * | | | | cmake: expose crimson::cflags from libcrimsonKefu Chai2018-10-091-2/+1
| * | | | | crimson: add MonClientKefu Chai2018-10-095-0/+721
| * | | | | cmake: make "-ftemplate-backtrace-limit=0" PUBILCKefu Chai2018-10-091-1/+1
| * | | | | crimson/common: add parse_config_files() to ConfigProxyKefu Chai2018-10-091-0/+12
| * | | | | crimson/auth: add KeyRingKefu Chai2018-10-093-0/+107
| * | | | | crimson: add MonMapKefu Chai2018-10-093-19/+165
| * | | | | mon/MonMap: split build_from_host_list() into smaller piecesKefu Chai2018-10-092-43/+54
| * | | | | mon/MonMap: split MonMap::build_initial() into smaller piecesKefu Chai2018-10-092-79/+111
| * | | | | crimson/net: use std::option instead stdx::option<>Kefu Chai2018-10-091-4/+2
| * | | | | cmake: disable libhwlocKefu Chai2018-10-091-0/+1
| * | | | | seastar: pick SRV DNS lookupKefu Chai2018-10-091-0/+0
* | | | | | Merge PR #24505 into masterPatrick Donnelly2018-10-162-4/+7
|\ \ \ \ \ \
| * | | | | | mds: wait shorter intervals if beacon not sentPatrick Donnelly2018-10-162-4/+7
* | | | | | | Merge pull request #24373 from mogeb/build-cls-rbdKefu Chai2018-10-162-4/+13
|\ \ \ \ \ \ \
| * | | | | | | osd: add required cls_* libraries as dependencies of osdMohamad Gebai2018-10-092-4/+13
* | | | | | | | Merge PR #24095 into masterSage Weil2018-10-1633-584/+501
|\ \ \ \ \ \ \ \
| * | | | | | | | osd: do not authenticate heartbeat connections until nautilusSage Weil2018-10-151-1/+7
| * | | | | | | | msg,osd: enable unauthenticated Dispatcher for pre-nautilus OSD compatSage Weil2018-10-154-4/+38
| * | | | | | | | osd: add missing space in heartbeat debug outputSage Weil2018-10-151-1/+1