aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2024-02-14 07:38:45 +0100
committerDavid Sterba <dsterba@suse.com>2024-02-14 07:38:45 +0100
commit0294b7fe6d02b5991ac693273072cd86f22bd506 (patch)
treef699f8bef8f27db436fac0680205470f5c7c571e
parent570d1c3caea337e96b3e53242d79c702b7113b6e (diff)
downloadbtrfs-progs-0294b7fe6d02b5991ac693273072cd86f22bd506.tar.gz
btrfs-progs: update CHANGES for 6.7.1
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 32022e90..2196f07f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,22 @@ btrfs-progs-6.7 (2024-01-22)
* updated documentation
* new and updated tests
+btrfs-progs-6.7.1 (2024-02-14)
+""""""""""""""""""""""""""""""
+ * convert: raid-stripe-tree can be now enabled for the target filesystem
+ * mkfs:
+ * handle lifetime of open file descriptors so it does not trigger udev
+ that could miss to create the UUID symlinks in /dev
+ * update warning when CPU page size does not match sector size
+ * merge features in summary, no more distinction of incompat and runtime
+ to match the semantics of option -O
+ * fi show: fix recognizing raw device mapper paths
+ * other:
+ * CI updates, build images updates
+ * minor cleanups
+ * minor sync with kernel
+ * documentation updates, fix links to labels in included directories
+
btrfs-progs-6.6 (2023-11-03)
----------------------------
* new global option --dry-run, now implemented for 'subvolume delete'