Gwen Lg
|
141b3f24f1
|
chore: clean relative to references and borrows
- lint message: the borrowed expression implements the required traits
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrows_for_generic_args
- lint message: this expression creates a reference which is immediately dereferenced by the compiler
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrow
- lint message: you don't need to add `&` to all patterns
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#match_ref_pat
- remove useless taken reference
lint message: needlessly taken reference of left operand
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#op_ref
- use &Path instead of &PathBuf as fn parameters
lint message: writing `&PathBuf` instead of `&Path` involves a new object where a slice will do
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#ptr_arg
|
2026-01-29 20:49:28 +01:00 |
|
Alex Auvolat
|
295237476e
|
fix formatting to comply with latest rustfmt
|
2025-01-12 17:36:25 +01:00 |
|
Alex Auvolat
|
ba33bb31f1
|
[check-data-dir] add marker files in data directories (fix #601)
|
2024-03-20 15:20:25 +01:00 |
|
Alex Auvolat
|
de5d792181
|
block manager: fix indentation (why not detected by cargo fmt?)
|
2023-09-11 11:52:57 +02:00 |
|
Alex Auvolat
|
2657b5c1b9
|
block manager: fix bugs
|
2023-09-07 15:30:56 +02:00 |
|
Alex Auvolat
|
6b008b5bd3
|
block manager: add rebalance operation to rebalance multi-hdd setups
|
2023-09-07 13:44:11 +02:00 |
|
Alex Auvolat
|
f38a31b330
|
block manager: avoid incorrect data_dir configs and avoid losing files
|
2023-09-06 17:49:30 +02:00 |
|
Alex Auvolat
|
55c514999e
|
block manager: fixes in layout
|
2023-09-06 16:35:28 +02:00 |
|
Alex Auvolat
|
3a74844df0
|
block manager: fix dir_not_empty
|
2023-09-06 16:35:28 +02:00 |
|
Alex Auvolat
|
887b3233f4
|
block manager: use data paths from layout
|
2023-09-06 16:35:28 +02:00 |
|
Alex Auvolat
|
6c420c0880
|
block manager: multi-directory layout computation
|
2023-09-06 16:35:28 +02:00 |
|
Alex Auvolat
|
71c0188055
|
block manager: skeleton for multi-hdd support
|
2023-09-06 16:35:28 +02:00 |
|