summaryrefslogtreecommitdiff
path: root/fs/btrfs/bio.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-15btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig1-2/+10
2023-02-15btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig1-1/+4
2023-02-15btrfs: refactor error handling in btrfs_submit_bioChristoph Hellwig1-9/+15
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig1-2/+6
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King1-1/+1
2023-01-03btrfs: handle case when repair happens with dev-replaceQu Wenruo1-1/+10
2022-12-05btrfs: move repair_io_failure to bio.cChristoph Hellwig1-0/+90
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig1-0/+291