| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-25 | btrfs: add orig_logical to btrfs_bio for encryption | Josef Bacik | 1 | -0/+2 |
| 2025-11-24 | btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large folios | Qu Wenruo | 1 | -2/+3 |
| 2025-11-24 | btrfs: introduce btrfs_bio::async_csum | Qu Wenruo | 1 | -0/+7 |
| 2025-11-24 | btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode | Qu Wenruo | 1 | -6/+12 |
| 2025-11-24 | btrfs: replace BTRFS_MAX_BIO_SECTORS with BIO_MAX_VECS | Qu Wenruo | 1 | -7/+0 |
| 2025-09-22 | btrfs: try to search for data csums in commit root | Boris Burkov | 1 | -0/+2 |
| 2025-05-15 | btrfs: pass a physical address to btrfs_repair_io_failure() | Christoph Hellwig | 1 | -2/+1 |
| 2024-10-23 | btrfs: fix error propagation of split bios | Naohiro Aota | 1 | -0/+3 |
| 2024-09-10 | btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio() | David Sterba | 1 | -3/+3 |
| 2024-03-04 | btrfs: add forward declarations and headers, part 2 | David Sterba | 1 | -0/+2 |
| 2023-12-15 | btrfs: migrate btrfs_repair_io_failure() to folio interfaces | Qu Wenruo | 1 | -2/+2 |
| 2023-06-19 | btrfs: add an ordered_extent pointer to struct btrfs_bio | Christoph Hellwig | 1 | -6/+3 |
| 2023-06-19 | btrfs: limit write bios to a single ordered extent | Christoph Hellwig | 1 | -3/+0 |
| 2023-06-19 | btrfs: optimize the logical to physical mapping for zoned writes | Christoph Hellwig | 1 | -3/+14 |
| 2023-04-17 | btrfs: introduce a new helper to submit write bio for repair | Qu Wenruo | 1 | -0/+1 |
| 2023-04-17 | btrfs: introduce btrfs_bio::fs_info member | Qu Wenruo | 1 | -3/+9 |
| 2023-04-17 | btrfs, block: move REQ_CGROUP_PUNT to btrfs | Christoph Hellwig | 1 | -0/+3 |
| 2023-04-17 | btrfs: return a btrfs_bio from btrfs_bio_alloc | Christoph Hellwig | 1 | -3/+3 |
| 2023-04-17 | btrfs: pass a btrfs_bio to btrfs_submit_bio | Christoph Hellwig | 1 | -1/+1 |
| 2023-02-15 | btrfs: remove the fs_info argument to btrfs_submit_bio | Christoph Hellwig | 1 | -2/+1 |
| 2023-02-15 | btrfs: pass the iomap bio to btrfs_submit_bio | Christoph Hellwig | 1 | -4/+2 |
| 2023-02-15 | btrfs: allow btrfs_submit_bio to split bios | Christoph Hellwig | 1 | -0/+1 |
| 2023-02-15 | btrfs: simplify the btrfs_csum_one_bio calling convention | Christoph Hellwig | 1 | -0/+3 |
| 2023-02-15 | btrfs: remove struct btrfs_bio::is_metadata flag | Christoph Hellwig | 1 | -10/+1 |
| 2023-02-15 | btrfs: rename btrfs_bio::iter field | Christoph Hellwig | 1 | -2/+5 |
| 2023-02-15 | btrfs: remove struct btrfs_bio::device field | Christoph Hellwig | 1 | -2/+0 |
| 2023-02-15 | btrfs: remove btrfs_bio_for_each_sector | Christoph Hellwig | 1 | -16/+0 |
| 2023-02-15 | btrfs: open code btrfs_bio_free_csum | Christoph Hellwig | 1 | -10/+0 |
| 2023-02-15 | btrfs: add a btrfs_inode pointer to struct btrfs_bio | Christoph Hellwig | 1 | -1/+4 |
| 2023-02-15 | btrfs: better document struct btrfs_bio | Christoph Hellwig | 1 | -5/+4 |
| 2022-12-05 | btrfs: split the bio submission path into a separate file | Christoph Hellwig | 1 | -0/+127 |