index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
msg
/
async
/
AsyncMessenger.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon, msgr: rework the public addrs support
Radosław Zarzyński
2023-02-20
1
-5
/
+15
*
msg/async: configurable threshold for reaping dead connections
Sage Weil
2021-05-19
1
-3
/
+1
*
msgr/async: fix unsafe access in unregister_conn()
Sage Weil
2021-04-19
1
-2
/
+1
*
msg: add Messenger::client_reset()
Yan, Zheng
2020-03-30
1
-1
/
+3
*
msg: Build target 'common' without using namespace in headers
Adam C. Emerson
2020-03-07
1
-8
/
+8
*
msg/async: dec(l_msgr_active_connections) when unregister anonymous connection
Jianpeng Ma
2019-12-31
1
-1
/
+1
*
msg/async: add "bool unregistered" to avoid check whether in deleted_conns.
Jianpeng Ma
2019-11-07
1
-4
/
+8
*
osd: avoid check local dest when send message to osd cluster.
Jianpeng Ma
2019-10-29
1
-1
/
+1
*
Merge pull request #29836 from majianpeng/fix-async-msgr-perfcounter-bug
Kefu Chai
2019-10-28
1
-1
/
+2
|
\
|
*
msg/async: Don't dec(msgr_active_connections) if conn still in accepting_conns.
Jianpeng Ma
2019-08-23
1
-1
/
+2
*
|
Merge pull request #30883 from majianpeng/msg-remove-submit-message
Kefu Chai
2019-10-21
1
-14
/
+0
|
\
\
|
*
|
msg/async: clean up code.
Jianpeng Ma
2019-10-15
1
-14
/
+0
*
|
|
msg/async: remove unused code.
Jianpeng Ma
2019-10-11
1
-1
/
+1
|
/
/
*
/
msg/async: allow anonymous client-side connections
Sage Weil
2019-09-25
1
-2
/
+7
|
/
*
msg: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-16
/
+15
*
msg/async: avoid creating unnecessary AsyncConnectionRef
Patrick Donnelly
2019-04-09
1
-8
/
+11
*
msg/async: move connection ref
Patrick Donnelly
2019-04-08
1
-1
/
+1
*
msg/async: dec active connections when marked down
Patrick Donnelly
2019-04-08
1
-1
/
+1
*
Merge pull request #26531 from majianpeng/msg-async-optimization
Kefu Chai
2019-03-24
1
-2
/
+1
|
\
|
*
msg/async: remove unused parameter in func _filter_addrs.
Jianpeng Ma
2019-03-21
1
-2
/
+1
*
|
msg/async/AsyncConnection: optimize check loopback connection.
Jianpeng Ma
2019-03-19
1
-0
/
+1
|
/
*
msg/async: fix should_use_msgr2 behavior (including monc)
Sage Weil
2019-01-27
1
-0
/
+2
*
msg/async/ProtocolV2: always send non-empty addrvec for self
Sage Weil
2019-01-25
1
-0
/
+4
*
msg/async: use v1 for v1 <-> [v2,v1] peers
Sage Weil
2019-01-15
1
-0
/
+3
*
msg/async/AsyncMessenger: drop single-use _send_to
Sage Weil
2019-01-15
1
-6
/
+1
*
msg/async: better debug around conn map lookups and updates
Sage Weil
2019-01-03
1
-22
/
+1
*
msg/async/ProtocolV2: only update socket_addr if we learned our addr
Sage Weil
2018-12-21
1
-1
/
+1
*
msg/async: keep listen addr in ServerSocket, pass to new connections
Sage Weil
2018-12-21
1
-1
/
+3
*
msg/async: drop verify_authorizer wrapper
Sage Weil
2018-10-15
1
-9
/
+0
*
msg/async: remove get_authorizer wrapper
Sage Weil
2018-10-15
1
-7
/
+0
*
Merge pull request #24139 from tchaikov/wip-fix-typos
Kefu Chai
2018-09-21
1
-1
/
+1
|
\
|
*
common: fix typos
Kefu Chai
2018-09-21
1
-1
/
+1
*
|
msgr/async: huge refactoring of protocol V1
Ricardo Dias
2018-09-19
1
-2
/
+2
|
/
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
msg: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-3
/
+3
*
msg/Messenger: send_message -> send_to
Sage Weil
2018-07-31
1
-4
/
+4
*
msg/Messenger: make connect_to() key method, get_connection() becomes wrapper
Sage Weil
2018-07-30
1
-1
/
+2
*
Merge remote-tracking branch 'private/wip-cx'
Sage Weil
2018-07-09
1
-2
/
+3
|
\
|
*
auth/cephx: add authorizer challenge
Sage Weil
2018-05-24
1
-2
/
+3
*
|
msg/Messenger: use mutable_item_history<> for my_addrs
Sage Weil
2018-07-03
1
-1
/
+1
*
|
msg/async: track connections by addrvec
Sage Weil
2018-07-03
1
-9
/
+12
*
|
msg: make set_addr_unknowns take an addrvec
Sage Weil
2018-07-03
1
-1
/
+1
*
|
msg/async: bind to multiple addresses
Sage Weil
2018-07-03
1
-6
/
+8
*
|
msg/async: multiple listening ServerSockets
Sage Weil
2018-07-03
1
-1
/
+1
*
|
msg/Messenger: my_addr -> my_addrs
Sage Weil
2018-07-03
1
-2
/
+2
*
|
msg/Connection: peer_addr -> peer_addrs
Sage Weil
2018-07-03
1
-3
/
+3
*
|
msg/Messenger: *myinst -> *myname and *myaddr
Sage Weil
2018-05-31
1
-2
/
+2
|
/
*
Revert "msg/async/AsyncConnection: unregister connection when racing happened"
Sage Weil
2017-12-19
1
-0
/
+3
*
Merge pull request #19013 from yuyuyu101/wip-fix-racing
Kefu Chai
2017-12-15
1
-3
/
+0
|
\
|
*
msg/async/AsyncConnection: unregister connection when racing happened
Haomai Wang
2017-12-13
1
-3
/
+0
[next]