From f15d5f256644cfcd28aecd31d995dcedb65b5f0d Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 16 Feb 2022 23:22:28 +0100 Subject: [PATCH] btrfs-progs: update CHANGES for 5.16.2 Signed-off-by: David Sterba --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES b/CHANGES index 6ce5ad21..c014bc9d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +btrfs-progs-5.16.2 (2022-02-16) +* mkfs: fix detection of profile type for zoned mode when creating DUP +* build: + * add missing stub for zoned mode helper when zoned mode not enabled + * fix 64bit types on MIPS and PowerPC + * improved zoned mode support autodetection, for systems with existing + blkzone.h header but missing support for zone capacity +* other: + * doc updates + * test updates + btrfs-progs-5.16.1 (2022-02-04) * mkfs: support DUP on metadata on zoned devices * subvol delete: drop warning for root when search ioctl fails