index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crimson/net: fix compile errors
Yingxin
2018-10-17
2
-18
/
+0
*
Merge PR #24578 into master
Sage Weil
2018-10-17
1
-5
/
+16
|
\
|
*
pybind/ceph_argparse.py: do not create file for validating CephFilepath
Kefu Chai
2018-10-15
1
-5
/
+16
*
|
Merge PR #24565 into master
Sage Weil
2018-10-17
2
-2
/
+2
|
\
\
|
*
|
mgr: python 3 compat fixes
Noah Watkins
2018-10-13
2
-2
/
+2
*
|
|
Merge PR #24558 into master
Sage Weil
2018-10-17
4
-4
/
+5
|
\
\
\
|
*
|
|
pybind/mgr: Fix Python 3 imports in diskprediction & insights
Sebastian Wagner
2018-10-12
3
-4
/
+4
*
|
|
|
Merge PR #24528 into master
Sage Weil
2018-10-17
20
-206
/
+198
|
\
\
\
\
|
*
|
|
|
common/condition_variable_debug: fix wait hooks
Sage Weil
2018-10-15
1
-1
/
+1
|
*
|
|
|
common/mutex_debug: remove no-op before/after hooks
Sage Weil
2018-10-15
2
-13
/
+0
|
*
|
|
|
common/mutex_debug: do lockdep post-lock step in caller
Sage Weil
2018-10-15
2
-2
/
+2
|
*
|
|
|
os/bluestore: {Mutex,Cond} -> ceph::{mutex,condition_variable}
Sage Weil
2018-10-14
8
-25
/
+19
|
*
|
|
|
os/bluestore: std::recursive_mutex -> ceph::recursive_mutex
Sage Weil
2018-10-14
1
-1
/
+4
|
*
|
|
|
os/bluestore: re-add is_locked assert
Sage Weil
2018-10-14
1
-1
/
+1
|
*
|
|
|
os/bluestore: std::{mutex,condition_variable} -> ceph::{mutex,condition_varia...
Sage Weil
2018-10-14
9
-35
/
+43
|
*
|
|
|
os/bluestore: use deduction for lock_guard<>, unique_lock<>
Sage Weil
2018-10-13
11
-128
/
+128
*
|
|
|
|
Merge PR #24151 into master
Sage Weil
2018-10-17
10
-71
/
+182
|
\
\
\
\
\
|
*
|
|
|
|
mgr/devicehealth: use is_valid_daemon_name helper
Sage Weil
2018-10-15
1
-4
/
+14
|
*
|
|
|
|
mgr/devicehealth: generalize to mon and osd daemons
Sage Weil
2018-10-15
1
-29
/
+28
|
*
|
|
|
|
mon: implement 'smart [devid]' tell command
Sage Weil
2018-10-15
3
-1
/
+47
|
*
|
|
|
|
mgr: parse mon metadata properly
Sage Weil
2018-10-15
1
-1
/
+3
|
*
|
|
|
|
mon: report device id used by mon
Sage Weil
2018-10-15
2
-0
/
+21
|
*
|
|
|
|
common/blkdev: add get_device_by_path
Sage Weil
2018-10-15
2
-0
/
+14
|
*
|
|
|
|
common/blkdev: migrate block_device_run_smartctl from OSD.cc
Sage Weil
2018-10-15
4
-42
/
+61
|
|
/
/
/
/
*
|
|
|
|
Merge PR #24566 into master
Sage Weil
2018-10-16
8
-17
/
+52
|
\
\
\
\
\
|
*
|
|
|
|
osd,mon: keep last_epoch_started along with last_epoch_clean premerge
Sage Weil
2018-10-12
8
-17
/
+52
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge PR #24598 into master
Sage Weil
2018-10-16
1
-0
/
+66
|
\
\
\
\
\
|
*
|
|
|
|
.github/stale.yml: configure probot/stale to automatically close stale issues
Sage Weil
2018-10-16
1
-0
/
+66
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #24619 from tchaikov/wip-crimson-mon-client-better-encapsu...
Kefu Chai
2018-10-16
3
-36
/
+45
|
\
\
\
\
\
|
*
|
|
|
|
crimson/mon: move mon::Connection into .cc
Kefu Chai
2018-10-16
3
-36
/
+45
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #23849 from tchaikov/wip-crimson-monc
Neha Ojha
2018-10-16
13
-117
/
+1144
|
\
\
\
\
\
|
*
|
|
|
|
cmake: expose crimson::cflags from libcrimson
Kefu Chai
2018-10-09
1
-2
/
+1
|
*
|
|
|
|
crimson: add MonClient
Kefu Chai
2018-10-09
5
-0
/
+721
|
*
|
|
|
|
cmake: make "-ftemplate-backtrace-limit=0" PUBILC
Kefu Chai
2018-10-09
1
-1
/
+1
|
*
|
|
|
|
crimson/common: add parse_config_files() to ConfigProxy
Kefu Chai
2018-10-09
1
-0
/
+12
|
*
|
|
|
|
crimson/auth: add KeyRing
Kefu Chai
2018-10-09
3
-0
/
+107
|
*
|
|
|
|
crimson: add MonMap
Kefu Chai
2018-10-09
3
-19
/
+165
|
*
|
|
|
|
mon/MonMap: split build_from_host_list() into smaller pieces
Kefu Chai
2018-10-09
2
-43
/
+54
|
*
|
|
|
|
mon/MonMap: split MonMap::build_initial() into smaller pieces
Kefu Chai
2018-10-09
2
-79
/
+111
|
*
|
|
|
|
crimson/net: use std::option instead stdx::option<>
Kefu Chai
2018-10-09
1
-4
/
+2
|
*
|
|
|
|
cmake: disable libhwloc
Kefu Chai
2018-10-09
1
-0
/
+1
|
*
|
|
|
|
seastar: pick SRV DNS lookup
Kefu Chai
2018-10-09
1
-0
/
+0
*
|
|
|
|
|
Merge PR #24505 into master
Patrick Donnelly
2018-10-16
2
-4
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mds: wait shorter intervals if beacon not sent
Patrick Donnelly
2018-10-16
2
-4
/
+7
*
|
|
|
|
|
|
Merge pull request #24373 from mogeb/build-cls-rbd
Kefu Chai
2018-10-16
2
-4
/
+13
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
osd: add required cls_* libraries as dependencies of osd
Mohamad Gebai
2018-10-09
2
-4
/
+13
*
|
|
|
|
|
|
|
Merge PR #24095 into master
Sage Weil
2018-10-16
33
-584
/
+501
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
osd: do not authenticate heartbeat connections until nautilus
Sage Weil
2018-10-15
1
-1
/
+7
|
*
|
|
|
|
|
|
|
msg,osd: enable unauthenticated Dispatcher for pre-nautilus OSD compat
Sage Weil
2018-10-15
4
-4
/
+38
|
*
|
|
|
|
|
|
|
osd: add missing space in heartbeat debug output
Sage Weil
2018-10-15
1
-1
/
+1
[next]