aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* | table: take into account multiple write sets in insertsAlex Auvolat2023-11-141-108/+170
* | layout: prepare for write setsAlex Auvolat2023-11-143-16/+27
* | system: add todo wrt new layoutAlex Auvolat2023-11-141-1/+3
* | layout: fixes in schemaAlex Auvolat2023-11-141-21/+21
* | layout: refactoring of all_nodesAlex Auvolat2023-11-143-11/+23
* | 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-114-16/+24
* | 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-094-61/+168
* | layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-093-59/+60
* | layout: more refactoringAlex Auvolat2023-11-093-69/+93
* | wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-093-190/+284
* | layout: use separate CRDT for staged layout changesAlex Auvolat2023-11-097-148/+130
* | bump garage protocol version tag to 0x000A (0.10)Alex Auvolat2023-11-081-1/+1
* | cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-082-15/+7
* | WIP: garage_rpc: store layout version historyAlex Auvolat2023-11-087-345/+550
* | avoid using layout_watch in System directlyAlex Auvolat2023-11-081-2/+2
* | remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-085-206/+100
* | garage_rpc: reorder functions in layout.rsAlex Auvolat2023-11-081-110/+113
|/
* fix compilation on macostrinity-1686a2023-10-151-2/+2
* bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-1/+1
* actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix...v0.9.0-beta4Alex Auvolat2023-09-271-1/+1
* Merge branch 'main' into nextAlex Auvolat2023-09-271-9/+9
|\
| * fix hang on shutdownAlex Auvolat2023-09-121-9/+9
* | new layout: use deterministic randomness for reproducible resultsAlex Auvolat2023-09-211-2/+6
* | new layout: fix clippy lintsAlex Auvolat2023-09-183-17/+17
* | new layout: improve display and fix commentsAlex Auvolat2023-09-181-7/+7
* | new layout: make zone_redundancy optionnal (if not set, is maximum)Alex Auvolat2023-09-181-35/+96
* | new layout: improve output displayAlex Auvolat2023-09-122-43/+43
* | Merge branch 'main' into nextv0.9.0-beta2Alex Auvolat2023-09-111-2/+2
|\|
| * fix 32-bit buildfix-32bitAlex Auvolat2023-09-111-2/+2
* | Merge branch 'main' into nextAlex Auvolat2023-09-112-37/+31
|\|
| * use statvfs instead of mount list to determine free data/meta space (fix #611)Alex Auvolat2023-09-112-10/+9
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-2/+2
|\|
| * update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
| * Revert netapp update, hold to version 0.5.2 that uses rmp-serde 0.15Alex Auvolat2023-09-051-1/+1
* | correct free data space accounting for multiple data dirs on same fsAlex Auvolat2023-09-071-5/+23
* | block manager: skeleton for multi-hdd supportAlex Auvolat2023-09-061-4/+19
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-2/+3
|\|
| * add garage_db dependency in garage_rpcnext-0.8Alex Auvolat2023-08-281-0/+1
| * bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
| * cargo: Updated gethostname v0.2.3 -> v0.4.3.Jonathan Davies2023-08-281-1/+1
* | admin api: switch GetClusterHealth to camelcase (fix #381 again)Alex Auvolat2023-06-141-2/+2
* | update netapp's rmp-serde dependency to v1.1Alex Auvolat2023-06-131-1/+1
* | Merge branch 'main' into nextAlex Auvolat2023-06-131-60/+111
|\|