index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
ceph_context.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common/ceph_context: hardwire module_type to CEPH_ENTITY_TYPE_OSD
Kefu Chai
2019-02-12
1
-1
/
+1
*
common/ceph_context: get_moduel_type() for seastar cct
Sage Weil
2019-02-07
1
-0
/
+5
*
wherever: guard handle_conf_change() from concurrent execution
Venky Shankar
2018-12-13
1
-3
/
+13
*
common: std::lock_guard<...> -> std::lock_guard
Sage Weil
2018-11-21
1
-4
/
+4
*
common/ceph_context: Mutex -> ceph::mutex
Sage Weil
2018-11-21
1
-13
/
+13
*
Merge pull request #24141 from liu-chunmei/ceph_seastar_perfcounter
Kefu Chai
2018-11-15
1
-3
/
+5
|
\
|
*
crimson:port perfcounters to seastar
chunmei Liu
2018-10-30
1
-2
/
+3
|
*
common: move lock out of PerfCounterCollection and rename it
chunmei Liu
2018-10-30
1
-1
/
+2
*
|
common/ceph_context: add perf counters for all mempools
Sage Weil
2018-10-29
1
-0
/
+38
*
|
common/ceph_common: add heartbeat perf counters unconditionally
Sage Weil
2018-10-29
1
-18
/
+23
|
/
*
common: Mutex::Locker -> std::lock_guard<Mutex>
Sage Weil
2018-09-20
1
-3
/
+3
*
common: specialize for WITH_SEASTAR
Kefu Chai
2018-09-06
1
-0
/
+35
*
common: catch cmd_bad_get
Sage Weil
2018-09-01
1
-1
/
+5
*
cleanup: Replace always-false assertions with abort
Adam C. Emerson
2018-08-27
1
-5
/
+3
*
common: Call ceph_abort(), not abort()
Adam C. Emerson
2018-08-27
1
-1
/
+1
*
common: Use ceph_assert for asserts
Adam C. Emerson
2018-08-27
1
-5
/
+5
*
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-8
/
+6
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-31
/
+31
*
common: add LockPolicy to md_config_t
Kefu Chai
2018-06-27
1
-0
/
+2
*
common/ceph_context: add "assert" and "abort" asok commands
Sage Weil
2018-06-20
1
-0
/
+8
*
osd,mds,common: make 'config rm ...' idempotent
Sage Weil
2018-06-04
1
-1
/
+1
*
common/admin_socket: add new api unregister_commands(AdminSocketHook *hook)
Jianpeng Ma
2018-05-05
1
-19
/
+1
*
common/ceph_context: implement 'config unset <var>'
Sage Weil
2018-03-06
1
-0
/
+19
*
common/options: fix dump()
Sage Weil
2018-03-06
1
-2
/
+2
*
common/ceph_context: count crypto/shutdown cycles
Sage Weil
2018-03-06
1
-5
/
+14
*
common/ceph_context: whitespace
Sage Weil
2018-03-06
1
-7
/
+6
*
common/config: rewrite (╯°□°)╯︵ ┻━┻
Sage Weil
2018-03-06
1
-56
/
+4
*
common/ceph_context: mark some singletones as drop-on-fork
Sage Weil
2018-03-04
1
-1
/
+31
*
Merge pull request #20273 from adamemerson/wip-any-singleton-will-do
Kefu Chai
2018-02-28
1
-6
/
+2
|
\
|
*
common: Switch singletons to use immobile_any
Adam C. Emerson
2018-02-07
1
-6
/
+2
*
|
common/admin_socket: Use std::mutex/condition_variable/thread
Adam C. Emerson
2018-02-16
1
-0
/
+5
*
|
common/admin_socket: Copy fewer strings
Adam C. Emerson
2018-02-16
1
-10
/
+10
|
/
*
log: add log_stderr_prefix option
Sage Weil
2017-12-12
1
-0
/
+5
*
common/config: make internal_safe_to_start_threads internal
Sage Weil
2017-11-11
1
-1
/
+1
*
Revert "ceph_context: re-expand admin_socket metavariables in child process"
Patrick Donnelly
2017-10-25
1
-13
/
+0
*
ceph_context: re-expand admin_socket metavariables in child process
Zhi Zhang
2017-10-23
1
-0
/
+13
*
Merge pull request #17972 from cbodley/wip-21401
Kefu Chai
2017-10-13
1
-0
/
+1
|
\
|
*
common: add CryptoRandom to CephContext
Casey Bodley
2017-10-09
1
-0
/
+1
*
|
config: Remove _get_val
Adam C. Emerson
2017-10-10
1
-1
/
+1
|
/
*
log: Add log_coarse_timestamps option
Adam C. Emerson
2017-10-07
1
-0
/
+5
*
mon,monmap: use new style config opts
Kefu Chai
2017-09-07
1
-1
/
+1
*
osd: migrate to ceph::spinlock
Jesse Williamson
2017-08-11
1
-4
/
+4
*
common: migrate ceph::Spinlock to ceph::spinlock
Jesse Williamson
2017-08-11
1
-8
/
+8
*
common: adds ceph::spinlock, removes ceph::Spinlock
Jesse Williamson
2017-08-11
1
-8
/
+8
*
common: apply ceph::spin_lock_guard
Jesse Williamson
2017-08-11
1
-18
/
+18
*
common: adds spinlock.h, migrates code; removes Spinlock.h
Jesse Williamson
2017-08-11
1
-30
/
+25
*
common: use code_environment_t for daemon-ness in config
John Spray
2017-07-24
1
-14
/
+4
*
common: implement "config help" to output schema
John Spray
2017-07-21
1
-0
/
+23
*
common: respect daemon defaults in config options
John Spray
2017-07-21
1
-1
/
+12
*
common/ceph_context: s/atomic_t/std::atomic<>/
Kefu Chai
2017-06-08
1
-1
/
+2
[next]