|
| 1 | +btrfs-progs-6.9 (2024-06-07) |
| 2 | +---------------------------- |
| 3 | + * mkfs: |
| 4 | + * if --force used, don't continue if the mount status cannot be |
| 5 | + determined (e.g. due to permissions) |
| 6 | + * fix minimum size calculation on zoned devices, make it work with option -b |
| 7 | + * check: |
| 8 | + * option --clear-ino-cache removed (functionality still provided in |
| 9 | + 'rescue' command group) |
| 10 | + * detect and repair wrong file extent item ram_bytes value |
| 11 | + * qgroup clear-stale: |
| 12 | + * sync the filesystem before search to read the up to date state |
| 13 | + * handle cases where qgroup cannot be deleted due to uncleaned subvolume |
| 14 | + or when squota is enabled |
| 15 | + * qgroup show: display status of qgroup regarding the cleaning of the |
| 16 | + subvolume or if it's squota |
| 17 | + * receive: fix stream parsing on strict alignment hosts (e.g. ARM v5 or v6) |
| 18 | + * tune change-csum: fix check of dev-replace status item, continue if no |
| 19 | + dev-replace in progress |
| 20 | + * dump-tree: print contents of dev-replace status item |
| 21 | + * convert: fix extent iteration to handle prealloc/unwritten extents |
| 22 | + * libbtrfsutil: |
| 23 | + * patchlevel version update 1.3.1 |
| 24 | + * fix potentially unaligned access to send stream |
| 25 | + * create library links to all version levels |
| 26 | + * libbtrfs: |
| 27 | + * patchlevel version update 0.1.3 |
| 28 | + * fix potentially unaligned access to send stream |
| 29 | + * create library links to all version levels |
| 30 | + * build: |
| 31 | + * fix compatibility with e2fsprogs 1.47.1 |
| 32 | + * fix header file dependency tracking |
| 33 | + * -O2 by default |
| 34 | + * other: |
| 35 | + * new and updated tests |
| 36 | + * ASAN and UBSAN test coverage in CI |
| 37 | + * documentation updates |
| 38 | + |
1 | 39 | btrfs-progs-6.8 (2024-03-26)
|
2 | 40 | ----------------------------
|
3 | 41 | * fix --enqueue option timeout handling
|
|
0 commit comments