aboutsummaryrefslogtreecommitdiff
path: root/src/model/block.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement GC delay for table dataAlex Auvolat2021-11-081-8/+2
* Safety: never voluntarily delete block in 10min interval after RC reaches zeroAlex Auvolat2021-11-081-48/+180
* Add tranquilizer mechanism to improve on token bucket mechanismtranquilityAlex Auvolat2021-11-041-25/+32
* Fix race in block resyncAlex Auvolat2021-10-271-9/+8
* Refactoring on repair commandscli-verify-integrityAlex Auvolat2021-10-271-40/+30
* add cli parameter to verify local bloc integrityTrinity Pointard2021-10-271-29/+92
* Fix clippy lints (fix #121)Alex Auvolat2021-10-261-6/+6
* Refactor block manager code, and hopefully fix deadlockAlex Auvolat2021-10-251-170/+247
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-1/+3
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-17/+13
* First port of Garage to NetappAlex Auvolat2021-10-221-50/+59
* rename types to CamelCaseTrinity Pointard2021-05-031-1/+1
* fix clippy warnings on modelTrinity Pointard2021-05-031-15/+15
* change some more comments and revert changes on TableSchemaTrinity Pointard2021-04-271-1/+0
* make most requested changesTrinity Pointard2021-04-271-3/+3
* attempt at documenting model crateTrinity Pointard2021-04-271-1/+26
* attempt at documenting table crateTrinity Pointard2021-04-271-1/+1
* GC object table in a specific caseAlex Auvolat2021-03-161-1/+1
* Simplify replication logicAlex Auvolat2021-03-161-8/+6
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-7/+6
* WIP migrate to tokio 1Alex Auvolat2021-03-151-10/+13
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-151-28/+30
* Small fixesAlex Auvolat2021-03-151-7/+16
* Make block rc code more understandableAlex Auvolat2021-03-151-33/+21
* Time and metadata improvementsAlex Auvolat2021-03-151-2/+2
* Fix race conditionAlex Auvolat2021-03-151-3/+7
* Fix list API bugAlex Auvolat2021-03-151-11/+17
* cargo fmtAlex Auvolat2021-03-121-2/+6
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-12/+6
* More security: don't delete stuff too easilyAlex Auvolat2021-03-111-0/+3
* WIP big refactoringAlex Auvolat2021-03-111-3/+2
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-8/+6
* Switch to blake2 sum for identifying blocks by their dataAlex Auvolat2021-03-101-1/+1
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-1/+1
* Remove epidemic propagation for fully replicated stuff: write directly to all...Alex Auvolat2021-03-051-9/+27
* Simulate stuff moving aroundAlex Auvolat2021-02-251-0/+3
* fix tracingAlex Auvolat2021-02-241-2/+1
* Arrange block managerAlex Auvolat2021-02-241-83/+65
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-1/+1
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-1/+1
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-2/+2
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-1/+1
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-0/+506