index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
msg
/
async
/
ProtocolV1.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
msg/async/AsyncConnection: do not wrap writeCallback in `std::optional`
Max Kellermann
2024-10-09
1
-1
/
+1
*
msg/async/ProtocolV2: eliminate redundant std::map lookups
Max Kellermann
2024-10-09
1
-5
/
+5
*
msg/async/ProtocolV[12]: reverse the std::map sort order
Max Kellermann
2024-10-09
1
-2
/
+2
*
msg/async/ProtocolV[12]: use `auto`
Max Kellermann
2024-10-09
1
-6
/
+5
*
msg/async/ProtocolV[12]: use range-based `for`
Max Kellermann
2024-10-09
1
-10
/
+8
*
msg/async/ProtocolV1: use zero-initialization instead of memset()
Max Kellermann
2024-10-09
1
-11
/
+6
*
Merge PR #57857 into main
Patrick Donnelly
2024-07-23
1
-2
/
+2
|
\
|
*
msg: decrease the level to print the sending msgs from the protocol
Xiubo Li
2024-06-05
1
-2
/
+2
*
|
Merge pull request #53477 from jianwei1216/fix_msgr_worker_cpu_high
Yuri Weinstein
2024-06-10
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
src/msg: fix high CPU consumption of msgr worker thread
zhangjianwei
2024-04-19
1
-3
/
+4
*
|
msg/async: Encode message once features are set
Aishwarya Mathuria
2024-03-28
1
-27
/
+28
|
/
*
msgr: AsyncMessenger add faulted connections metrics
Pere Diaz Bou
2023-06-05
1
-0
/
+1
*
msg: Log at higher level when Throttle::get_or_fail() fails
Brad Hubbard
2022-07-08
1
-3
/
+3
*
msg/async: fix outgoing_bl overflow and reset state_offset
Vicente Cheng
2022-02-08
1
-0
/
+7
*
Revert "msg,mon,common: log when DispatchQueue throttle limit is reached"
Kefu Chai
2021-02-08
1
-14
/
+0
*
msg,mon,common: log when DispatchQueue throttle limit is reached
Jos Collin
2021-01-25
1
-0
/
+14
*
mon/MonClient: bring back CEPHX_V2 authorizer challenges
Ilya Dryomov
2020-10-17
1
-0
/
+4
*
msg/async/ProtocolV1: resurrect "implement cephx_*require_version options"
Ilya Dryomov
2020-10-17
1
-0
/
+16
*
msg/async/ProtocolV1: resurrect "include MGR as service when applying cephx s...
Ilya Dryomov
2020-10-17
1
-1
/
+2
*
Merge pull request #33796 from adamemerson/wip-using-namespace-common
Kefu Chai
2020-03-21
1
-43
/
+43
|
\
|
*
msg: Build target 'common' without using namespace in headers
Adam C. Emerson
2020-03-07
1
-43
/
+43
*
|
msg/async: s/nowait/always_async/ in EventCenter::submit_to().
Radoslaw Zarzynski
2020-03-05
1
-1
/
+1
*
|
msg/async: perform recv reset immediately if called inside EC.
Radoslaw Zarzynski
2020-03-05
1
-12
/
+21
|
/
*
Merge PR #33163 into master
Sage Weil
2020-02-15
1
-1
/
+2
|
\
|
*
msg/Policy: limit unregistered anon connections to mon
Sage Weil
2020-02-09
1
-1
/
+2
*
|
Merge pull request #32934 from rzarzynski/wip-bl-32bytes
Kefu Chai
2020-02-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
include, common, *: unify getting number of buffers in bufferlist.
Radoslaw Zarzynski
2020-02-04
1
-1
/
+1
*
|
Merge pull request #33015 from rouming/double-unlock-p1-fix
Kefu Chai
2020-02-05
1
-0
/
+1
|
\
\
|
*
|
msg/async: open() should be called with connection locked
Roman Penyaev
2020-01-31
1
-0
/
+1
|
|
/
*
/
src/: s/advance/operator+=/
Kefu Chai
2020-02-02
1
-1
/
+1
|
/
*
msg/async: reset the V1's session_security in proper EventCenter.
Radoslaw Zarzynski
2020-01-22
1
-4
/
+18
*
msg/async: audit memset & bzero users for FIPS.
Radoslaw Zarzynski
2019-11-17
1
-0
/
+5
*
Merge PR #30709 into master
Sage Weil
2019-10-03
1
-19
/
+19
|
\
|
*
msg/async: rename outcoming_bl -> outgoing_bl in AsyncConnection.
Radoslaw Zarzynski
2019-10-03
1
-19
/
+19
*
|
msg/async: fix timestamp members specific to EVENTTRACE
Samuel Just
2019-09-28
1
-4
/
+1
*
|
*/CMakeLists: add EVENTTRACE as cmakedefine, require LTTNG
Samuel Just
2019-09-28
1
-2
/
+2
*
|
Merge PR #30223 into master
Sage Weil
2019-09-27
1
-1
/
+8
|
\
\
|
*
|
msg/async: do not register lossy client connections
Sage Weil
2019-09-25
1
-1
/
+8
|
|
/
*
|
Merge pull request #30409 from uweigand/cleanup-endian
Kefu Chai
2019-09-22
1
-2
/
+2
|
\
\
|
*
|
msg: Clean up endian handling
Ulrich Weigand
2019-09-18
1
-2
/
+2
*
|
|
Merge pull request #30211 from majianpeng/msg-clear-payload
Kefu Chai
2019-09-22
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
msg/async: clear_payload when requeue_sent.
Jianpeng Ma
2019-09-10
1
-0
/
+1
*
|
|
msg: add func is_blackhole to reduce duplicated code.
Jianpeng Ma
2019-09-13
1
-6
/
+1
|
|
/
|
/
|
*
|
msg/async/ProtocolV1: avoid unnecessary bufferlist::swap.
Jianpeng Ma
2019-09-06
1
-1
/
+4
|
/
*
msg/async: add ms_blackhole_$type options
Sage Weil
2019-07-15
1
-2
/
+16
*
msg/async: add comments for commit 294c41f18adada6ab.
Jianpeng Ma
2019-06-24
1
-2
/
+5
*
msg/async: avoid unnecessary costly wakeups for outbound messages
Jason Dillaman
2019-06-04
1
-1
/
+7
*
Merge pull request #27766 from majianpeng/msg-noneed-set-connection
Kefu Chai
2019-04-28
1
-2
/
+0
|
\
|
*
msg/async: no-need set connection for Message.
Jianpeng Ma
2019-04-24
1
-2
/
+0
*
|
msg/async/ProtocolV1: generate authorizer for mon to mon connections
Sage Weil
2019-04-26
1
-2
/
+4
[next]