| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-15 | 1 | -5/+5 |
* | layout: refactoring and fix in layout helpernlnet-task3 | Alex Auvolat | 2023-12-11 | 3 | -20/+27 |
* | layout: refactor/fix bad while loop | Alex Auvolat | 2023-12-11 | 1 | -17/+14 |
* | fix some clippy lints | Alex Auvolat | 2023-12-11 | 4 | -13/+11 |
* | layout: refactoring, merge two files | Alex Auvolat | 2023-12-08 | 4 | -435/+440 |
* | layout: move block_read_nodes_of to rpc_helper to avoid double-locking | Alex Auvolat | 2023-12-08 | 1 | -23/+4 |
* | layout version: refactor get_node_zone | Alex Auvolat | 2023-12-08 | 2 | -26/+25 |
* | layout: allow sync update tracker to progress with only quorums | Alex Auvolat | 2023-12-07 | 4 | -17/+141 |
* | table sync: use write quorums to report global success or failure of sync | Alex Auvolat | 2023-12-07 | 2 | -2/+2 |
* | rpc: refactor result tracking for quorum sets | Alex Auvolat | 2023-12-07 | 1 | -0/+6 |
* | layout updates: fix the set of nodes among which minima are calculated | Alex Auvolat | 2023-12-07 | 3 | -8/+27 |
* | cli: add layout history and layout assume-sync commands | Alex Auvolat | 2023-11-27 | 1 | -1/+8 |
* | block manager: read_block using old layout versions if necessary | Alex Auvolat | 2023-11-27 | 3 | -1/+41 |
* | layout: refactor digests and add "!=" assertions before epidemic bcast | Alex Auvolat | 2023-11-16 | 4 | -30/+36 |
* | layout: split helper in separate file; more precise difference tracking | Alex Auvolat | 2023-11-16 | 4 | -254/+256 |
* | layout: fix test | Alex Auvolat | 2023-11-15 | 1 | -2/+0 |
* | layou: implement ack locking | Alex Auvolat | 2023-11-15 | 3 | -32/+141 |
* | layout: add helper for cached/external values to centralize recomputation | Alex Auvolat | 2023-11-15 | 3 | -169/+212 |
* | layout: wip cache global mins | Alex Auvolat | 2023-11-15 | 3 | -31/+57 |
* | layout history merge: rm invalid versions when valid versions are added | Alex Auvolat | 2023-11-15 | 2 | -10/+28 |
* | layout: fix test | Alex Auvolat | 2023-11-14 | 1 | -1/+1 |
* | layout: prepare for write sets | Alex Auvolat | 2023-11-14 | 2 | -14/+26 |
* | layout: fixes in schema | Alex Auvolat | 2023-11-14 | 1 | -21/+21 |
* | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 2 | -10/+22 |
* | layout: some refactoring of nongateway nodes | Alex Auvolat | 2023-11-14 | 3 | -57/+88 |
* | layout: fix test | Alex Auvolat | 2023-11-11 | 4 | -169/+174 |
* | layout/sync: fix bugs and add tracing | Alex Auvolat | 2023-11-11 | 2 | -3/+10 |
* | table sync: adapt to new layout history | Alex Auvolat | 2023-11-11 | 3 | -15/+23 |
* | layout: add helpers to LayoutHistory and prepare integration with Table | Alex Auvolat | 2023-11-09 | 4 | -13/+72 |
* | layout: fix tracker bugs | Alex Auvolat | 2023-11-09 | 2 | -4/+10 |
* | layout admin: add missing calls to update_hash | Alex Auvolat | 2023-11-09 | 1 | -1/+1 |
* | layout: begin managing the update tracker values | Alex Auvolat | 2023-11-09 | 4 | -33/+109 |
* | layout: separate code path for synchronizing update trackers only | Alex Auvolat | 2023-11-09 | 3 | -60/+154 |
* | layout: refactor to use a RwLock on LayoutHistory | Alex Auvolat | 2023-11-09 | 1 | -46/+47 |
* | layout: more refactoring | Alex Auvolat | 2023-11-09 | 2 | -42/+80 |
* | wip: split out layout management from System into separate LayoutManager | Alex Auvolat | 2023-11-09 | 2 | -0/+179 |
* | layout: use separate CRDT for staged layout changes | Alex Auvolat | 2023-11-09 | 6 | -137/+535 |
* | cluster layout: adapt all uses of ClusterLayout to LayoutHistory | Alex Auvolat | 2023-11-08 | 2 | -15/+7 |
* | WIP: garage_rpc: store layout version history | Alex Auvolat | 2023-11-08 | 5 | -0/+1561 |