aboutsummaryrefslogtreecommitdiff
path: root/src/block/manager.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-281-6/+31
|\
| * [fix-buffering] change request sending strategy and fix prioritiesfix-bufferingAlex Auvolat2024-03-271-5/+15
| * [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usageAlex Auvolat2024-03-271-1/+16
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-261-7/+5
|\|
| * [check-data-dir] add marker files in data directories (fix #601)check-data-dirAlex Auvolat2024-03-201-7/+5
* | [block-ref-repair] rename rc's rc field to rc_tableAlex Auvolat2024-03-191-2/+2
* | [block-ref-repair] Block refcount recalculation and repairAlex Auvolat2024-03-191-4/+10
* | 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
* | [rm-sled] Remove counted_tree_hackAlex Auvolat2024-03-081-6/+1
* | [sse-c] Implement SSE-C encryptionAlex Auvolat2024-03-071-11/+3
* | 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-231-78/+45
|\|
| * [refactor-block] simplify some morerefactor-blockAlex Auvolat2024-02-231-3/+3
| * [refactor-block] add DataBlockStream typeAlex Auvolat2024-02-231-14/+13
| * [refactor-block] refactor DataBlock and DataBlockPathAlex Auvolat2024-02-231-34/+22
| * [refactor-block] simplify rpc_get_blockAlex Auvolat2024-02-231-3/+2
| * [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-151-1/+1
|\|
| * [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-151-1/+1
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-4/+4
|\|
| * [dep-upgrade-202402] simplify/refactor GetObjectAlex Auvolat2024-02-051-4/+4
* | 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-141-4/+3
* | layout: prepare for write setsAlex Auvolat2023-11-141-1/+2
* | wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-091-5/+5
|/
* block manager: remove data_dir fieldmultihddAlex Auvolat2023-09-111-3/+0
* block manager: fix bug where rebalance didn't delete old copiesAlex Auvolat2023-09-071-1/+38
* block manager: add rebalance operation to rebalance multi-hdd setupsAlex Auvolat2023-09-071-9/+13
* 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-061-2/+6
* block manager: refactoring & increase max worker count to 8Alex Auvolat2023-09-061-13/+13
* block manager: refactoringAlex Auvolat2023-09-061-52/+44
* block manager: get rid of check_block_statusAlex Auvolat2023-09-061-49/+35
* block manager: move blocks in write_block if necessaryAlex Auvolat2023-09-061-12/+26
* block manager: use data paths from layoutAlex Auvolat2023-09-061-72/+75
* block manager: multi-directory layout computationAlex Auvolat2023-09-061-3/+7
* block manager: skeleton for multi-hdd supportAlex Auvolat2023-09-061-8/+21
* Make fsync an option for meta and dataAlex Auvolat2023-06-091-13/+22
* block/manager.rs: In is_block_compressed - check which compression_levelJonathan Davies2023-05-091-5/+25
* block/manager.rs: Set defaults for scrub_persister.Jonathan Davies2023-03-091-0/+1
* block/manager.rs: Display scrub-next-run.Jonathan Davies2023-03-061-0/+3
* block/metrics.rs: Added compression_level metric.Jonathan Davies2023-01-101-2/+6
* Merge pull request 'PutObject: better cleanup when request is interrupted in ...Alex2023-01-041-4/+32
|\
| * When saving block, delete .tmp file if we could not completeinterrupted-cleanupAlex Auvolat2023-01-031-4/+32
* | Uniform framework for bg variable managementAlex Auvolat2023-01-041-2/+29
|/