index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
osd
/
scrubber
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #60318 from ronen-fr/wip-rf-schedlogl
Ronen Friedman
2024-10-29
2
-5
/
+55
|
\
|
*
osd/scrub: improve scrub information conveyed in standard
Ronen Friedman
2024-10-27
2
-5
/
+55
*
|
osd/scrub: remove the 'only_deadlined' flag
Ronen Friedman
2024-10-22
2
-4
/
+0
*
|
osd/scrub: make sched-targets comparator transitive
Ronen Friedman
2024-10-22
1
-5
/
+0
|
/
*
osd/scrub: modify ScrubStore contents retrieval
Ronen Friedman
2024-10-10
2
-50
/
+106
*
osd/scrub: separate shallow vs deep errors storage
Ronen Friedman
2024-10-10
3
-44
/
+285
*
common/scrub,osd/scrub: minor cleanups to ScrubStore
Ronen Friedman
2024-10-10
2
-53
/
+26
*
common: extend MapCacher API
Ronen Friedman
2024-10-10
1
-0
/
+5
*
osd/scrub: add dout() capability to the ScrubStore
Ronen Friedman
2024-10-10
3
-11
/
+61
*
osd/scrub: directly create or reinit the ScrubStore
Ronen Friedman
2024-10-10
4
-32
/
+104
*
osd/scrub: introduce ScrubStore::at_level_t
Ronen Friedman
2024-10-10
2
-23
/
+79
*
Merge pull request #57272 from ronen-fr/wip-rf-cv
Ronen Friedman
2024-09-22
3
-18
/
+32
|
\
|
*
osd/scrub: modify deep scrub interval randomization
Ronen Friedman
2024-08-26
3
-18
/
+32
*
|
osd/scrub: disable high work-queue priority for h.p. scrub
Ronen Friedman
2024-09-21
1
-9
/
+1
*
|
osd/scrub: remove the 'planned scrub' flag set
Ronen Friedman
2024-09-10
2
-47
/
+14
*
|
osd/scrub: remove requested_scrub_t::need_auto
Ronen Friedman
2024-09-10
2
-67
/
+9
*
|
osd/scrub: set_op_parameters() no longer uses the 'requested' flags
Ronen Friedman
2024-09-10
2
-53
/
+42
*
|
osd/scrub: remove requested_scrub_t::must_repair
Ronen Friedman
2024-09-09
1
-4
/
+3
*
|
osd/scrub: complete on_mid_scrub_abort() refactoring
Ronen Friedman
2024-09-09
2
-26
/
+34
*
|
osd/scrub: fix scheduled_at for distinct urgencies
Ronen Friedman
2024-09-09
1
-4
/
+6
*
|
osd/scrub: implement urgency_t::repairing
Ronen Friedman
2024-09-09
4
-24
/
+41
*
|
osd/scrub: remove requested_scrub_t::must_deep_scrub
Ronen Friedman
2024-09-09
1
-8
/
+11
*
|
osd/scrub: remove requested_scrub_t::must_scrub
Ronen Friedman
2024-09-09
1
-5
/
+0
*
|
osd/scrub: base queue priority on the urgency of the scrub target
Ronen Friedman
2024-09-09
3
-13
/
+24
*
|
osd/scrub: remove remaining refs to the Scrubber's 'required' flag
Ronen Friedman
2024-09-09
2
-24
/
+10
*
|
osd/scrub: mid-scrub-aborts logic should use the new urgency attributes
Ronen Friedman
2024-09-09
1
-5
/
+3
*
|
osd/scrub: remove flags_to_shallow_priority()
Ronen Friedman
2024-09-09
2
-31
/
+6
*
|
osd/scrub: implement existing 'interval' as a distinct delay reason
Ronen Friedman
2024-09-04
3
-2
/
+12
*
|
osd/scrub: add 'snap-trimming' as a distinct delay reason
Ronen Friedman
2024-09-04
2
-1
/
+5
*
|
osd/scrub: add configuration parameters to control length of delay
Ronen Friedman
2024-09-04
3
-8
/
+27
|
/
*
Merge pull request #58858 from ronen-fr/wip-rf-entry
Ronen Friedman
2024-08-25
13
-827
/
+1422
|
\
|
*
osd/scrub: delay both targets on some failures
Ronen Friedman
2024-08-25
3
-20
/
+65
|
*
osd/scrub: reverse OSDRestrictions flags polarity
Ronen Friedman
2024-08-25
1
-5
/
+6
|
*
osd/scrub: fix the conditions for auto-repair scrubs
Ronen Friedman
2024-08-25
4
-18
/
+42
|
*
osd/scrub: remove requested_scrub_t::deep_scrub_on_error
Ronen Friedman
2024-08-25
2
-17
/
+25
|
*
osd/scrub: remove non-display usage of target's is_high_priority()
Ronen Friedman
2024-08-25
9
-44
/
+111
|
*
osd/scrub: remove 'calculated_to_deep' flag
Ronen Friedman
2024-08-25
1
-10
/
+5
|
*
osd/scrub: modify after-repair-scrub triggering
Ronen Friedman
2024-08-25
4
-45
/
+74
|
*
osd/scrub: fix ReplicaReservations ctor to use correct query
Ronen Friedman
2024-08-25
4
-11
/
+12
|
*
osd/scrub: fix parameters validation on scrub start
Ronen Friedman
2024-08-25
3
-339
/
+66
|
*
osd/scrub: fix reserve_local()
Ronen Friedman
2024-08-25
2
-11
/
+4
|
*
osd/scrub: fix initiation path of operator-commanded scrubs
Ronen Friedman
2024-08-25
7
-5
/
+62
|
*
osd/scrub: OSD's scrub queue now holds SchedEntry-s
Ronen Friedman
2024-08-25
6
-152
/
+182
|
*
osd/scrub: modify ScrubJob to hold two SchedTarget-s
Ronen Friedman
2024-08-25
6
-241
/
+656
|
*
osd/scrub: introducing the concept of a SchedEntry
Ronen Friedman
2024-08-21
2
-29
/
+232
*
|
osd: fix scrub_backend formatters
Ronen Friedman
2024-08-14
1
-6
/
+11
|
/
*
osd/scrub: fix job requeue conditions
Ronen Friedman
2024-07-16
1
-4
/
+29
*
osd/scrub: making osd_scrub_sched.cc compatible with Clang-14
Ronen Friedman
2024-07-16
1
-14
/
+20
*
osd/scrub: scheduling the next scrub following scrub completion
Ronen Friedman
2024-07-16
6
-108
/
+145
*
osd/scrub: improve update_scrub_job()
Ronen Friedman
2024-07-16
3
-15
/
+17
[next]