kdave
kdave
The `BTRFS_ALLOW_CONCURRENCY` works for different tasks, eg. balance vs scrub, not for the same task and the code. What you ask for is possible, the scrub would be a template...
> Scrub (dev-replace is reusing scrub path) and balance only checks fatal signal, only SIGKILL counts. Balance can be cancelled by Ctrl-C, ie SIGINT, but it's indeed only checking SIGKILL...
This is probably related to https://github.com/kdave/btrfs-progs/issues/719
The defrag ioctl needs an update to pass the 'none' option and to pass the level. Adding a flag to skip shared extents can also be added, but yes this...
Partial offline resize has been implemented as #1007.
I'm not sure I understand what you want to achive, do you mean to use partition and also a swapfile for hibernation? Ie. some kind of a split, which I...
The readme says how and where to report bugs (section Reporting bugs) but yeah it can be more specific. Also the RTD page does not seem to be clear and...