aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2023-12-14 15:25:29 +0100
committerDavid Sterba <dsterba@suse.com>2023-12-14 15:26:13 +0100
commitd11bd4cb6ad586f9308869bb456a98af123430a6 (patch)
tree0e8b3e7e72403bb04ea3ffc6aaff15d910348243
parenteaa54973b65891ca2a9b1f52bc3634c7d124ea7b (diff)
downloadbtrfs-progs-d11bd4cb6ad586f9308869bb456a98af123430a6.tar.gz
btrfs-progs: update CHANGES for 6.6.3
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a6b3ab49..e90fb972 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,6 +39,24 @@ btrfs-progs-6.6.2 (2023-11-15)
and open /dev/watchdog* causes a reboot
* other: build warnings, test updates, documentation updates
+btrfs-progs-6.6.3 (2023-12-14)
+""""""""""""""""""""""""""""""
+ * subvol create: accept multiple arguments
+ * subvol delete: print the subvolume id in the output
+ * subvol sync: check if the filesystems is still writeable so it does not
+ wait indefinitely
+ * device delete: add a timeout and warning when deleting multiple devices
+ * scrub status: report limit if set in sysfs/../scrub_speed_max
+ * scrub limit: new command to show or set the per-device scrub limits
+ * scrub start: report the limit if set
+ * build:
+ * fix CPU feature detection on aarch64
+ * support Botan and OpenSSL (3.2+) as crypto backends
+ * other:
+ * documentation updates, RTD config update
+ * new and updated tests
+ * CI updates
+
btrfs-progs-6.5 (2023-09-01)
----------------------------
* crc32c implementation speedup (3x)