index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mgr
/
DaemonServer.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #32554 from dzafman/wip-dump-perf
David Zafman
2020-02-27
1
-0
/
+1
|
\
|
*
mgr/progress: Add pg_ready interface for python to get pgmap_ready state
David Zafman
2020-02-27
1
-0
/
+1
*
|
mgr: re-enable mds `scrub status` info in ceph status
Venky Shankar
2020-02-18
1
-0
/
+2
|
/
*
mgr: templatize/generalize metrics collection interface
Venky Shankar
2019-12-06
1
-5
/
+27
*
mgr: python modules can now perform authorization tests
Jason Dillaman
2019-10-29
1
-2
/
+5
*
mgr: accept MMgrCommand[Reply] messages (in addition to MCommand[Reply])
Sage Weil
2019-09-06
1
-2
/
+3
*
mgr: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-2
/
+2
*
msg: remove old ms_* auth methods from Dispatcher interface
Sage Weil
2019-04-24
1
-2
/
+0
*
mgr/DaemonServer: use ref_t<M>
Kefu Chai
2019-04-18
1
-6
/
+7
*
osd,mgr,mds: remove unused authorize registries
Sage Weil
2019-02-07
1
-7
/
+0
*
msg/Dispatcher: remove force_new arg from ms_get_authorizer()
Sage Weil
2019-01-17
1
-2
/
+1
*
mgr: add limit param to osd perf query
Mykola Golub
2018-12-04
1
-1
/
+3
*
mgr: make dynamic osd perf counters accessible from modules
Mykola Golub
2018-11-20
1
-0
/
+2
*
msg: remove unused ms_verify_authorizer
Sage Weil
2018-10-15
1
-9
/
+0
*
mgr/DaemonServer: expose keyring for authenticator verification
Sage Weil
2018-10-14
1
-0
/
+1
*
mgr/DaemonServer: move session setup into ms_handle_authentication
Sage Weil
2018-10-14
1
-0
/
+1
*
mgr: create shell OSD performance query class
Mykola Golub
2018-10-03
1
-0
/
+21
*
mgr: add simple controller to adjust pg[p]_num_actual
Sage Weil
2018-09-07
1
-0
/
+1
*
mgr/DaemonServer: catch cmd_bad_get
Sage Weil
2018-09-01
1
-0
/
+2
*
mgr: report health check changes immediately
Noah Watkins
2018-07-27
1
-0
/
+9
*
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-1
/
+1
*
Merge remote-tracking branch 'private/wip-cx'
Sage Weil
2018-07-09
1
-7
/
+9
|
\
|
*
auth/cephx: add authorizer challenge
Sage Weil
2018-05-24
1
-7
/
+9
*
|
mgr: myaddr -> myaddrs
Sage Weil
2018-07-03
1
-1
/
+1
*
|
common: add LockPolicy to md_config_t
Kefu Chai
2018-06-27
1
-1
/
+1
*
|
mgr: use entity_addrvec_t for MgrMap
Sage Weil
2018-05-31
1
-1
/
+1
|
/
*
mgr/DaemonServer: handle MMgrClose
Sage Weil
2018-04-14
1
-0
/
+2
*
mgr: have MgrStandby send mgr reports to active mgr (even self!)
Sage Weil
2018-03-06
1
-0
/
+1
*
common/admin_socket: Copy fewer strings
Adam C. Emerson
2018-02-16
1
-2
/
+2
*
mgr: apply auth_service_required to client conns
John Spray
2018-01-23
1
-1
/
+4
*
mgr: refactor python module management
John Spray
2017-11-01
1
-3
/
+3
*
mgr: make pgmap_ready atomic to avoid taking lock
John Spray
2017-09-18
1
-1
/
+1
*
mgr: runtime adjustment of perf counter threshold
John Spray
2017-08-31
1
-1
/
+12
*
mgr: move mgr_commands to separate compilation unit
Sage Weil
2017-07-19
1
-2
/
+0
*
mgr: transmit command descriptions to mgr in activating beacon
John Spray
2017-07-19
1
-0
/
+2
*
mgr: use MonCommand for command descriptions
John Spray
2017-07-19
1
-4
/
+4
*
mgr: fix spurious PG health messages on mgr restart
John Spray
2017-07-12
1
-0
/
+5
*
mgr: allow/track service registrations
Sage Weil
2017-07-09
1
-0
/
+7
*
mgr/DaemonServer: keep registry of osd sessions
Sage Weil
2017-06-02
1
-1
/
+4
*
mgr: add a command "mgr report"
Kefu Chai
2017-06-02
1
-1
/
+1
*
mgr: introduce tick() calls through the system
Greg Farnum
2017-06-02
1
-0
/
+2
*
mgr: improve handle_command
John Spray
2017-04-30
1
-0
/
+2
*
mgr/DaemonServer: move reweight-by-* to mgr
Kefu Chai
2017-04-10
1
-0
/
+1
*
mgr/DaemonServer: extract reply out of handle_command()
Kefu Chai
2017-04-10
1
-0
/
+4
*
mgr/MgrStandby: add LogClient
Sage Weil
2017-03-29
1
-3
/
+7
*
mgr: move MgrSession to its own header
Sage Weil
2017-03-29
1
-18
/
+1
*
mgr/DaemonServer: enforce caps
Sage Weil
2017-03-29
1
-0
/
+11
*
mgr/DaemonServer: attach MgrSession to connections
Sage Weil
2017-03-29
1
-0
/
+17
*
mgr/DaemonServer: set messenger policy; set throttles
Sage Weil
2017-03-29
1
-0
/
+9
*
mgr: add override in headers
liuchang0812
2017-03-03
1
-7
/
+7
[next]