aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | [block-ref-repair] mention `garage block repair-rc` in documentationAlex Auvolat2024-03-192-2/+5
| | | | | | |
| | * | | | | [block-ref-repair] rename rc's rc field to rc_tableAlex Auvolat2024-03-194-18/+18
| | | | | | |
| | * | | | | [block-ref-repair] Block refcount recalculation and repairAlex Auvolat2024-03-1910-8/+285
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | | | Merge branch 'main' into next-0.10Alex Auvolat2024-03-1829-247/+718
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request 'Remove Sled' (#767) from rm-sled into next-0.10Alex2024-03-1238-826/+344
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/767
| | * | | | | | [rm-sled] factorize some code in sqlite backendAlex Auvolat2024-03-121-28/+24
| | | | | | | |
| | * | | | | | [rm-sled] Make proper use of pinning in LMDB adapter + comment unsaferm-sledAlex Auvolat2024-03-082-25/+47
| | | | | | | |
| | * | | | | | [rm-sled] Implement iterators in sqlite & lmdb transactionsAlex Auvolat2024-03-084-28/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with way too much unsafe code
| | * | | | | | [rm-sled] Implement some missing functionality in garage_dbAlex Auvolat2024-03-083-2/+19
| | | | | | | |
| | * | | | | | [rm-sled] Remove counted_tree_hackAlex Auvolat2024-03-0814-247/+48
| | | | | | | |
| | * | | | | | [rm-sled] Remove the Sled database engineAlex Auvolat2024-03-0828-519/+34
| | | | | | | |
| * | | | | | | Merge pull request 'Remove migration path from Garage v0.5' (#766) from ↵Alex2024-03-0811-384/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rm-migration into next-0.10 Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/766
| | * | | | | | [rm-migration] Remove migration path from Garage v0.5rm-migrationAlex Auvolat2024-03-0811-384/+5
| | | | | | | |
| * | | | | | | Merge branch 'main' into next-0.10Alex Auvolat2024-03-084-183/+183
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request 'ReplicationMode -> ConsistencyMode+ReplicationFactor' ↵Alex2024-03-0716-161/+239
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#750) from yuka/garage:split-consistency-mode into next-0.10 Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/750
| | * | | | | | | ReplicationMode -> ConsistencyMode+ReplicationFactorYureka2024-03-0711-101/+158
| | | | | | | | |
| | * | | | | | | adjust docs for replication factorYureka2024-03-055-60/+81
| | | | | | | | |
| * | | | | | | | Merge pull request 'SSE-C encryption' (#730) from sse-c into next-0.10Alex2024-03-0724-269/+2088
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/730
| | * | | | | | | | [sse-c] Remove special case for Content-Type headersse-cAlex Auvolat2024-03-077-46/+53
| | | | | | | | | |
| | * | | | | | | | [sse-c] Documentation for SSE-CAlex Auvolat2024-03-072-0/+48
| | | | | | | | | |
| | * | | | | | | | [sse-c] Testing for SSE-C encryptionAlex Auvolat2024-03-073-0/+469
| | | | | | | | | |
| | * | | | | | | | [sse-c] Implement SSE-C encryptionAlex Auvolat2024-03-0718-233/+1528
| |/ / / / / / / /
| * | | | | | | | Merge branch 'main' into next-0.10Alex Auvolat2024-03-073-5/+112
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request 'refactor: remove max_write_errors and max_faults' (#760) ↵Alex2024-03-055-19/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from yuka/garage:remove-max-write-errors into next-0.10 Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/760
| | * | | | | | | | refactor: remove max_write_errors and max_faultsYureka2024-03-045-19/+5
| |/ / / / / / / /
| * | | | | | | | Merge branch 'main' into next-0.10Alex Auvolat2024-03-0454-762/+6524
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [next-0.10] woodpecker: run debug pipeline on manual triggerAlex Auvolat2024-02-271-0/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'main' into next-0.10Alex Auvolat2024-02-265-84/+199
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'main' into next-0.10Alex Auvolat2024-02-231-15/+19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into next-0.10Alex Auvolat2024-02-236-148/+130
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [next-0.10] fix buildAlex Auvolat2024-02-221-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'main' into next-0.10Alex Auvolat2024-02-2216-488/+523
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [next-0.10] cluster node status metrics: report nodes of all active layout ↵Alex Auvolat2024-02-201-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions
| * | | | | | | | | | | | | Merge branch 'main' into next-0.10Alex Auvolat2024-02-2010-168/+531
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into next-0.10Alex Auvolat2024-02-1539-199/+3938
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into next-0.10Alex Auvolat2024-02-13163-4446/+11908
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | bump crate versions to 0.10.0v0.10.0-beta1Alex Auvolat2024-01-1112-86/+86
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request 'NLnet task 3' (#667) from nlnet-task3 into next-0.10Alex2024-01-1141-1666/+3282
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/667
| | * | | | | | | | | | | | | | | | layout: refactoring and fix in layout helpernlnet-task3Alex Auvolat2023-12-117-33/+38
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | layout: refactor/fix bad while loopAlex Auvolat2023-12-111-17/+14
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | fix some clippy lintsAlex Auvolat2023-12-119-22/+19
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | table: remove redundant tracing in insert_manyAlex Auvolat2023-12-111-5/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | table: fix insert_many to not send duplicatesAlex Auvolat2023-12-081-1/+12
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | layout: refactoring, merge two filesAlex Auvolat2023-12-084-435/+440
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | rpc helper: small refactoringsAlex Auvolat2023-12-081-14/+17
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | layout: move block_read_nodes_of to rpc_helper to avoid double-lockingAlex Auvolat2023-12-083-70/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (in theory, this could have caused a deadlock)
| | * | | | | | | | | | | | | | | | layout version: refactor get_node_zoneAlex Auvolat2023-12-082-26/+25
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | cli: improvements to the layout commands when multiple layouts are liveAlex Auvolat2023-12-084-29/+49
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | rpc: fix system::healthAlex Auvolat2023-12-081-3/+3
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | fix build with discovery featuresAlex Auvolat2023-12-071-2/+2
| | | | | | | | | | | | | | | | | |