index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
global
/
global_init.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+2
|
/
*
global: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-2
/
+2
*
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-1
/
+1
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-45
/
+44
*
global/global_init: fix stdout/stderr/stdin closing for daemonization
Sage Weil
2018-07-09
1
-21
/
+26
*
common/assert: get rid of duplicate log dump from assert handler
Sage Weil
2018-06-19
1
-3
/
+3
*
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
1
-8
/
+13
*
global/global_init: close stdout in postfork_finish, not start
Sage Weil
2018-03-04
1
-9
/
+11
*
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
1
-3
/
+2
*
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
*
Merge pull request #13687 from Liuchang0812/wip-19106-eliminate-unsafe-option
Sage Weil
2017-03-28
1
-9
/
+6
|
\
|
*
common/global: refactor global_init to avoid setuser/setgroup modification
liuchang0812
2017-03-22
1
-8
/
+5
|
*
common: convert plugin_dir and erasure_plugin_dir to SAFE_OPTION
liuchang0812
2017-03-21
1
-1
/
+1
|
*
common/config: eliminate config_t::set_val unsafe option
liuchang0812
2017-03-21
1
-2
/
+2
*
|
Merge pull request #14096 from baiyanchun/remove_useless_parameter
Sage Weil
2017-03-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
common: remove useless parameter
baiyanchun
2017-03-23
1
-1
/
+1
*
|
global: we need to handle the init_on_startup return value when global_init.
songbaisen
2017-01-20
1
-1
/
+4
*
|
dout: Use dout_context
Adam C. Emerson
2016-12-22
1
-0
/
+1
*
|
common,test: g_ceph_context->put() upon return
Kefu Chai
2016-11-24
1
-5
/
+18
*
|
mempool: attach mempool asok commands to all ccts
Sage Weil
2016-11-11
1
-55
/
+0
*
|
global: introduce mempool_debug config option, asok command
Sage Weil
2016-11-02
1
-0
/
+56
*
|
Merge pull request #9304 from dzafman/wip-13937
Kefu Chai
2016-10-28
1
-1
/
+1
|
\
\
|
*
|
global: Always log loading erasure code for tests
David Zafman
2016-10-28
1
-1
/
+1
|
|
/
*
/
core: set dumpable flag after setuid
Patrick Donnelly
2016-10-20
1
-0
/
+10
|
/
*
erasure-code: Backward compatibility with legacy EC plugins
Bassam Tabbara
2016-09-29
1
-0
/
+47
*
common/ceph_context: add prefork/postfork wathcher support
Haomai Wang
2016-08-16
1
-0
/
+2
*
rgw/init: add errno and remove some unnecessary temporary variables.
Yan Jun
2016-06-01
1
-9
/
+5
*
global: optimize header file dependency.
chenxiaowei
2016-05-21
1
-7
/
+0
*
global: init crush_location on daemon start
Sage Weil
2016-05-09
1
-0
/
+2
*
global-init: fixup inconsistent use of ceph ctx and conf
Karol Mroz
2016-04-23
1
-5
/
+6
*
global-init: chown pid files
Karol Mroz
2016-04-23
1
-0
/
+12
*
global-init: chown run dir
Karol Mroz
2016-04-23
1
-6
/
+14
*
common-init: chown admin socket after service thread started
Karol Mroz
2016-04-23
1
-3
/
+0
*
global-init: check init flags and set accordingly
Karol Mroz
2016-04-23
1
-0
/
+6
*
global-init: add a path chown wrapper function
Karol Mroz
2016-04-23
1
-0
/
+20
*
global/global_init: expand metavariables in setuser_match_path
Sage Weil
2016-04-04
1
-3
/
+6
*
global_init: add run_pre_init argument to function signature
Karol Mroz
2016-03-10
1
-5
/
+12
*
global: record target user and group strings
Karol Mroz
2016-03-10
1
-2
/
+9
*
Merge branch 'wip-conf-root' of https://github.com/liewegas/ceph
Sage Weil
2016-03-07
1
-22
/
+45
|
\
|
*
global: complain about parse errors after we open the log
Sage Weil
2016-03-03
1
-0
/
+3
[next]