@@ -40,6 +40,39 @@ btrfs-progs-6.5.2 (2023-10-03)
40
40
* updated tests and CI
41
41
* sync sources with kernel
42
42
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
+
43
76
btrfs-progs-6.4 (skipped)
44
77
-------------------------
45
78
0 commit comments