maharmstone / btrfs

WinBtrfs - an open-source btrfs driver for Windows
GNU Lesser General Public License v3.0
5.52k stars 220 forks source link

[Question] is rw filesystem with Block Group Tree (added Linux v6.1) supported? #628

Closed Interpause closed 3 months ago

Interpause commented 5 months ago

https://btrfs.readthedocs.io/en/latest/Feature-by-version.html

In Linux v6.1, Block Group Tree became stable. Switching to block group tree is backwards incompatible such that old kernels can no longer write to the btrfs filesystem. Can I check if writing to block group tree enabled filesystems is supported by winbtrfs?

maharmstone commented 5 months ago

Not yet - I only learnt about this a few weeks ago. I'm planning to have it in the next version, when I get round to it.

Interpause commented 3 months ago

good job with v1.9, ill go try it soon. thanks!