Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-14 | bcachefs: Document issue with bch_stripe layout | Kent Overstreet | |
We've got a problem with bch_stripe that is going to take an on disk format rev to fix - we can't access the block sector counts if the checksum type is unknown. Document it for now, there are a few other things to fix as well. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-09-21 | bcachefs: bch_stripe.disk_label | Kent Overstreet | |
When reshaping existing stripes, we should keep them on the same target that they were allocated on; to do this, we need to add a field to the btree stripe type. This is a tad awkward, because we only have 8 bits left, and targets are 16 bits - but we only need to store a label, not a full target. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-01-21 | bcachefs: ec_format.h | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> |