aboutsummaryrefslogtreecommitdiff
path: root/src/model/k2v/rpc.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-281-1/+1
|\
| * [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usageAlex Auvolat2024-03-271-1/+5
* | [next-0.10] fixes to k2v rpc + comment fixesAlex Auvolat2024-03-271-9/+4
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-151-1/+1
|\|
| * [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-151-1/+1
* | rpc: fix write set quorumsAlex Auvolat2023-11-151-1/+1
* | table: take into account multiple write sets in insertsAlex Auvolat2023-11-141-9/+6
* | layout: prepare for write setsAlex Auvolat2023-11-141-4/+6
* | wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-091-7/+13
|/
* More clippy fixesAlex Auvolat2023-01-261-3/+3
* PollRange: add extra RPC delay after quorum is achieved,Alex Auvolat2023-01-111-18/+59
* Poll cleanupAlex Auvolat2023-01-111-2/+2
* Correctly return bad requests when seeh marker is invalidAlex Auvolat2023-01-111-6/+7
* PollRange: return immediately if no seen marker is providedAlex Auvolat2023-01-111-18/+39
* Lock once for insert_manyAlex Auvolat2023-01-111-12/+22
* PollRange RPCAlex Auvolat2023-01-101-4/+129
* Make K2V item timestamps globally increasing on each nodeAlex Auvolat2023-01-101-4/+41
* K2V: Subscription to ranges of itemsAlex Auvolat2023-01-101-5/+5
* Small refactor of tables internalsAlex Auvolat2022-12-141-6/+1
* RPC performance changesAlex Auvolat2022-09-191-19/+17
* First implementation of K2V (#293)Alex2022-05-101-0/+343