| Commit message (Expand) | Author | Age | Files | Lines |
* | fix some clippy lints | Alex Auvolat | 2023-12-11 | 1 | -2/+1 |
* | table: remove redundant tracing in insert_many | Alex Auvolat | 2023-12-11 | 1 | -5/+2 |
* | table: fix insert_many to not send duplicates | Alex Auvolat | 2023-12-08 | 1 | -1/+12 |
* | rpc: refactor result tracking for quorum sets | Alex Auvolat | 2023-12-07 | 1 | -43/+11 |
* | table: implement write sets for insert_many | Alex Auvolat | 2023-11-16 | 1 | -30/+127 |
* | layou: implement ack locking | Alex Auvolat | 2023-11-15 | 1 | -1/+1 |
* | table: take into account multiple write sets in inserts | Alex Auvolat | 2023-11-14 | 1 | -10/+7 |
* | layout: prepare for write sets | Alex Auvolat | 2023-11-14 | 1 | -2/+4 |
* | layout: add helpers to LayoutHistory and prepare integration with Table | Alex Auvolat | 2023-11-09 | 1 | -0/+2 |
* | wip: split out layout management from System into separate LayoutManager | Alex Auvolat | 2023-11-09 | 1 | -5/+5 |
* | cleanup | Alex Auvolat | 2023-01-03 | 1 | -11/+3 |
* | Refactor how things are migrated | Alex Auvolat | 2023-01-03 | 1 | -3/+4 |
* | Get rid of background::spawn | Alex Auvolat | 2022-12-14 | 1 | -5/+10 |
* | Refactor background runner and get rid of job worker | Alex Auvolat | 2022-12-14 | 1 | -11/+8 |
* | Spawn all background workers in a separate step | Alex Auvolat | 2022-12-14 | 1 | -8/+14 |
* | Proper queueing for delayed inserts, now backed to disk | Alex Auvolat | 2022-12-14 | 1 | -0/+11 |
* | RPC performance changes | Alex Auvolat | 2022-09-19 | 1 | -11/+3 |
* | Remove/change println! in server code (fix #358) | Alex Auvolat | 2022-09-13 | 1 | -1/+0 |
* | Less strict timeouts | Alex Auvolat | 2022-09-01 | 1 | -1/+1 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -1/+3 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -31/+95 |
* | Add spans to table calls, change span names in RPC | Alex Auvolat | 2022-03-14 | 1 | -2/+37 |
* | Add metrics to API endpoint | Alex Auvolat | 2022-03-14 | 1 | -2/+4 |
* | Refactor how durations are measured | Alex Auvolat | 2022-03-14 | 1 | -28/+34 |
* | Add many metrics in table/ and rpc/ | Alex Auvolat | 2022-03-14 | 1 | -1/+33 |
* | Some movement of helper code and refactoring of error handling | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
* | Make table name a const in trait | Alex Auvolat | 2021-12-15 | 1 | -9/+3 |
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -20/+15 |
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -46/+64 |
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -23/+23 |
* | fix clippy warnings on table | Trinity Pointard | 2021-05-03 | 1 | -8/+5 |
* | Leader-based GC | Alex Auvolat | 2021-03-16 | 1 | -1/+1 |
* | some reordering | Alex Auvolat | 2021-03-16 | 1 | -2/+2 |
* | Refactor code | Alex Auvolat | 2021-03-16 | 1 | -27/+26 |
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 1 | -5/+5 |
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -1/+1 |
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -6/+2 |
* | Move table rpc client out of tableaux | Alex Auvolat | 2021-03-12 | 1 | -18/+13 |
* | Make syncer have its own rpc client/server | Alex Auvolat | 2021-03-12 | 1 | -2/+2 |
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -28/+22 |
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -214/+51 |
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 1 | -29/+62 |
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 1 | -0/+1 |
* | Remove epidemic propagation for fully replicated stuff: write directly to all... | Alex Auvolat | 2021-03-05 | 1 | -15/+2 |
* | I was tired yesterday | Alex Auvolat | 2021-02-24 | 1 | -1/+1 |
* | fix misuse of sled transactions | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 1 | -7/+3 |
* | Make updated() be a sync function that doesn't fail | Alex Auvolat | 2021-02-23 | 1 | -3/+3 |
* | Handle correctly deletion dues to offloading | Alex Auvolat | 2021-02-23 | 1 | -23/+21 |
* | Several changes in table_sync: | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |