Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | rgw/lc: Fix issues with non-current objects with instance empty | Soumya Koduri | 2024-10-22 | 5 | -8/+30 | |
* | | | | | | | | | | | | | | | Merge pull request #60258 from aclamk/wip-aclamk-cbt-improve-show-label | Adam Kupczyk | 2024-10-23 | 1 | -5/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | os/bluestore/ceph-bluestore-tool: Modify show-label for many devs | Adam Kupczyk | 2024-10-11 | 1 | -5/+10 | |
* | | | | | | | | | | | | | | | | Merge pull request #60433 from indirasawant/doc_fix_1 | Anthony D'Atri | 2024-10-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | doc/cephfs: rearrange subvolume group information | Indira Sawant | 2024-10-22 | 1 | -2/+2 | |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #60423 from zdover23/wip-doc-2024-10-22-cephadm-services-smb | Zac Dover | 2024-10-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | doc/cephadm: correct "ceph orch apply" command | Zac Dover | 2024-10-22 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge PR #60106 into main | Patrick Donnelly | 2024-10-22 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | msg/async/ProtocolV2: pass `desc` as `std::string_view` to write() | Max Kellermann | 2024-10-07 | 2 | -4/+4 | |
* | | | | | | | | | | | | | | | | Merge PR #60174 into main | Patrick Donnelly | 2024-10-22 | 4 | -84/+70 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | common/Finisher: pass name as std::string_view to ctor | Max Kellermann | 2024-10-10 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | common/Finisher: add method get_thread_name() | Max Kellermann | 2024-10-10 | 2 | -4/+6 | |
| * | | | | | | | | | | | | | | | | mgr/ActivePyModule: build thread name with fmt | Max Kellermann | 2024-10-10 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | mgr/ActivePyModule: return std::string_view instead of std::string copy | Max Kellermann | 2024-10-10 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | | | common/Finisher: use fmt to build strings | Max Kellermann | 2024-10-10 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | common/Finisher: un-inline ctor and dtor | Max Kellermann | 2024-10-10 | 2 | -25/+30 | |
| * | | | | | | | | | | | | | | | | common/Finisher: add `const` to several fields | Max Kellermann | 2024-10-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | common/Finisher: merge duplicate field initializers | Max Kellermann | 2024-10-10 | 1 | -8/+6 | |
| * | | | | | | | | | | | | | | | | common/Finisher: call notify_one() instead of notify_all() | Max Kellermann | 2024-10-10 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | common/Finisher: wake up after pushing to the queue | Max Kellermann | 2024-10-10 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | | common/Finisher: do not wake up the thread if already running | Max Kellermann | 2024-10-10 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | common/Finisher: call logger without holding the lock | Max Kellermann | 2024-10-10 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | | | common/Finisher: use `std::lock_guard` instead of `std::unique_lock` | Max Kellermann | 2024-10-10 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | common/Finisher: merge all queue() container methods into one template | Max Kellermann | 2024-10-10 | 1 | -31/+4 | |
* | | | | | | | | | | | | | | | | | Merge PR #60214 into main | Patrick Donnelly | 2024-10-22 | 3 | -136/+122 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | mds/MDCache: use `auto` | Max Kellermann | 2024-10-09 | 1 | -99/+97 | |
| * | | | | | | | | | | | | | | | | | mds/CDir: use the erase() return value | Max Kellermann | 2024-10-09 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | | | | | mds/MDCache: remove unnecessary empty() check | Max Kellermann | 2024-10-09 | 1 | -7/+5 | |
| * | | | | | | | | | | | | | | | | | mds/MDCache: use the erase() return value | Max Kellermann | 2024-10-09 | 2 | -26/+19 | |
| * | | | | | | | | | | | | | | | | | mds/MDCache: pass iterator by value | Max Kellermann | 2024-10-09 | 2 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | Merge PR #60216 into main | Patrick Donnelly | 2024-10-22 | 11 | -21/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | common/options: pass name as rvalue reference | Max Kellermann | 2024-10-09 | 3 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | common/config: use libfmt to build strings | Max Kellermann | 2024-10-09 | 1 | -9/+8 | |
| * | | | | | | | | | | | | | | | | | | common/config: use emplace_back() instead of push_back() | Max Kellermann | 2024-10-09 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | common/HeartbeatMap: pass name as rvalue reference | Max Kellermann | 2024-10-09 | 2 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | common/config_obs_mgr: use the erase() return value | Max Kellermann | 2024-10-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | common/SloppyCRCMap: use the erase() return value | Max Kellermann | 2024-10-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | common: disable `boost::intrusive::constant_time_size` | Max Kellermann | 2024-10-09 | 3 | -0/+3 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge PR #60220 into main | Patrick Donnelly | 2024-10-22 | 9 | -77/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | msg/async/AsyncConnection: move the writeCallback instead of copying it | Max Kellermann | 2024-10-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | msg/async/AsyncConnection: do not wrap writeCallback in `std::optional` | Max Kellermann | 2024-10-09 | 4 | -6/+5 | |
| * | | | | | | | | | | | | | | | | | | msg/async/frames_v2: use zero-initialization instead of memset() | Max Kellermann | 2024-10-09 | 1 | -15/+5 | |
| * | | | | | | | | | | | | | | | | | | msg/async/Event: use zero-initialization instead of memset() | Max Kellermann | 2024-10-09 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | | | | | | msg/Message: use zero-initialization instead of memset() | Max Kellermann | 2024-10-09 | 1 | -8/+3 | |
| * | | | | | | | | | | | | | | | | | | msg/async/ProtocolV2: eliminate redundant std::map lookups | Max Kellermann | 2024-10-09 | 2 | -10/+10 | |
| * | | | | | | | | | | | | | | | | | | msg/async/ProtocolV[12]: reverse the std::map sort order | Max Kellermann | 2024-10-09 | 4 | -6/+16 | |
| * | | | | | | | | | | | | | | | | | | 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 | 2 | -13/+11 | |
| * | | | | | | | | | | | | | | | | | | msg/async/ProtocolV1: use zero-initialization instead of memset() | Max Kellermann | 2024-10-09 | 1 | -11/+6 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge PR #60324 into main | Patrick Donnelly | 2024-10-22 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |