aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Start LMDB adapter, with fixed semanticsAlex Auvolat2022-06-0311-85/+372
* Update rmp-serdeAlex Auvolat2022-06-0316-22/+20
* small fixesAlex Auvolat2022-06-032-6/+3
* whoopsAlex Auvolat2022-06-032-2/+17
* Fix block repair to not deadlock with sqliteAlex Auvolat2022-06-031-0/+8
* fix clipy lintAlex Auvolat2022-06-031-5/+4
* Slightly prettier codeAlex Auvolat2022-06-035-78/+42
* Garage works on sqlite, but it's a hackAlex Auvolat2022-06-037-34/+118
* Conversion utilityAlex Auvolat2022-06-035-78/+130
* Fix most clippy lintsAlex Auvolat2022-06-038-85/+90
* Change value type to be a dyn thingAlex Auvolat2022-06-0310-45/+165
* Drop laterAlex Auvolat2022-06-032-14/+16
* Just refactor a bitAlex Auvolat2022-06-021-71/+45
* Horrible implementation of range for sqliteAlex Auvolat2022-06-021-2/+92
* Sqlite iter with unsafe codeAlex Auvolat2022-06-027-60/+162
* Add back SendAlex Auvolat2022-06-021-1/+1
* Begin sqlite adapterAlex Auvolat2022-06-025-102/+394
* Use Cell instead of ArcSwapAlex Auvolat2022-06-023-42/+27
* Complete sled abstractionAlex Auvolat2022-06-022-17/+133
* Do not put sled in garage's cargo.tomlAlex Auvolat2022-06-023-4/+6
* Adapt Garage to use new DB abstractionAlex Auvolat2022-06-0225-210/+351
* Implement iter() and range() on dbAlex Auvolat2022-06-023-15/+98
* First iteration of a generic DB layerAlex Auvolat2022-06-025-0/+379
* Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-typeAlex Auvolat2022-05-258-43/+30
* K2V client improvements (#307)v0.7.2Alex2022-05-244-4/+61
* First version of admin API (#298)Alex2022-05-2460-857/+2551
* Add a K2V client library and CLI (#303)trinity-1686a2022-05-1810-29/+1138
* K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305Alex Auvolat2022-05-172-2/+93
* Make background runner terminate correctlyAlex Auvolat2022-05-171-15/+22
* First implementation of K2V (#293)Alex2022-05-1078-1141/+5520
* Update netapp to 0.4.4, fix #300v0.7.1netapp-0.4.4Alex Auvolat2022-05-091-1/+1
* Fix `layout show` to not show changes when there are no changes (#297)Alex2022-05-092-5/+22
* fix clippyfix-multipart-fragmentationAlex Auvolat2022-04-191-1/+1
* Prettier code for defragmentationAlex Auvolat2022-04-191-104/+102
* Defragmentation in UploadPartCopy: first pass (not pretty but it compiles)Alex Auvolat2022-04-191-63/+122
* remove size limitation in UploadPartCopy (#280)withinboredom2022-04-191-12/+0
* Add missing opentelemetry featuresAlex Auvolat2022-04-081-1/+1
* Update to netapp 0.4.2 (a tiny fix)Alex Auvolat2022-04-074-4/+4
* Bring maximum exponential backoff time down from 16h to 1hAlex Auvolat2022-04-071-1/+5
* New replication modes and their documentationfeature/documentationAlex Auvolat2022-03-281-4/+13
* fix a clippy lintAlex Auvolat2022-03-281-1/+1
* Add blocks in errored state to `garage stats`Alex Auvolat2022-03-282-0/+11
* Log admin GET requests at debug level instead of infoAlex Auvolat2022-03-281-1/+1
* Add feature flag for Kubernetes discoveryAlex Auvolat2022-03-246-79/+108
* Make layout optimization work in relative termsbug/layoutAlex Auvolat2022-03-241-9/+14
* Allow `garage layout assign` to assign to several nodes at onceAlex Auvolat2022-03-242-46/+56
* Slight change and add comment to layout assignation algoAlex Auvolat2022-03-241-37/+33
* Small change to partition assignation algorithmAlex Auvolat2022-03-242-9/+37
* Add lots of comments on how the resync queue worksAlex Auvolat2022-03-231-5/+96
* ClippyAlex Auvolat2022-03-232-5/+5