Skip to content

Commit 661a120

Browse files
committed
btrfs-progs: update CHANGES for 6.6
Signed-off-by: David Sterba <[email protected]>
1 parent e39c04e commit 661a120

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGES

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
btrfs-progs-6.5 (2023-09-01)
231
----------------------------
332
* crc32c implementation speedup (3x)

0 commit comments

Comments
 (0)