Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix clipy lint | Alex Auvolat | 2022-06-03 | 1 | -5/+4 |
* | Slightly prettier code | Alex Auvolat | 2022-06-03 | 1 | -13/+6 |
* | Fix most clippy lints | Alex Auvolat | 2022-06-03 | 1 | -2/+4 |
* | Change value type to be a dyn thing | Alex Auvolat | 2022-06-03 | 1 | -1/+1 |
* | Sqlite iter with unsafe code | Alex Auvolat | 2022-06-02 | 1 | -3/+11 |
* | Adapt Garage to use new DB abstraction | Alex Auvolat | 2022-06-02 | 4 | -39/+55 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -1/+1 |
* | Bring maximum exponential backoff time down from 16h to 1h | Alex Auvolat | 2022-04-07 | 1 | -1/+5 |
* | Add blocks in errored state to `garage stats` | Alex Auvolat | 2022-03-28 | 1 | -0/+5 |
* | Add lots of comments on how the resync queue works | Alex Auvolat | 2022-03-23 | 1 | -5/+96 |
* | Make background tranquility a configurable parameter | Alex Auvolat | 2022-03-23 | 2 | -10/+9 |
* | Move block RC code to separate `rc.rs` | Alex Auvolat | 2022-03-23 | 3 | -136/+175 |
* | Move DataBlock out of manager.rs | Alex Auvolat | 2022-03-23 | 3 | -78/+86 |
* | Move block manager to separate module | Alex Auvolat | 2022-03-23 | 4 | -0/+1237 |