summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/bio.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig2023-02-151-2/+10
* btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig2023-02-151-1/+4
* btrfs: refactor error handling in btrfs_submit_bioChristoph Hellwig2023-02-151-9/+15
* btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig2023-02-151-2/+6
* btrfs: fix spelling mistakes found using codespellColin Ian King2023-02-151-1/+1
* btrfs: handle case when repair happens with dev-replaceQu Wenruo2023-01-031-1/+10
* btrfs: move repair_io_failure to bio.cChristoph Hellwig2022-12-051-0/+90
* btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-051-0/+291