Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix race in block resync | Alex Auvolat | 2021-10-27 | 1 | -9/+8 |
| | |||||
* | Refactoring on repair commandscli-verify-integrity | Alex Auvolat | 2021-10-27 | 1 | -40/+30 |
| | |||||
* | add cli parameter to verify local bloc integrity | Trinity Pointard | 2021-10-27 | 1 | -29/+92 |
| | | | | | reuse code for listing local blocks add disk i/o speed limit on integrity check | ||||
* | Fix clippy lints (fix #121) | Alex Auvolat | 2021-10-26 | 1 | -6/+6 |
| | |||||
* | Refactor block manager code, and hopefully fix deadlock | Alex Auvolat | 2021-10-25 | 1 | -170/+247 |
| | |||||
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -1/+3 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -17/+13 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -50/+59 |
| | |||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -1/+1 |
| | |||||
* | fix clippy warnings on model | Trinity Pointard | 2021-05-03 | 1 | -15/+15 |
| | |||||
* | change some more comments and revert changes on TableSchema | Trinity Pointard | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 1 | -3/+3 |
| | |||||
* | attempt at documenting model crate | Trinity Pointard | 2021-04-27 | 1 | -1/+26 |
| | |||||
* | attempt at documenting table crate | Trinity Pointard | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | GC object table in a specific case | Alex Auvolat | 2021-03-16 | 1 | -1/+1 |
| | |||||
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 1 | -8/+6 |
| | |||||
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 1 | -7/+6 |
| | |||||
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 1 | -10/+13 |
| | |||||
* | Refactor block resync loop; make workers infaillible | Alex Auvolat | 2021-03-15 | 1 | -28/+30 |
| | |||||
* | Small fixes | Alex Auvolat | 2021-03-15 | 1 | -7/+16 |
| | |||||
* | Make block rc code more understandable | Alex Auvolat | 2021-03-15 | 1 | -33/+21 |
| | |||||
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 1 | -2/+2 |
| | |||||
* | Fix race condition | Alex Auvolat | 2021-03-15 | 1 | -3/+7 |
| | |||||
* | Fix list API bug | Alex Auvolat | 2021-03-15 | 1 | -11/+17 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -2/+6 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -12/+6 |
| | |||||
* | More security: don't delete stuff too easily | Alex Auvolat | 2021-03-11 | 1 | -0/+3 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -3/+2 |
| | |||||
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 1 | -8/+6 |
| | |||||
* | Switch to blake2 sum for identifying blocks by their data | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Remove epidemic propagation for fully replicated stuff: write directly to ↵ | Alex Auvolat | 2021-03-05 | 1 | -9/+27 |
| | | | | all nodes | ||||
* | Simulate stuff moving around | Alex Auvolat | 2021-02-25 | 1 | -0/+3 |
| | |||||
* | fix tracing | Alex Auvolat | 2021-02-24 | 1 | -2/+1 |
| | |||||
* | Arrange block manager | Alex Auvolat | 2021-02-24 | 1 | -83/+65 |
| | |||||
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | Convert bucket table to better CRDT representation | Alex Auvolat | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Slight refactoring to make things clearer with DeletedFilter | Alex Auvolat | 2020-11-20 | 1 | -2/+2 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -1/+1 |
| | |||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -0/+506 |