summaryrefslogtreecommitdiff
path: root/fs/btrfs/bio.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig2023-02-151-2/+1
* btrfs: pass the iomap bio to btrfs_submit_bioChristoph Hellwig2023-02-151-4/+2
* btrfs: allow btrfs_submit_bio to split biosChristoph Hellwig2023-02-151-0/+1
* btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig2023-02-151-0/+3
* btrfs: remove struct btrfs_bio::is_metadata flagChristoph Hellwig2023-02-151-10/+1
* btrfs: rename btrfs_bio::iter fieldChristoph Hellwig2023-02-151-2/+5
* btrfs: remove struct btrfs_bio::device fieldChristoph Hellwig2023-02-151-2/+0
* btrfs: remove btrfs_bio_for_each_sectorChristoph Hellwig2023-02-151-16/+0
* btrfs: open code btrfs_bio_free_csumChristoph Hellwig2023-02-151-10/+0
* btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig2023-02-151-1/+4
* btrfs: better document struct btrfs_bioChristoph Hellwig2023-02-151-5/+4
* btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-051-0/+127