From 3a5adfb1a48a57c33ecfcf479a3c6a7da7e7e120 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 20 Dec 2022 22:21:51 +0100 Subject: [PATCH] btrfs-progs: docs: add some kernel 6.1 release notes Signed-off-by: David Sterba --- Documentation/Kernel-by-version.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Documentation/Kernel-by-version.rst b/Documentation/Kernel-by-version.rst index ffbc88c5..fa5760b7 100644 --- a/Documentation/Kernel-by-version.rst +++ b/Documentation/Kernel-by-version.rst @@ -3,7 +3,18 @@ Changes (kernel/version) Summary of kernel changes for each version. -6.0 ---- +6.0 (incomplete) +---------------- * Send protocol version 2 + +6.1 (incomplete) +---------------- + +* scrub: fix superblock errors immediately and don't leave it up to the next commit +* send: experimental support for fs-verity (send v3) +* sysfs: export discards stats and tunables +* sysfs: export qgroup global information about status +* sysfs: allow to skip quota recalculation for subvolumes ('drop_subtree_threshold') +* nowait mode for async writes +* check super block after filesystem thaw (detect accidental changes from outside)