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