| Commit message (Expand) | Author | Age | Files | Lines |
* | block repair: simpler/more robust iterator progress calculation | Alex Auvolat | 2023-09-11 | 1 | -23/+14 |
* | scrub: clear saved checkpoint when canceling scrub | Alex Auvolat | 2023-09-11 | 1 | -0/+3 |
* | block manager: fix bug where rebalance didn't delete old copies | Alex Auvolat | 2023-09-07 | 1 | -17/+20 |
* | block manager: fix bugs | Alex Auvolat | 2023-09-07 | 1 | -4/+26 |
* | block manager: add rebalance operation to rebalance multi-hdd setups | Alex Auvolat | 2023-09-07 | 1 | -5/+85 |
* | block manager: scrub checkpointing | Alex Auvolat | 2023-09-06 | 1 | -50/+108 |
* | block manager: multi-directory layout computation | Alex Auvolat | 2023-09-06 | 1 | -8/+2 |
* | block manager: skeleton for multi-hdd support | Alex Auvolat | 2023-09-06 | 1 | -75/+142 |
* | *: apply clippy recommendations. | Jonathan Davies | 2023-05-09 | 1 | -10/+4 |
* | block/repair.rs: Added log entries for scrub start/finish. | Jonathan Davies | 2023-04-23 | 1 | -2/+12 |
* | Prepare for v0.8.2 | Alex Auvolat | 2023-03-13 | 1 | -0/+1 |
* | block/repair.rs: Added a timestamp argument to | Jonathan Davies | 2023-03-09 | 1 | -5/+5 |
* | block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub. | Jonathan Davies | 2023-03-09 | 1 | -10/+44 |
* | block/repair.rs: Added function and time_next_run_scrub with a random element of | Jonathan Davies | 2023-03-06 | 1 | -11/+37 |
* | More clippy fixes | Alex Auvolat | 2023-01-26 | 1 | -2/+2 |
* | Uniform framework for bg variable management | Alex Auvolat | 2023-01-04 | 1 | -34/+38 |
* | Refactor how things are migrated | Alex Auvolat | 2023-01-03 | 1 | -0/+1 |
* | Simplified and more aggressive worker exit logic | Alex Auvolat | 2022-12-14 | 1 | -2/+2 |
* | cli: new worker info command | Alex Auvolat | 2022-12-13 | 1 | -5/+8 |
* | Prettier worker list table; remove useless CLI log messages | Alex Auvolat | 2022-12-12 | 1 | -24/+31 |
* | block manager: refactor: split resync into separate file | Alex Auvolat | 2022-09-02 | 1 | -2/+6 |
* | Ability to dynamically set resync tranquility | Alex Auvolat | 2022-09-02 | 1 | -4/+22 |
* | Background task manager (#332) | Alex | 2022-07-08 | 1 | -0/+444 |