btrfs-progs: docs: add new 5.19 features

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2022-08-16 16:06:49 +02:00
parent 96b83b1615
commit b02afdc7f2
1 changed files with 9 additions and 0 deletions

View File

@ -409,3 +409,12 @@ features see [[Status]] page.
5.18 - *removed balance ioctl v1*
The support for ioctl BTRFS_IOC_BALANCE has been removed, superseded by
BTRFS_IOC_BALANCE_V2m long time ago
5.19 - subpage support pages > 4KiB
Metadata node size is supported regardless of the CPU page size
(minimum size is 4KiB), data sectorsize is supported <= page size.
Additionally subpage also supports RAID56.
5.19 - per-type background threshold for reclaim
Add sysfs tunable for background reclaim threshold for all block group
types (data, metadata, system).