index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
global
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global/global_context: always add '\0' after strncpy()
Kefu Chai
2019-06-03
1
-2
/
+4
*
global/pidfile: pass string_view instead of ConfigProxy to pidfile_write()
Kefu Chai
2019-05-06
3
-23
/
+19
*
Merge PR #27419 into master
Sage Weil
2019-04-08
1
-1
/
+9
|
\
|
*
common: add --log-early command line option
Sage Weil
2019-04-07
1
-1
/
+9
*
|
global/signal_handler: avoid core dump on EIO
Sage Weil
2019-04-07
1
-1
/
+7
*
|
global: add hook to annotate crash report with EIO information
Sage Weil
2019-04-07
3
-3
/
+75
|
/
*
log,global: do not start flusher thread until after we have our mon config
Sage Weil
2019-03-22
1
-1
/
+1
*
common/config: pass entity_type down into parse_env()
Sage Weil
2019-03-08
1
-1
/
+1
*
Merge pull request #25244 from trociny/wip-crash-procname
Kefu Chai
2018-11-28
4
-0
/
+6
|
\
|
*
global: add process_name to crash meta
Mykola Golub
2018-11-27
4
-0
/
+6
*
|
global/signal_handler: Mutex -> ceph::mutex
Sage Weil
2018-11-21
1
-14
/
+12
*
|
common/config: push down Mutex #include
Sage Weil
2018-11-21
1
-0
/
+1
|
/
*
global: store assert msg in global and dump to crash meta
Mykola Golub
2018-10-21
3
-0
/
+5
*
Merge PR #24102 into master
Sage Weil
2018-10-17
1
-1
/
+2
|
\
|
*
global: fix err_to_stderr can't work when it was configured to false
Yan Jun
2018-10-16
1
-1
/
+2
*
|
*: set missing CLOEXEC on opened fds
Patrick Donnelly
2018-09-20
3
-6
/
+7
|
/
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
common: specialize for WITH_SEASTAR
Kefu Chai
2018-09-06
1
-0
/
+4
*
Merge pull request #23738 from dmick/wip-fix-crashdump
Kefu Chai
2018-08-29
1
-1
/
+1
|
\
|
*
global/signal_handler.cc: report assert_file as correct name
Dan Mick
2018-08-25
1
-1
/
+1
*
|
global: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
3
-23
/
+23
|
/
*
common: be more informative if set PID-file fails
Willem Jan Withagen
2018-08-21
1
-2
/
+8
*
global/signal_handler: add 'done' file to signal crashdump is ready
Dan Mick
2018-08-09
1
-0
/
+2
*
Merge PR #22825 into master
Sage Weil
2018-08-01
1
-2
/
+3
|
\
|
*
common: FreeBSD does not have /etc/os-release
Willem Jan Withagen
2018-07-05
1
-2
/
+3
*
|
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
2
-2
/
+2
*
|
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
6
-52
/
+53
*
|
global/global_init: fix stdout/stderr/stdin closing for daemonization
Sage Weil
2018-07-09
1
-21
/
+26
|
/
*
common: add LockPolicy to md_config_t
Kefu Chai
2018-06-27
2
-2
/
+3
*
global/signal_handler: one less frame of context
Sage Weil
2018-06-20
1
-1
/
+1
*
global/signal_handler: write crash dumps to /var/lib/ceph/crash/$uuid/
Sage Weil
2018-06-20
1
-0
/
+152
*
common/assert: record assert info in g_assert_* globals
Sage Weil
2018-06-19
2
-0
/
+14
*
common/assert: get rid of duplicate log dump from assert handler
Sage Weil
2018-06-19
1
-3
/
+3
*
signal_handler: Implementing specific messages per context
Erwan Velu
2018-04-19
1
-7
/
+27
*
signal_handler: Reports pid 0 as Kernel
Erwan Velu
2018-04-19
1
-0
/
+4
*
global/global_init: send startup errors to cerr, not log
Sage Weil
2018-03-06
1
-8
/
+10
*
global/global_init: apply_changes() for config fetch session
Sage Weil
2018-03-06
1
-0
/
+3
*
common/config: parse --no-mon-config into md_config_t, not CephInitParameters
Sage Weil
2018-03-06
1
-5
/
+6
*
common/global_init: parse environment
Sage Weil
2018-03-06
1
-2
/
+4
*
global/global_init: make --show-config and --show-config-val reflect mon configs
Sage Weil
2018-03-06
1
-0
/
+3
*
mon/MonClient: one-shot mon connection on started to fetch config
Sage Weil
2018-03-06
1
-2
/
+19
*
common: refactor default config value handling
Sage Weil
2018-03-06
2
-16
/
+23
*
global/global_init: close stdout in postfork_finish, not start
Sage Weil
2018-03-04
1
-9
/
+11
*
cmake: link global-static against common
Kefu Chai
2017-12-14
1
-1
/
+2
*
global: remove unused header
Kefu Chai
2017-12-14
1
-1
/
+0
*
common: remove data_dir_option from common_preinit and global_pre_init
Jeff Layton
2017-10-12
2
-5
/
+3
*
global/signal_handler: port get_name_by_pid() to osx
Kefu Chai
2017-09-16
1
-1
/
+17
*
osd: cleanups
Yan Jun
2017-07-13
1
-1
/
+1
*
global/global_init.cc global_pre_init: look for ENOENT
Dan Mick
2017-04-25
1
-1
/
+1
*
core: Prefix /proc/ with FreeBSD emulation
Willem Jan Withagen
2017-04-05
1
-1
/
+1
[next]