aboutsummaryrefslogtreecommitdiff
path: root/src/garage/repair/online.rs
Commit message (Expand)AuthorAgeFilesLines
* [block-ref-repair] rename rc's rc field to rc_tableAlex Auvolat2024-03-191-1/+1
* [block-ref-repair] Block refcount recalculation and repairAlex Auvolat2024-03-191-0/+106
* block manager: add rebalance operation to rebalance multi-hdd setupsAlex Auvolat2023-09-071-0/+6
* comments and clippy lint fixesAlex Auvolat2023-06-091-2/+2
* Add multipart upload repairAlex Auvolat2023-06-091-30/+72
* refactor repair workers with a traitAlex Auvolat2023-06-091-68/+81
* fix online repairAlex Auvolat2023-06-091-17/+18
* Uniform framework for bg variable managementAlex Auvolat2023-01-041-1/+5
* Make it explicit when using nonversioned encodingAlex Auvolat2023-01-031-2/+3
* cargo fmtAlex Auvolat2023-01-021-7/+8
* online repair workers: retry on errorAlex Auvolat2022-12-141-14/+10
* Simplified and more aggressive worker exit logicAlex Auvolat2022-12-141-2/+2
* Refactor background runner and get rid of job workerAlex Auvolat2022-12-141-12/+10
* Spawn all background workers in a separate stepAlex Auvolat2022-12-141-7/+8
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-121-4/+10
* Background task manager (#332)Alex2022-07-081-85/+137
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-0/+163