Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [block-ref-repair] Block refcount recalculation and repairblock-ref-repair | Alex Auvolat | 2024-03-19 | 1 | -0/+35 |
| | | | | | | | | | | - We always recalculate the reference count of a block before deleting it locally, to make sure that it is indeed zero. - If we had to fetch a remote block but we were not able to get it, check that refcount is indeed > 0. - Repair procedure that checks everything | ||||
* | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 1 | -5/+5 |
| | |||||
* | {model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10. | Jonathan Davies | 2023-01-26 | 1 | -2/+2 |
| | |||||
* | move debug_serialize to garage_util::encode | Alex Auvolat | 2023-01-03 | 1 | -16/+0 |
| | |||||
* | Make it explicit when using nonversioned encoding | Alex Auvolat | 2023-01-03 | 1 | -15/+0 |
| | |||||
* | Remove ... at end of hex IDs | Alex Auvolat | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | New buckets for 0.6.0: small changes | Alex Auvolat | 2022-01-04 | 1 | -3/+1 |
| | | | | | | | | | | | | - Fix bucket delete - fix merge of bucket creation date - Replace deletable with option in aliases Rationale: if two aliases point to conflicting bucket, resolving by making an arbitrary choice risks making data accessible when it shouldn't be. We'd rather resolve to deleting the alias until someone puts it back. | ||||
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -3/+3 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -0/+12 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -2/+2 |
| | |||||
* | fix clippy warnings on util and rpc | Trinity Pointard | 2021-05-03 | 1 | -1/+1 |
| | |||||
* | run cargo fmt on util and make missing doc warning | Trinity Pointard | 2021-04-27 | 1 | -7/+7 |
| | |||||
* | document util crate | Trinity Pointard | 2021-04-27 | 1 | -0/+18 |
| | |||||
* | Support old CPUsmaster | Alex Auvolat | 2021-03-19 | 1 | -5/+4 |
| | |||||
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -2/+2 |
| | |||||
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 1 | -8/+0 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -0/+8 |
| | |||||
* | Cargo fmt | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | Add blake2 and xxhash hash functions | Alex Auvolat | 2021-02-23 | 1 | -1/+23 |
| | |||||
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+124 |