From c2b77c03a538909816e85c83c18cf63abb8e7957 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 15 Nov 2023 15:55:01 +0100 Subject: [PATCH] btrfs-progs: update CHANGES for 6.6.2 Signed-off-by: David Sterba --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 99f896f2..a6b3ab49 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,13 @@ btrfs-progs-6.6.1 (2023-11-05) * fix device scanning ioctl definition, accidental change to the 'forget' ioctl that breaks mounting multi-device filesystems +btrfs-progs-6.6.2 (2023-11-15) +"""""""""""""""""""""""""""""" + * squota: change key number of EXTENT_OWNER_REF_KEY, sync with kernel 6.7-rc1 + * property set/get: completely skip char devices, trying to set properties + and open /dev/watchdog* causes a reboot + * other: build warnings, test updates, documentation updates + btrfs-progs-6.5 (2023-09-01) ---------------------------- * crc32c implementation speedup (3x)