aboutsummaryrefslogtreecommitdiff
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-262-19/+53
|\
| * [check-data-dir] add marker files in data directories (fix #601)check-data-dirAlex Auvolat2024-03-202-19/+53
* | [block-ref-repair] rename rc's rc field to rc_tableAlex Auvolat2024-03-193-17/+17
* | [block-ref-repair] Block refcount recalculation and repairAlex Auvolat2024-03-194-7/+90
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-181-31/+37
|\|
| * [disable-scrub] implement a `disable_scrub` configuration optionAlex Auvolat2024-03-141-31/+37
| * [rel-0.9.3] Bump version to 0.9.3v0.9.3Alex Auvolat2024-03-041-1/+1
| * [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2Alex Auvolat2024-03-011-1/+1
* | [rm-sled] Remove counted_tree_hackAlex Auvolat2024-03-083-24/+15
* | [rm-sled] Remove the Sled database engineAlex Auvolat2024-03-081-3/+3
* | [sse-c] Implement SSE-C encryptionAlex Auvolat2024-03-073-12/+6
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-261-1/+11
|\|
| * [refactor-put] add ordering tag to blocks being sent to storage nodesAlex Auvolat2024-02-261-1/+11
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-233-142/+100
|\|
| * [refactor-block] simplify some morerefactor-blockAlex Auvolat2024-02-232-22/+5
| * [refactor-block] add DataBlockStream typeAlex Auvolat2024-02-232-14/+18
| * [refactor-block] refactor DataBlock and DataBlockPathAlex Auvolat2024-02-233-75/+85
| * [refactor-block] simplify rpc_get_blockAlex Auvolat2024-02-232-24/+4
| * [refactor-block] move read_stream_to_end to garage_netAlex Auvolat2024-02-231-18/+4
| * [refactor-block] Remove redundant BlockStream typeAlex Auvolat2024-02-231-6/+1
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-152-1/+2
|\|
| * [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-152-1/+2
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-132-24/+24
|\|
| * [dep-upgrade-202402] simplify/refactor GetObjectAlex Auvolat2024-02-051-4/+4
| * [dep-upgrade-202402] refactor dependencies: move all as workspace depsAlex Auvolat2024-02-051-20/+20
| * Bump version to 0.9.1v0.9.1rel-v0.9.1Alex Auvolat2024-01-161-1/+1
* | bump crate versions to 0.10.0v0.10.0-beta1Alex Auvolat2024-01-111-1/+1
* | layout: move block_read_nodes_of to rpc_helper to avoid double-lockingAlex Auvolat2023-12-081-1/+1
* | block manager: read_block using old layout versions if necessaryAlex Auvolat2023-11-271-2/+4
* | layou: implement ack lockingAlex Auvolat2023-11-151-1/+1
* | table: take into account multiple write sets in insertsAlex Auvolat2023-11-142-5/+4
* | layout: prepare for write setsAlex Auvolat2023-11-142-2/+3
* | wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-092-7/+7
|/
* bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-1/+1
* garage_db: refactor transactions and add on_commit mechanismAlex Auvolat2023-09-211-2/+2
* Merge branch 'main' into nextAlex Auvolat2023-09-111-1/+1
|\
| * update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
* | block repair: simpler/more robust iterator progress calculationAlex Auvolat2023-09-111-23/+14
* | scrub: clear saved checkpoint when canceling scrubAlex Auvolat2023-09-111-0/+3
* | block manager: remove data_dir fieldmultihddAlex Auvolat2023-09-111-3/+0
* | block manager: fix indentation (why not detected by cargo fmt?)Alex Auvolat2023-09-111-16/+16
* | block manager: fix bug where rebalance didn't delete old copiesAlex Auvolat2023-09-073-18/+59
* | block manager: fix bugsAlex Auvolat2023-09-072-5/+26
* | block manager: add rebalance operation to rebalance multi-hdd setupsAlex Auvolat2023-09-073-14/+106
* | block manager: refactor and fix monitoring/statisticsAlex Auvolat2023-09-071-27/+20
* | block manager: avoid incorrect data_dir configs and avoid losing filesAlex Auvolat2023-09-062-5/+44
* | block manager: scrub checkpointingAlex Auvolat2023-09-061-50/+108
* | block manager: fixes in layoutAlex Auvolat2023-09-061-23/+33
* | block manager: refactoring & increase max worker count to 8Alex Auvolat2023-09-062-14/+14
* | block manager: fix dir_not_emptyAlex Auvolat2023-09-061-2/+1