aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/bio.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add forward declarations and headers, part 2Gravatar David Sterba 1-0/+2
2023-12-15btrfs: migrate btrfs_repair_io_failure() to folio interfacesGravatar Qu Wenruo 1-2/+2
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioGravatar Christoph Hellwig 1-6/+3
2023-06-19btrfs: limit write bios to a single ordered extentGravatar Christoph Hellwig 1-3/+0
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesGravatar Christoph Hellwig 1-3/+14
2023-04-17btrfs: introduce a new helper to submit write bio for repairGravatar Qu Wenruo 1-0/+1
2023-04-17btrfs: introduce btrfs_bio::fs_info memberGravatar Qu Wenruo 1-3/+9
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsGravatar Christoph Hellwig 1-0/+3
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocGravatar Christoph Hellwig 1-3/+3
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioGravatar Christoph Hellwig 1-1/+1
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioGravatar Christoph Hellwig 1-2/+1
2023-02-15btrfs: pass the iomap bio to btrfs_submit_bioGravatar Christoph Hellwig 1-4/+2
2023-02-15btrfs: allow btrfs_submit_bio to split biosGravatar Christoph Hellwig 1-0/+1
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionGravatar Christoph Hellwig 1-0/+3
2023-02-15btrfs: remove struct btrfs_bio::is_metadata flagGravatar Christoph Hellwig 1-10/+1
2023-02-15btrfs: rename btrfs_bio::iter fieldGravatar Christoph Hellwig 1-2/+5
2023-02-15btrfs: remove struct btrfs_bio::device fieldGravatar Christoph Hellwig 1-2/+0
2023-02-15btrfs: remove btrfs_bio_for_each_sectorGravatar Christoph Hellwig 1-16/+0
2023-02-15btrfs: open code btrfs_bio_free_csumGravatar Christoph Hellwig 1-10/+0
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioGravatar Christoph Hellwig 1-1/+4
2023-02-15btrfs: better document struct btrfs_bioGravatar Christoph Hellwig 1-5/+4
2022-12-05btrfs: split the bio submission path into a separate fileGravatar Christoph Hellwig 1-0/+127