aboutsummaryrefslogtreecommitdiff
path: root/src/block/repair.rs
Commit message (Expand)AuthorAgeFilesLines
* [block-ref-repair] rename rc's rc field to rc_tableAlex Auvolat2024-03-191-1/+1
* [refactor-block] refactor DataBlock and DataBlockPathAlex Auvolat2024-02-231-2/+2
* block repair: simpler/more robust iterator progress calculationAlex Auvolat2023-09-111-23/+14
* scrub: clear saved checkpoint when canceling scrubAlex Auvolat2023-09-111-0/+3
* block manager: fix bug where rebalance didn't delete old copiesAlex Auvolat2023-09-071-17/+20
* block manager: fix bugsAlex Auvolat2023-09-071-4/+26
* block manager: add rebalance operation to rebalance multi-hdd setupsAlex Auvolat2023-09-071-5/+85
* block manager: scrub checkpointingAlex Auvolat2023-09-061-50/+108
* block manager: multi-directory layout computationAlex Auvolat2023-09-061-8/+2
* block manager: skeleton for multi-hdd supportAlex Auvolat2023-09-061-75/+142
* *: apply clippy recommendations.Jonathan Davies2023-05-091-10/+4
* block/repair.rs: Added log entries for scrub start/finish.Jonathan Davies2023-04-231-2/+12
* Prepare for v0.8.2Alex Auvolat2023-03-131-0/+1
* block/repair.rs: Added a timestamp argument toJonathan Davies2023-03-091-5/+5
* block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.Jonathan Davies2023-03-091-10/+44
* block/repair.rs: Added function and time_next_run_scrub with a random element ofJonathan Davies2023-03-061-11/+37
* More clippy fixesAlex Auvolat2023-01-261-2/+2
* Uniform framework for bg variable managementAlex Auvolat2023-01-041-34/+38
* Refactor how things are migratedAlex Auvolat2023-01-031-0/+1
* Simplified and more aggressive worker exit logicAlex Auvolat2022-12-141-2/+2
* cli: new worker info commandAlex Auvolat2022-12-131-5/+8
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-121-24/+31
* block manager: refactor: split resync into separate fileAlex Auvolat2022-09-021-2/+6
* Ability to dynamically set resync tranquilityAlex Auvolat2022-09-021-4/+22
* Background task manager (#332)Alex2022-07-081-0/+444