index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
osd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #60215 from MaxKellermann/osd_optimizations
SrinivasaBharathKanta
4 days
3
-5
/
+4
|
\
|
*
osd/osd_types: perfect forwarding in pool_opts_t::set()
Max Kellermann
2024-11-13
1
-3
/
+2
|
*
osd/osd_types: use std::map::insert_or_assign()
Max Kellermann
2024-11-13
1
-1
/
+1
|
*
osd: disable `boost::intrusive::constant_time_size`
Max Kellermann
2024-11-13
2
-2
/
+2
*
|
Merge pull request #60278 from rzarzynski/wip-os-fastomapiter
Yuri Weinstein
5 days
1
-21
/
+28
|
\
\
|
*
|
os, osd: introduce a lightweight OMAP iteration
Radoslaw Zarzynski
2024-12-17
1
-21
/
+28
*
|
|
Merge pull request #60795 from taodd/fix-rbd-sparsify-on-ec-image-slow
Ilya Dryomov
7 days
1
-4
/
+13
|
\
\
\
|
*
|
|
osd: optimize extent comparison in PrimaryLogPG
Dongdong Tao
2024-11-22
1
-4
/
+13
*
|
|
|
Merge pull request #60330 from JonBailey1993/JonBailey1993/ceph_test_rados_io...
Jon Bailey
9 days
7
-6
/
+466
|
\
\
\
\
|
*
|
|
|
osd: EC error inject interfaces
Bill Scales
11 days
7
-6
/
+466
*
|
|
|
|
Merge pull request #60881 from NitzanMordhai/wip-nitzan-ipv6-subnet-checks
Laura Flores
9 days
1
-4
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
common/pick_address: Add IPv6 support to is_addr_in_subnet
Nitzan Mordechai
2024-12-01
1
-4
/
+2
*
|
|
|
|
osd/scrub: reset m_active_target when the scrub ends
Ronen Friedman
2024-12-31
1
-0
/
+1
*
|
|
|
|
osd/scrub: convey 'reserving replicas' status in query results
Ronen Friedman
2024-12-31
1
-0
/
+10
*
|
|
|
|
osd/scrub: abort reserving scrub if an operator-initiated scrub is
Ronen Friedman
2024-12-29
2
-0
/
+10
*
|
|
|
|
osd/scrub: register for 'osd_max_scrubs' config changes
Ronen Friedman
2024-12-29
1
-1
/
+6
*
|
|
|
|
osd/scrub: show reservation status in 'pg dump' output
Ronen Friedman
2024-12-24
6
-11
/
+115
*
|
|
|
|
Merge pull request #60863 from ronen-fr/wip-rf-deeperrors
Ronen Friedman
2024-12-18
3
-25
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
osd/scrub: remove the 'has_deep_errors' scheduling flag
Ronen Friedman
2024-11-27
3
-25
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #60131 from Shreyasapale/wip-fix-shreya-68009
Laura Flores
2024-12-03
1
-11
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
osd/scrubber: Clean up unused function add_double
Shreya Sapale
2024-10-04
1
-11
/
+0
*
|
|
|
|
osd/scrub: fixing reservations dump format
Ronen Friedman
2024-11-21
1
-1
/
+1
*
|
|
|
|
osd: rm all uses of the cast operator of md_config_cacher_t
Ronen Friedman
2024-11-19
1
-7
/
+7
*
|
|
|
|
osd/scrub: cache frequently used configuration parameters
Ronen Friedman
2024-11-19
2
-29
/
+60
*
|
|
|
|
Merge pull request #60661 from ronen-fr/wip-rf-scheduledeep
Ronen Friedman
2024-11-19
1
-0
/
+5
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
osd/scrub: fix 'schedule-deepscrub' test asok command
Ronen Friedman
2024-11-07
1
-0
/
+5
*
|
|
|
|
osd/scrub: list additional information when dumping the queue
Ronen Friedman
2024-11-12
1
-1
/
+11
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #59743 from sseshasa/wip-fix-mclock-low-iops-capacity-thre...
SrinivasaBharathKanta
2024-11-06
1
-8
/
+14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
common,osd: Use last valid OSD IOPS value if measured IOPS is unrealistic
Sridhar Seshasayee
2024-10-17
1
-8
/
+14
*
|
|
|
Merge pull request #56677 from athanatos/sjust/for-review/wip-replica-read
Samuel Just
2024-11-04
21
-122
/
+440
|
\
\
\
\
|
*
|
|
|
osd: wire up async primary->replica pct updates
Samuel Just
2024-10-21
10
-2
/
+195
|
*
|
|
|
osd/osd_types: add PCT_UPDATE_DELAY pool option
Samuel Just
2024-10-19
2
-1
/
+18
|
*
|
|
|
osd: introduce acting set specific feature vector
Samuel Just
2024-10-19
7
-10
/
+72
|
*
|
|
|
osd/PeeringState: proc_replica_info->proc_replica_notify, pass in pg_notify_t
Samuel Just
2024-10-19
2
-15
/
+11
|
*
|
|
|
osd,crimson/osd: add perf counters for replica reads
Samuel Just
2024-10-19
3
-0
/
+28
|
*
|
|
|
osd,crimson/osd: remove external interfaces for mlcod
Samuel Just
2024-10-19
1
-4
/
+0
|
*
|
|
|
osd/ECBackend: simplfy pg_committed_to handling
Samuel Just
2024-10-19
2
-2
/
+20
|
*
|
|
|
osd/PrimaryLogPG: adjust assert in log_operation
Samuel Just
2024-10-19
1
-1
/
+1
|
*
|
|
|
osd,crimson/osd: pg_committed_to rather than mlcod for submit_log_entries
Samuel Just
2024-10-19
1
-2
/
+2
|
*
|
|
|
osd,crimson/osd: roll_forward_to->pg_committed_to for MOSDPGUpdateLogMissing ...
Samuel Just
2024-10-19
3
-15
/
+15
|
*
|
|
|
osd,crimson/osd: use pg_committed_to rather than mlcod for submit_transaction
Samuel Just
2024-10-18
2
-1
/
+5
|
*
|
|
|
osd,crimson/osd: maintain pg_committed_to on replica rather than min_last_com...
Samuel Just
2024-10-18
7
-23
/
+23
|
*
|
|
|
osd: roll_forward_to->pg_committed_to in EC*
Samuel Just
2024-10-18
6
-21
/
+21
|
*
|
|
|
osd/PeeringState: refine pg_committed_to semantics
Samuel Just
2024-10-18
2
-7
/
+9
|
*
|
|
|
osd/PeeringState: rename last_update_ondisk to pg_committed_to
Samuel Just
2024-10-18
3
-11
/
+26
|
*
|
|
|
osd: remove support for replicas without OSD_REPOP_MLCOD
Samuel Just
2024-10-18
1
-7
/
+3
|
*
|
|
|
osd/PeeringState: remove unused PeeringState::append_log_with_trim_to_updated
Samuel Just
2024-10-18
1
-11
/
+0
|
*
|
|
|
osd/PrimaryLogPG: cosmetic fix for long debug line
Samuel Just
2024-10-18
1
-1
/
+2
|
*
|
|
|
osd/PeeringState: cosmetic fix for long line
Samuel Just
2024-10-18
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #60540 from ronen-fr/wip-rf-revert-57582
Ronen Friedman
2024-10-31
1
-3
/
+1
|
\
\
\
\
[next]