1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 17:46:16 +02:00

Merge remote-tracking branch 'kakra/master'

This commit is contained in:
Zygo Blaxell
2017-09-18 22:34:20 -04:00

View File

@ -184,7 +184,8 @@ Bees has not been tested with the following, and undesirable interactions may oc
* btrfs qgroups (never tested, no idea what might happen) * btrfs qgroups (never tested, no idea what might happen)
* btrfs seed filesystems (does anyone even use those?) * btrfs seed filesystems (does anyone even use those?)
* btrfs autodefrag mount option (never tested, could fight with Bees) * btrfs autodefrag mount option (never tested, could fight with Bees)
* btrfs nodatacow mount option or inode attribute (*could* work, but might not) * btrfs nodatacow inode attribute (needs datasum detection on extents, skipped for now)
* btrfs nodatacow mount option (*could* work, but might not, skipped due to above note)
* btrfs out-of-tree kernel patches (e.g. in-band dedup or encryption) * btrfs out-of-tree kernel patches (e.g. in-band dedup or encryption)
* btrfs-convert from ext2/3/4 (never tested) * btrfs-convert from ext2/3/4 (never tested)
* btrfs mixed block groups (don't know a reason why it would *not* work, but never tested) * btrfs mixed block groups (don't know a reason why it would *not* work, but never tested)