File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ btrfs-progs-6.6 (2023-11-03)
2
+ ----------------------------
3
+ * new global option --dry-run, now implemented for 'subvolume delete'
4
+ * fi defrag: new option --step to defragment files in steps, report progress
5
+ * balance: removed support for obsolete short syntax 'btrfs balance /path'
6
+ * mkfs: print zone count for each device in the overview
7
+ * check:
8
+ * verify inline ref ordering
9
+ * deprecate --clear-space-cache, moved to the 'rescue' group
10
+ * rescue clear-space-cache: new command moved from 'btrfs check' implementing
11
+ the same as option --clear-space-cache (to be deprecated and removed in the
12
+ future)
13
+ * dump-tree: output sequence number for inline refs
14
+ * fixes:
15
+ * fi resize: fallback to lowest devid when 1 does not exist, previously the
16
+ command would fail with "No such device"
17
+ * fi usage: fix "devices 0 != 1" message and broken output on multi-device
18
+ filesystem
19
+ * open files in non-blocking mode when reading fsid, this could hang when
20
+ trying to open fifo files or some special character devices, was observed
21
+ with 'prop set/get'
22
+ * experimental:
23
+ * mkfs: parametric zone size for emulated zoned mode
24
+ * other:
25
+ * cleanups refactoring
26
+ * new and updated tests
27
+ * CI updates
28
+ * documentation updates
29
+
1
30
btrfs-progs-6.5 (2023-09-01)
2
31
----------------------------
3
32
* crc32c implementation speedup (3x)
You can’t perform that action at this time.
0 commit comments