|
| 1 | +btrfs-progs-6.19 (2025-02-13) |
| 2 | +----------------------------- |
| 3 | + * mkfs: |
| 4 | + * make block-group-tree default (support since linux 6.1), use -O ^bgt to |
| 5 | + * unset it for backward compatibility |
| 6 | + * speed up initial device discard by procesing the ranges in order |
| 7 | + * disable block-grooup-tree feature if a dependent feature is explicitly |
| 8 | + unselected (like disabling no-holes), instead of erroring out |
| 9 | + * check: |
| 10 | + * add ability to detect and fix missing orphan items in deleted subvolumes |
| 11 | + * add ability to fix inode refs from directory items |
| 12 | + * enhance detection on unknown inode keys |
| 13 | + * libbtrfsutil: |
| 14 | + * minor version update to 1.4.0 |
| 15 | + * add missing aliases for API updates done in 0.1.3, C and python |
| 16 | + * libbtrfs: |
| 17 | + * patchlevel version update 0.1.5 |
| 18 | + * error handling updates |
| 19 | + * fixes: |
| 20 | + * with DUP profile and mixed sequential and conventional zoned make sure |
| 21 | + to track the right write pointers |
| 22 | + * scrub: fix ETA wraparound calculations, when many files get deleted |
| 23 | + during the operation bytes_scrubbed and bytes_total get too much out of |
| 24 | + sync, the ETA will be 0 |
| 25 | + * corrupt-block: add ability to specify key value when corrupting item keys |
| 26 | + * experimental features: |
| 27 | + * initial remap tree support (new logical-to-logical mapping layer), |
| 28 | + coming in linux 7.0 |
| 29 | + * other: |
| 30 | + * error handling improvements |
| 31 | + * CI updates |
| 32 | + * code cleanups and refactoring |
| 33 | + * documentation updates |
| 34 | + |
1 | 35 | btrfs-progs-6.18 (skipped) |
2 | 36 | -------------------------- |
3 | 37 |
|
|
0 commit comments