summaryrefslogtreecommitdiff
path: root/fs/btrfs/bio.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-06btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota1-1/+1
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig1-1/+1
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig1-17/+27
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig1-6/+6
2023-02-15btrfs: pass the iomap bio to btrfs_submit_bioChristoph Hellwig1-20/+2
2023-02-15btrfs: allow btrfs_submit_bio to split biosChristoph Hellwig1-18/+92
2023-02-15btrfs: support cloned bios in btree_csum_one_bioChristoph Hellwig1-1/+1
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig1-0/+8
2023-02-15btrfs: handle checksum generation in the storage layerChristoph Hellwig1-26/+178
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig1-0/+3
2023-02-15btrfs: rename btrfs_bio::iter fieldChristoph Hellwig1-6/+6
2023-02-15btrfs: remove struct btrfs_bio::device fieldChristoph Hellwig1-5/+5
2023-02-15btrfs: open code btrfs_bio_free_csumChristoph Hellwig1-1/+2
2023-02-15btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig1-2/+188
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