Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-28 | 1 | -6/+31 |
|\ | |||||
| * | [fix-buffering] change request sending strategy and fix prioritiesfix-buffering | Alex Auvolat | 2024-03-27 | 1 | -5/+15 |
| | | | | | | | | remove LAS, priorize new requests but otherwise just do standard queuing | ||||
| * | [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usage | Alex Auvolat | 2024-03-27 | 1 | -1/+16 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-26 | 1 | -7/+5 |
|\| | |||||
| * | [check-data-dir] add marker files in data directories (fix #601)check-data-dir | Alex Auvolat | 2024-03-20 | 1 | -7/+5 |
| | | |||||
* | | [block-ref-repair] rename rc's rc field to rc_table | Alex Auvolat | 2024-03-19 | 1 | -2/+2 |
| | | |||||
* | | [block-ref-repair] Block refcount recalculation and repair | Alex Auvolat | 2024-03-19 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | - We always recalculate the reference count of a block before deleting it locally, to make sure that it is indeed zero. - If we had to fetch a remote block but we were not able to get it, check that refcount is indeed > 0. - Repair procedure that checks everything | ||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-18 | 1 | -31/+37 |
|\| | |||||
| * | [disable-scrub] implement a `disable_scrub` configuration option | Alex Auvolat | 2024-03-14 | 1 | -31/+37 |
| | | |||||
* | | [rm-sled] Remove counted_tree_hack | Alex Auvolat | 2024-03-08 | 1 | -6/+1 |
| | | |||||
* | | [sse-c] Implement SSE-C encryption | Alex Auvolat | 2024-03-07 | 1 | -11/+3 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-26 | 1 | -1/+11 |
|\| | |||||
| * | [refactor-put] add ordering tag to blocks being sent to storage nodes | Alex Auvolat | 2024-02-26 | 1 | -1/+11 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-23 | 1 | -78/+45 |
|\| | |||||
| * | [refactor-block] simplify some morerefactor-block | Alex Auvolat | 2024-02-23 | 1 | -3/+3 |
| | | |||||
| * | [refactor-block] add DataBlockStream type | Alex Auvolat | 2024-02-23 | 1 | -14/+13 |
| | | |||||
| * | [refactor-block] refactor DataBlock and DataBlockPath | Alex Auvolat | 2024-02-23 | 1 | -34/+22 |
| | | |||||
| * | [refactor-block] simplify rpc_get_block | Alex Auvolat | 2024-02-23 | 1 | -3/+2 |
| | | |||||
| * | [refactor-block] move read_stream_to_end to garage_net | Alex Auvolat | 2024-02-23 | 1 | -18/+4 |
| | | |||||
| * | [refactor-block] Remove redundant BlockStream type | Alex Auvolat | 2024-02-23 | 1 | -6/+1 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-15 | 1 | -1/+1 |
|\| | |||||
| * | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 1 | -4/+4 |
|\| | |||||
| * | [dep-upgrade-202402] simplify/refactor GetObject | Alex Auvolat | 2024-02-05 | 1 | -4/+4 |
| | | |||||
* | | layout: move block_read_nodes_of to rpc_helper to avoid double-locking | Alex Auvolat | 2023-12-08 | 1 | -1/+1 |
| | | | | | | | | (in theory, this could have caused a deadlock) | ||||
* | | block manager: read_block using old layout versions if necessary | Alex Auvolat | 2023-11-27 | 1 | -2/+4 |
| | | |||||
* | | layou: implement ack locking | Alex Auvolat | 2023-11-15 | 1 | -1/+1 |
| | | |||||
* | | table: take into account multiple write sets in inserts | Alex Auvolat | 2023-11-14 | 1 | -4/+3 |
| | | |||||
* | | layout: prepare for write sets | Alex Auvolat | 2023-11-14 | 1 | -1/+2 |
| | | |||||
* | | wip: split out layout management from System into separate LayoutManager | Alex Auvolat | 2023-11-09 | 1 | -5/+5 |
|/ | |||||
* | block manager: remove data_dir fieldmultihdd | Alex Auvolat | 2023-09-11 | 1 | -3/+0 |
| | |||||
* | block manager: fix bug where rebalance didn't delete old copies | Alex Auvolat | 2023-09-07 | 1 | -1/+38 |
| | |||||
* | block manager: add rebalance operation to rebalance multi-hdd setups | Alex Auvolat | 2023-09-07 | 1 | -9/+13 |
| | |||||
* | block manager: refactor and fix monitoring/statistics | Alex Auvolat | 2023-09-07 | 1 | -27/+20 |
| | |||||
* | block manager: avoid incorrect data_dir configs and avoid losing files | Alex Auvolat | 2023-09-06 | 1 | -2/+6 |
| | |||||
* | block manager: refactoring & increase max worker count to 8 | Alex Auvolat | 2023-09-06 | 1 | -13/+13 |
| | |||||
* | block manager: refactoring | Alex Auvolat | 2023-09-06 | 1 | -52/+44 |
| | |||||
* | block manager: get rid of check_block_status | Alex Auvolat | 2023-09-06 | 1 | -49/+35 |
| | |||||
* | block manager: move blocks in write_block if necessary | Alex Auvolat | 2023-09-06 | 1 | -12/+26 |
| | |||||
* | block manager: use data paths from layout | Alex Auvolat | 2023-09-06 | 1 | -72/+75 |
| | |||||
* | block manager: multi-directory layout computation | Alex Auvolat | 2023-09-06 | 1 | -3/+7 |
| | |||||
* | block manager: skeleton for multi-hdd support | Alex Auvolat | 2023-09-06 | 1 | -8/+21 |
| | |||||
* | Make fsync an option for meta and data | Alex Auvolat | 2023-06-09 | 1 | -13/+22 |
| | |||||
* | block/manager.rs: In is_block_compressed - check which compression_level | Jonathan Davies | 2023-05-09 | 1 | -5/+25 |
| | | | | | is configured on a node and check for raw block first if compression is disabled (to help reduce syscalls during a scrub). | ||||
* | block/manager.rs: Set defaults for scrub_persister. | Jonathan Davies | 2023-03-09 | 1 | -0/+1 |
| | |||||
* | block/manager.rs: Display scrub-next-run. | Jonathan Davies | 2023-03-06 | 1 | -0/+3 |
| | |||||
* | block/metrics.rs: Added compression_level metric. | Jonathan Davies | 2023-01-10 | 1 | -2/+6 |
| | |||||
* | Merge pull request 'PutObject: better cleanup when request is interrupted in ↵ | Alex | 2023-01-04 | 1 | -4/+32 |
|\ | | | | | | | | | | | the middle' (#462) from interrupted-cleanup into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/462 | ||||
| * | When saving block, delete .tmp file if we could not completeinterrupted-cleanup | Alex Auvolat | 2023-01-03 | 1 | -4/+32 |
| | | |||||
* | | Uniform framework for bg variable management | Alex Auvolat | 2023-01-04 | 1 | -2/+29 |
|/ |