summaryrefslogtreecommitdiff
path: root/fs/btrfs/bio.c
AgeCommit message (Expand)Author
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig
2023-06-19btrfs: add a is_data_bbio helperChristoph Hellwig
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig
2023-06-19btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig
2023-06-19btrfs: record orig_physical only for the original bioChristoph Hellwig
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig
2023-06-19btrfs: don't call btrfs_record_physical_zoned for failed appendChristoph Hellwig
2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig
2023-06-19btrfs: submit IO synchronously for fast checksum implementationsChristoph Hellwig
2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain
2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo
2023-05-26btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_workChristoph Hellwig
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig
2023-04-17btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig
2023-04-17btrfs: use __bio_add_page for adding a single page in repair_one_sectorJohannes Thumshirn
2023-04-17btrfs: make btrfs_split_bio work on struct btrfs_bioChristoph Hellwig
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig
2023-03-06btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: pass the iomap bio to btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: allow btrfs_submit_bio to split biosChristoph Hellwig
2023-02-15btrfs: support cloned bios in btree_csum_one_bioChristoph Hellwig
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig
2023-02-15btrfs: handle checksum generation in the storage layerChristoph Hellwig
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig
2023-02-15btrfs: rename btrfs_bio::iter fieldChristoph Hellwig
2023-02-15btrfs: remove struct btrfs_bio::device fieldChristoph Hellwig
2023-02-15btrfs: open code btrfs_bio_free_csumChristoph Hellwig
2023-02-15btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig
2023-02-15btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig
2023-02-15btrfs: refactor error handling in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King
2023-01-03btrfs: handle case when repair happens with dev-replaceQu Wenruo
2022-12-05btrfs: move repair_io_failure to bio.cChristoph Hellwig
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig