| Commit message (Expand) | Author | Age | Files | Lines |
* | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 1 | -1/+1 |
* | [dep-upgrade-202402] simplify/refactor GetObject | Alex Auvolat | 2024-02-05 | 1 | -4/+4 |
* | 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 |
* | 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 |
|\ |
|
| * | 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 |
|/ |
|
* | Refactor background runner and get rid of job worker | Alex Auvolat | 2022-12-14 | 1 | -5/+4 |
* | Spawn all background workers in a separate step | Alex Auvolat | 2022-12-14 | 1 | -12/+19 |
* | Add block.rc_size, table.size and table.merkle_tree_size metrics | Alex Auvolat | 2022-12-13 | 1 | -1/+2 |
* | cli: prettier table in garage stats | Alex Auvolat | 2022-12-13 | 1 | -0/+5 |
* | Implement `block list-errors` and `block info` | Alex Auvolat | 2022-12-13 | 1 | -0/+34 |
* | RPC performance changes | Alex Auvolat | 2022-09-19 | 1 | -9/+9 |
* | improvements in block manager | Alex Auvolat | 2022-09-12 | 1 | -13/+16 |
* | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-06 | 1 | -514/+53 |
|\ |
|
| * | Merge branch 'main' into lx-perf-improvements | Alex Auvolat | 2022-09-05 | 1 | -505/+57 |
| |\ |
|
| | * | Ability to have up to 4 concurrently working resync workers | Alex Auvolat | 2022-09-02 | 1 | -7/+5 |
| | * | Make BlockManagerLocked fully private again | Alex Auvolat | 2022-09-02 | 1 | -13/+22 |
| | * | block manager: refactor: split resync into separate file | Alex Auvolat | 2022-09-02 | 1 | -550/+48 |
| | * | Ability to dynamically set resync tranquility | Alex Auvolat | 2022-09-02 | 1 | -11/+51 |
* | | | Reenable node ordering | Alex Auvolat | 2022-09-06 | 1 | -6/+4 |
* | | | Apply PRIO_SECONDARY to block data transfers | Alex Auvolat | 2022-09-01 | 1 | -3/+3 |
* | | | Less strict timeouts | Alex Auvolat | 2022-09-01 | 1 | -2/+6 |
* | | | Update to Netapp with OrderTag support and exploit OrderTags | Alex Auvolat | 2022-09-01 | 1 | -16/+39 |
* | | | Fix bytes_read counter | Alex Auvolat | 2022-08-31 | 1 | -4/+9 |
* | | | Factor out node request order selection logic & use in manager | Alex Auvolat | 2022-07-29 | 1 | -0/+2 |
* | | | Use streaming in block manager | Alex Auvolat | 2022-07-29 | 1 | -55/+194 |
* | | | First adaptation to WIP netapp with streaming body | Alex Auvolat | 2022-07-29 | 1 | -10/+9 |
|/ / |
|
* | | Performance improvements: | Alex Auvolat | 2022-07-29 | 1 | -12/+15 |
* | | Compute hashes on dedicated threads | Alex Auvolat | 2022-07-29 | 1 | -2/+4 |
|/ |
|
* | Background task manager (#332) | Alex | 2022-07-08 | 1 | -211/+118 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -35/+92 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -1/+1 |
* | Bring maximum exponential backoff time down from 16h to 1h | Alex Auvolat | 2022-04-07 | 1 | -1/+5 |
* | Add blocks in errored state to `garage stats` | Alex Auvolat | 2022-03-28 | 1 | -0/+5 |