Skip to content

Commit 680524a

Browse files
committed
btrfs-progs: update CHANGES for 6.9
Signed-off-by: David Sterba <[email protected]>
1 parent e4d372e commit 680524a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGES

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
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+
139
btrfs-progs-6.8 (2024-03-26)
240
----------------------------
341
* fix --enqueue option timeout handling

0 commit comments

Comments
 (0)