aboutsummaryrefslogtreecommitdiff
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* [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
* [refactor-put] add ordering tag to blocks being sent to storage nodesAlex Auvolat2024-02-261-1/+11
* [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
* [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-152-1/+2
* [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 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
* | block manager: refactoringAlex Auvolat2023-09-061-52/+44
* | block manager: get rid of check_block_statusAlex Auvolat2023-09-062-56/+45
* | block manager: move blocks in write_block if necessaryAlex Auvolat2023-09-061-12/+26
* | block manager: use data paths from layoutAlex Auvolat2023-09-063-89/+104
* | block manager: multi-directory layout computationAlex Auvolat2023-09-064-30/+255
* | block manager: skeleton for multi-hdd supportAlex Auvolat2023-09-064-83/+221
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-2/+2
|\|
| * bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
| * cargo: Updated async-compression to 0.4.Jonathan Davies2023-06-281-1/+1
* | Merge branch 'main' into nextAlex Auvolat2023-06-132-11/+5
|\|
| * Merge pull request 'cargo: tokio-1.28 and hyper-0.14.26 update' (#569) from j...Alex2023-05-111-1/+1
| |\
| | * block/Cargo.toml: Bump tokio-util to 0.7.Jonathan Davies2023-05-091-1/+1
| * | *: apply clippy recommendations.Jonathan Davies2023-05-091-10/+4
| |/
* / Make fsync an option for meta and dataAlex Auvolat2023-06-091-13/+22
|/
* Merge pull request 'block/manager.rs: Prioritize raw blocks when no compressi...Alex2023-05-091-5/+25
|\
| * block/manager.rs: In is_block_compressed - check which compression_levelJonathan Davies2023-05-091-5/+25
* | Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-4/+4
|/
* block/repair.rs: Added log entries for scrub start/finish.Jonathan Davies2023-04-231-2/+12
* Prepare for v0.8.2Alex Auvolat2023-03-132-5/+6