index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
msg/async/Timeout: always round up
Max Kellermann
2024-10-22
1
-1
/
+4
*
msg/async/Event{Poll,Epoll}: move timeout calculation to Timeout.h
Max Kellermann
2024-10-22
3
-6
/
+49
*
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
|
\
\
\
\
|
*
|
|
|
mds/Beacon: set a thread name
Max Kellermann
2024-10-15
1
-0
/
+2
*
|
|
|
|
Merge pull request #60225 from MaxKellermann/ceph_context_atomic
Casey Bodley
2024-10-21
1
-0
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
common/ceph_context: use std::atomic<std::shared_ptr<T>>
Max Kellermann
2024-10-11
1
-0
/
+15
*
|
|
|
|
|
Merge pull request #60045 from AliMasarweh/wip-alimasa-notif-list-bucket
Ali Masarwa
2024-10-21
5
-44
/
+58
|
\
\
\
\
\
\
|
*
|
|
|
|
|
RGW|Bucket notification: fix for v2 topics rgw-admin list operation
Ali Masarwa
2024-10-21
5
-44
/
+58
[next]