Skip to content

Commit 29a3b68

Browse files
committed
btrfs-progs: update CHANGES for 6.5.3
Signed-off-by: David Sterba <dsterba@suse.com>
1 parent b13230f commit 29a3b68

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGES

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,39 @@ btrfs-progs-6.5.2 (2023-10-03)
4040
* updated tests and CI
4141
* sync sources with kernel
4242

43+
btrfs-progs-6.5.3 (2023-10-21)
44+
""""""""""""""""""""""""""""""
45+
* mkfs:
46+
* add short aliases for -O specification, block-group-tree (bgt),
47+
free-space-tree (fst), raid-stripe-tree (rst)
48+
* don't try to resize the image (namely when backed by file) when --rootdir
49+
contains sparse file larger than the image
50+
* also copy xattr/permissions/ugid/timestamps of the top --rootdir directory
51+
* add new option --device-uuid to let user specify exact uuid of the
52+
device item (only for single device filesystems)
53+
* check:
54+
* on zoned devices, use correct super block offsets when repairing
55+
* check inline extent refs order
56+
* subvolume create: add new option --parent to create missing path
57+
components of the given path (like mkdir -p)
58+
* rescue clear-ino-cache: new command moved from 'btrfs check' implementing
59+
the same as option --clear-ino-cache (to be deprecated and removed in the
60+
future)
61+
* dump-tree: allow '-' in tree identifier names for option -t
62+
* btrfstune:
63+
* drop short option and add long option to enable squota
64+
* tune space reservation and batch size for block-group-tree conversion
65+
* scrub status: print correct value of "Bytes scrubbed" for unfinished runs
66+
* qgroup show: fix crash when attempting to print path of stale qgroups
67+
* experimental features:
68+
* move build of raid-stripe-tree out for testing but it's still considered
69+
experimental
70+
* other:
71+
* shell completion updates
72+
* sync raid-stripe-tree code with kernel
73+
* build fixes
74+
* new and updated tests
75+
4376
btrfs-progs-6.4 (skipped)
4477
-------------------------
4578

0 commit comments

Comments
 (0)