| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request 'Remove migration path from Garage v0.5' (#766) from rm-mi... | Alex | 2024-03-08 | 8 | -338/+5 |
|\ |
|
| * | [rm-migration] Remove migration path from Garage v0.5rm-migration | Alex Auvolat | 2024-03-08 | 8 | -338/+5 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-08 | 1 | -93/+19 |
|\ \
| |/
|/| |
|
| * | [factor-db-open] Combine logic for opening db enginesfactor-db-open | Alex Auvolat | 2024-03-08 | 1 | -93/+19 |
* | | Merge pull request 'ReplicationMode -> ConsistencyMode+ReplicationFactor' (#7... | Alex | 2024-03-07 | 1 | -12/+11 |
|\ \ |
|
| * | | ReplicationMode -> ConsistencyMode+ReplicationFactor | Yureka | 2024-03-07 | 1 | -12/+11 |
* | | | [sse-c] Remove special case for Content-Type headersse-c | Alex Auvolat | 2024-03-07 | 2 | -3/+18 |
* | | | [sse-c] Implement SSE-C encryption | Alex Auvolat | 2024-03-07 | 2 | -3/+162 |
|/ / |
|
* | | refactor: remove max_write_errors and max_faults | Yureka | 2024-03-04 | 1 | -1/+0 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-04 | 1 | -0/+7 |
|\| |
|
| * | Merge pull request 'add request context helper' (#751) from yuka/garage:req-c... | Alex | 2024-03-04 | 1 | -0/+7 |
| |\ |
|
| | * | add request context helper | Yureka | 2024-03-04 | 1 | -0/+7 |
| * | | [rel-0.9.3] Bump version to 0.9.3v0.9.3 | Alex Auvolat | 2024-03-04 | 1 | -1/+1 |
| |/ |
|
| * | [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2 | Alex Auvolat | 2024-03-01 | 1 | -1/+1 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-22 | 6 | -383/+426 |
|\| |
|
| * | [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucket | Alex Auvolat | 2024-02-22 | 6 | -383/+426 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-15 | 4 | -7/+6 |
|\| |
|
| * | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 4 | -7/+6 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 3 | -29/+29 |
|\| |
|
| * | [dep-upgrade-202402] remove useless mut | Alex Auvolat | 2024-02-08 | 2 | -9/+9 |
| * | [dep-upgrade-202402] refactor dependencies: move all as workspace deps | Alex Auvolat | 2024-02-05 | 1 | -20/+20 |
| * | Bump version to 0.9.1v0.9.1rel-v0.9.1 | Alex Auvolat | 2024-01-16 | 1 | -1/+1 |
* | | bump crate versions to 0.10.0v0.10.0-beta1 | Alex Auvolat | 2024-01-11 | 1 | -1/+1 |
* | | layout: add helper for cached/external values to centralize recomputation | Alex Auvolat | 2023-11-15 | 2 | -3/+3 |
* | | rpc: fix write set quorums | Alex Auvolat | 2023-11-15 | 1 | -1/+1 |
* | | table: take into account multiple write sets in inserts | Alex Auvolat | 2023-11-14 | 1 | -9/+6 |
* | | layout: prepare for write sets | Alex Auvolat | 2023-11-14 | 1 | -4/+6 |
* | | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 1 | -2/+6 |
* | | layout: some refactoring of nongateway nodes | Alex Auvolat | 2023-11-14 | 1 | -2/+2 |
* | | layout: refactor to use a RwLock on LayoutHistory | Alex Auvolat | 2023-11-09 | 1 | -8/+3 |
* | | wip: split out layout management from System into separate LayoutManager | Alex Auvolat | 2023-11-09 | 1 | -7/+13 |
* | | cluster layout: adapt all uses of ClusterLayout to LayoutHistory | Alex Auvolat | 2023-11-08 | 2 | -6/+9 |
* | | avoid using layout_watch in System directly | Alex Auvolat | 2023-11-08 | 1 | -1/+1 |
* | | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 2 | -6/+6 |
|/ |
|
* | bump version to v0.9.0v0.9.0next | Alex Auvolat | 2023-10-10 | 1 | -1/+1 |
* | actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix...v0.9.0-beta4 | Alex Auvolat | 2023-09-27 | 1 | -1/+1 |
* | garage_db: refactor transactions and add on_commit mechanism | Alex Auvolat | 2023-09-21 | 2 | -8/+4 |
* | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -2/+6 |
|\ |
|
| * | config: make block_size and sled_cache_capacity expressable as strings | Alex Auvolat | 2023-09-11 | 2 | -13/+4 |
| * | make lmdb's map_size configurable (fix #628) | Alex Auvolat | 2023-09-11 | 2 | -1/+14 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -1/+1 |
|\| |
|
| * | update version to 0.8.4v0.8.4hold-netapp-0.5.2 | Alex Auvolat | 2023-09-05 | 1 | -1/+1 |
* | | block manager: refactoring | Alex Auvolat | 2023-09-06 | 1 | -1/+1 |
* | | block manager: skeleton for multi-hdd support | Alex Auvolat | 2023-09-06 | 1 | -2/+16 |
* | | lifecycle: fix SkipBucket bug | Alex Auvolat | 2023-09-06 | 1 | -4/+5 |
* | | lifecycle worker: correct small clippy lints | Alex Auvolat | 2023-09-04 | 1 | -3/+3 |
* | | lifecycle worker: don't get stuck on non-existent bucket | Alex Auvolat | 2023-08-31 | 1 | -5/+16 |
* | | lifecycle worker: fix potential inifinite loop | Alex Auvolat | 2023-08-31 | 1 | -1/+4 |
* | | lifecycle worker: add log message when starting | Alex Auvolat | 2023-08-31 | 1 | -16/+16 |
* | | lifecycle worker: use queue_insert and process objects in batches | Alex Auvolat | 2023-08-31 | 1 | -36/+45 |