summaryrefslogtreecommitdiff
path: root/fs/btrfs/bio.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: introduce a new helper to submit write bio for repairQu Wenruo2023-04-061-0/+1
* btrfs: introduce btrfs_bio::fs_info memberQu Wenruo2023-04-061-3/+9
* btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig2023-04-031-0/+3
* btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig2023-04-031-3/+3
* btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig2023-04-031-1/+1
* 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