Hi all, this series moves btrfs to use the new as of 5.18 bio interface and cleans up a few close by areas. Larger cleanups focussed around the btrfs_bio will follow as a next step. Diffstat: check-integrity.c | 165 +++++++++++++++++++++++++----------------------------- check-integrity.h | 8 +- disk-io.c | 6 + extent_io.c | 55 ++++++++---------- extent_io.h | 2 raid56.c | 46 ++++++--------- scrub.c | 92 ++++++++++++------------------ volumes.c | 12 ++- 8 files changed, 179 insertions(+), 207 deletions(-)