kdave
kdave
As reported eg. in #350, xattrs can contain characters that are either not printable or cause formatting changes when printed (like newlines). The same holds for filenames. 1. Non-printable characters...
Bandwidth limit per device can be set by `systemd-run -p IOBandwidthReadMax=/dev/sdx 10M' btrfs scrub start -B /` . The cgroup2 is set up on systems by default. * document that...
The current output of the resize command is practically useless. ``` $ btrfs fi resize 2:-10G /path Resize '.' of '2:-10G' ``` The operation and end result should be described...
The snapper tool was historically first user of the libbtrfs and at the moment is the only known. As libbtrfs needs to be deprecated in favor of libbtrfsutil, we need...
Add a command eg. `btrfs fi reflink` (name can be finalized later) that would: - in the simplest form do a reflink from file A to B (possibly honoring the...
New format for image dump, `btrfs-image -d`. Todo: * [ ] document v0 and v1 formats * [ ] test coverage
Currently it prints only the zone size, the number of zones is printed at the beginning when they're reset. Also print the number of squential zones, conventional zones and host-managed...
This has an overlap with `filefrag` or `xfs_io -c fiemap`, printing the exact results of the FIEMAP ioctl. For btrfs there are cases where this output is not reliable for...
The zoned superblocks are different and current `dump-super` does not show anything different than for a regular filesystem. The first section of dump-super output is sort of a header, separate...
Add section to section 5 manual page (btrfs-man5.asciidoc) with description of all files exported in /sys/fs/btrfs. Some of them are already there, eg. feature bit description, so these can be...