aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2023-11-15 15:55:01 +0100
committerDavid Sterba <dsterba@suse.com>2023-11-15 15:55:01 +0100
commitc2b77c03a538909816e85c83c18cf63abb8e7957 (patch)
tree96077c0778a503a9128c4fe0c4931c85c8c5468d
parent4d7ea19ca0eddcc9ea8c46788cf60701cb9c4bbc (diff)
downloadbtrfs-progs-c2b77c03a538909816e85c83c18cf63abb8e7957.tar.gz
btrfs-progs: update CHANGES for 6.6.2
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
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)