Skip to content
  • Josef Bacik's avatar
    Btrfs: add support for mixed data+metadata block groups · 67377734
    Josef Bacik authored
    
    
    There are just a few things that need to be fixed in the kernel to support mixed
    data+metadata block groups.  Mostly we just need to make sure that if we are
    using mixed block groups that we continue to allocate mixed block groups as we
    need them.  Also we need to make sure __find_space_info will find our space info
    if we search for DATA or METADATA only.  Tested this with xfstests and it works
    nicely.  Thanks,
    
    Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
    67377734