index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
config.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common/config: use libfmt to build strings
Max Kellermann
2024-10-09
1
-9
/
+8
*
common/config: use emplace_back() instead of push_back()
Max Kellermann
2024-10-09
1
-2
/
+2
*
common/config: export CEPH_CONF_FILE_DEFAULT
Ilya Dryomov
2024-08-18
1
-1
/
+1
*
common/options: add configs for temporary files made by daemons
Patrick Donnelly
2024-05-11
1
-0
/
+5
*
common/config: Add methods to return the default value of a config option
Sridhar Seshasayee
2021-07-30
1
-0
/
+10
*
common/config: s/boost::variant/std::variant/
Kefu Chai
2021-06-29
1
-14
/
+11
*
common/options: s/boost::variant/std::variant/
Kefu Chai
2021-06-29
1
-14
/
+14
*
*: always include <filesystem>
Kefu Chai
2021-06-09
1
-7
/
+4
*
common/config: track the path to the conf file we loaded
Sage Weil
2021-05-22
1
-4
/
+3
*
common: generate legacy_config_opts.h from .yaml.in files
Kefu Chai
2021-04-15
1
-1
/
+1
*
common/ConfUtils: pass string_view instead of string
Kefu Chai
2021-01-04
1
-1
/
+1
*
ceph-conf: fix client's admin socket parsing
Xiubo Li
2020-12-09
1
-1
/
+6
*
common: do not dup the options when reexpanding
Xiubo Li
2020-11-24
1
-11
/
+13
*
Merge PR #32777 into master
Jan Fajerski
2020-11-09
1
-6
/
+11
|
\
|
*
win32,common: provide a default ceph.conf location
Lucian Petrut
2020-10-28
1
-1
/
+6
|
*
common: fix md_config_t::get_cluster_name
Lucian Petrut
2020-10-28
1
-1
/
+1
|
*
common: accept config files containing whitespaces
Lucian Petrut
2020-10-28
1
-4
/
+4
*
|
common: remove log_early configuration option
Changcheng Liu
2020-10-19
1
-3
/
+0
|
/
*
common/config: Make sure legacy_values are updated
Brad Hubbard
2020-08-27
1
-1
/
+1
*
common/config: extract md_config_t::parse_buffer()
Kefu Chai
2020-08-10
1
-18
/
+34
*
common/config: extract check_old_style_section_names()
Kefu Chai
2020-08-01
1
-22
/
+1
*
common/config: extract get_cluster_name()
Kefu Chai
2020-08-01
1
-23
/
+29
*
common: let get_my_sections() return the section names
Kefu Chai
2020-08-01
1
-15
/
+6
*
common/config: extract get_conffile_paths() out
Kefu Chai
2020-08-01
1
-41
/
+48
*
ceph_fuse: enable fuse_debug when the '-d' option is specified
Xiubo Li
2020-05-27
1
-0
/
+1
*
neorados: Create new library
Adam C. Emerson
2020-05-15
1
-1
/
+1
*
common: Build target 'common' without using namespace in headers
Adam C. Emerson
2020-03-07
1
-0
/
+11
*
common/config: fix lack of normalize_key_name() apply.
Igor Fedotov
2020-02-26
1
-1
/
+1
*
common/config :remove duplicaed code.
Jianpeng Ma
2020-02-17
1
-2
/
+1
*
common/config: remove useless code.
Jianpeng Ma
2020-02-17
1
-2
/
+0
*
common/config: update values when they are removed via mon
Sage Weil
2019-12-06
1
-0
/
+5
*
common/config: less noise about configs from mon we can't apply
Sage Weil
2019-12-04
1
-2
/
+2
*
Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"
Sage Weil
2019-11-22
1
-1
/
+1
*
RADOS: Create new library
Adam C. Emerson
2019-11-04
1
-1
/
+1
*
common/config: EPERM setting config option after startup
Sage Weil
2019-10-04
1
-1
/
+1
*
common/config: respect POD_MEMORY_REQUEST *and* POD_MEMORY_LIMIT env vars
Sage Weil
2019-08-06
1
-10
/
+53
*
common/config: let diff show non-build defaults
Sage Weil
2019-08-06
1
-3
/
+1
*
common/config: do no include multiple 'default' values
Sage Weil
2019-08-06
1
-1
/
+5
*
common: add comment about pod memory requests/limits
Patrick Donnelly
2019-07-27
1
-0
/
+31
*
src/: parser returns up to one error
Kefu Chai
2019-06-25
1
-6
/
+4
*
src: use spirit based ceph.conf parser
Kefu Chai
2019-06-25
1
-11
/
+13
*
common: fix parse_env nullptr deref
Patrick Donnelly
2019-05-23
1
-7
/
+8
*
common: add --log-early command line option
Sage Weil
2019-04-07
1
-0
/
+3
*
common/config: parse --default-$option as a default value
Sage Weil
2019-03-26
1
-1
/
+11
*
common/config,mon/ConfigMap: use transparent comparator
Kefu Chai
2019-03-22
1
-1
/
+1
*
common/config: use string_view as key when accessing settings
Kefu Chai
2019-03-22
1
-19
/
+17
*
common,librbd: use string_view for keys of config
Kefu Chai
2019-03-22
1
-4
/
+2
*
common/config: set osd_memory_target based on POD_MEMORY_REQUEST
Sage Weil
2019-03-11
1
-0
/
+13
*
common/config: pass entity_type down into parse_env()
Sage Weil
2019-03-08
1
-1
/
+2
*
common/config: don't do aggregate initialization
Kefu Chai
2019-02-07
1
-0
/
+2
[next]