summaryrefslogtreecommitdiffstats
path: root/src/msg/async/ProtocolV1.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* msg/async/AsyncConnection: do not wrap writeCallback in `std::optional`Max Kellermann2024-10-091-1/+1
* msg/async/ProtocolV2: eliminate redundant std::map lookupsMax Kellermann2024-10-091-5/+5
* msg/async/ProtocolV[12]: reverse the std::map sort orderMax Kellermann2024-10-091-2/+2
* msg/async/ProtocolV[12]: use `auto`Max Kellermann2024-10-091-6/+5
* msg/async/ProtocolV[12]: use range-based `for`Max Kellermann2024-10-091-10/+8
* msg/async/ProtocolV1: use zero-initialization instead of memset()Max Kellermann2024-10-091-11/+6
* Merge PR #57857 into mainPatrick Donnelly2024-07-231-2/+2
|\
| * msg: decrease the level to print the sending msgs from the protocolXiubo Li2024-06-051-2/+2
* | Merge pull request #53477 from jianwei1216/fix_msgr_worker_cpu_highYuri Weinstein2024-06-101-3/+4
|\ \ | |/ |/|
| * src/msg: fix high CPU consumption of msgr worker threadzhangjianwei2024-04-191-3/+4
* | msg/async: Encode message once features are setAishwarya Mathuria2024-03-281-27/+28
|/
* msgr: AsyncMessenger add faulted connections metricsPere Diaz Bou2023-06-051-0/+1
* msg: Log at higher level when Throttle::get_or_fail() failsBrad Hubbard2022-07-081-3/+3
* msg/async: fix outgoing_bl overflow and reset state_offsetVicente Cheng2022-02-081-0/+7
* Revert "msg,mon,common: log when DispatchQueue throttle limit is reached"Kefu Chai2021-02-081-14/+0
* msg,mon,common: log when DispatchQueue throttle limit is reachedJos Collin2021-01-251-0/+14
* mon/MonClient: bring back CEPHX_V2 authorizer challengesIlya Dryomov2020-10-171-0/+4
* msg/async/ProtocolV1: resurrect "implement cephx_*require_version options"Ilya Dryomov2020-10-171-0/+16
* msg/async/ProtocolV1: resurrect "include MGR as service when applying cephx s...Ilya Dryomov2020-10-171-1/+2
* Merge pull request #33796 from adamemerson/wip-using-namespace-commonKefu Chai2020-03-211-43/+43
|\
| * msg: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-43/+43
* | msg/async: s/nowait/always_async/ in EventCenter::submit_to().Radoslaw Zarzynski2020-03-051-1/+1
* | msg/async: perform recv reset immediately if called inside EC.Radoslaw Zarzynski2020-03-051-12/+21
|/
* Merge PR #33163 into masterSage Weil2020-02-151-1/+2
|\
| * msg/Policy: limit unregistered anon connections to monSage Weil2020-02-091-1/+2
* | Merge pull request #32934 from rzarzynski/wip-bl-32bytesKefu Chai2020-02-091-1/+1
|\ \ | |/ |/|
| * include, common, *: unify getting number of buffers in bufferlist.Radoslaw Zarzynski2020-02-041-1/+1
* | Merge pull request #33015 from rouming/double-unlock-p1-fixKefu Chai2020-02-051-0/+1
|\ \
| * | msg/async: open() should be called with connection lockedRoman Penyaev2020-01-311-0/+1
| |/
* / src/: s/advance/operator+=/Kefu Chai2020-02-021-1/+1
|/
* msg/async: reset the V1's session_security in proper EventCenter.Radoslaw Zarzynski2020-01-221-4/+18
* msg/async: audit memset & bzero users for FIPS.Radoslaw Zarzynski2019-11-171-0/+5
* Merge PR #30709 into masterSage Weil2019-10-031-19/+19
|\
| * msg/async: rename outcoming_bl -> outgoing_bl in AsyncConnection.Radoslaw Zarzynski2019-10-031-19/+19
* | msg/async: fix timestamp members specific to EVENTTRACESamuel Just2019-09-281-4/+1
* | */CMakeLists: add EVENTTRACE as cmakedefine, require LTTNGSamuel Just2019-09-281-2/+2
* | Merge PR #30223 into masterSage Weil2019-09-271-1/+8
|\ \
| * | msg/async: do not register lossy client connectionsSage Weil2019-09-251-1/+8
| |/
* | Merge pull request #30409 from uweigand/cleanup-endianKefu Chai2019-09-221-2/+2
|\ \
| * | msg: Clean up endian handlingUlrich Weigand2019-09-181-2/+2
* | | Merge pull request #30211 from majianpeng/msg-clear-payloadKefu Chai2019-09-221-0/+1
|\ \ \ | |/ / |/| |
| * | msg/async: clear_payload when requeue_sent.Jianpeng Ma2019-09-101-0/+1
* | | msg: add func is_blackhole to reduce duplicated code.Jianpeng Ma2019-09-131-6/+1
| |/ |/|
* | msg/async/ProtocolV1: avoid unnecessary bufferlist::swap.Jianpeng Ma2019-09-061-1/+4
|/
* msg/async: add ms_blackhole_$type optionsSage Weil2019-07-151-2/+16
* msg/async: add comments for commit 294c41f18adada6ab.Jianpeng Ma2019-06-241-2/+5
* msg/async: avoid unnecessary costly wakeups for outbound messagesJason Dillaman2019-06-041-1/+7
* Merge pull request #27766 from majianpeng/msg-noneed-set-connectionKefu Chai2019-04-281-2/+0
|\
| * msg/async: no-need set connection for Message.Jianpeng Ma2019-04-241-2/+0
* | msg/async/ProtocolV1: generate authorizer for mon to mon connectionsSage Weil2019-04-261-2/+4