aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/layout
Commit message (Expand)AuthorAgeFilesLines
* layout: fixes in schemaAlex Auvolat2023-11-141-21/+21
* layout: refactoring of all_nodesAlex Auvolat2023-11-142-10/+22
* layout: some refactoring of nongateway nodesAlex Auvolat2023-11-143-57/+88
* layout: fix testAlex Auvolat2023-11-114-169/+174
* layout/sync: fix bugs and add tracingAlex Auvolat2023-11-112-3/+10
* table sync: adapt to new layout historyAlex Auvolat2023-11-113-15/+23
* layout: add helpers to LayoutHistory and prepare integration with TableAlex Auvolat2023-11-094-13/+72
* layout: fix tracker bugsAlex Auvolat2023-11-092-4/+10
* layout admin: add missing calls to update_hashAlex Auvolat2023-11-091-1/+1
* layout: begin managing the update tracker valuesAlex Auvolat2023-11-094-33/+109
* layout: separate code path for synchronizing update trackers onlyAlex Auvolat2023-11-093-60/+154
* layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-091-46/+47
* layout: more refactoringAlex Auvolat2023-11-092-42/+80
* wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-092-0/+179
* layout: use separate CRDT for staged layout changesAlex Auvolat2023-11-096-137/+535
* cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-082-15/+7
* WIP: garage_rpc: store layout version historyAlex Auvolat2023-11-085-0/+1561