aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2023-11-03 18:18:29 +0100
committerDavid Sterba <dsterba@suse.com>2023-11-03 18:19:55 +0100
commit661a1207e5873951e17a1d7cdac930d70b71d9b8 (patch)
tree4abe345b90b9a0211689d6a8f2b3a48bbb3e323c
parente39c04ef44d9efa5af4770c0a35d0fef607c36ec (diff)
downloadbtrfs-progs-661a1207e5873951e17a1d7cdac930d70b71d9b8.tar.gz
btrfs-progs: update CHANGES for 6.6
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--CHANGES29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 51c848e9..aed92b2e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,32 @@
+btrfs-progs-6.6 (2023-11-03)
+----------------------------
+ * new global option --dry-run, now implemented for 'subvolume delete'
+ * fi defrag: new option --step to defragment files in steps, report progress
+ * balance: removed support for obsolete short syntax 'btrfs balance /path'
+ * mkfs: print zone count for each device in the overview
+ * check:
+ * verify inline ref ordering
+ * deprecate --clear-space-cache, moved to the 'rescue' group
+ * rescue clear-space-cache: new command moved from 'btrfs check' implementing
+ the same as option --clear-space-cache (to be deprecated and removed in the
+ future)
+ * dump-tree: output sequence number for inline refs
+ * fixes:
+ * fi resize: fallback to lowest devid when 1 does not exist, previously the
+ command would fail with "No such device"
+ * fi usage: fix "devices 0 != 1" message and broken output on multi-device
+ filesystem
+ * open files in non-blocking mode when reading fsid, this could hang when
+ trying to open fifo files or some special character devices, was observed
+ with 'prop set/get'
+ * experimental:
+ * mkfs: parametric zone size for emulated zoned mode
+ * other:
+ * cleanups refactoring
+ * new and updated tests
+ * CI updates
+ * documentation updates
+
btrfs-progs-6.5 (2023-09-01)
----------------------------
* crc32c implementation speedup (3x)