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