| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-25 | btrfs: add orig_logical to btrfs_bio for encryption | Josef Bacik | 1 | -0/+10 |
| 2025-11-24 | btrfs: enable encoded read/write/send for bs > ps cases | Qu Wenruo | 1 | -10/+12 |
| 2025-11-24 | btrfs: make read verification handle bs > ps cases without large folios | Qu Wenruo | 1 | -21/+41 |
| 2025-11-24 | btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large folios | Qu Wenruo | 1 | -14/+54 |
| 2025-11-24 | btrfs: use kvcalloc for btrfs_bio::csum allocation | Qu Wenruo | 1 | -1/+1 |
| 2025-11-24 | btrfs: introduce btrfs_bio::async_csum | Qu Wenruo | 1 | -5/+16 |
| 2025-11-24 | btrfs: make sure all btrfs_bio::end_io are called in task context | Qu Wenruo | 1 | -18/+46 |
| 2025-11-24 | btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode | Qu Wenruo | 1 | -25/+28 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EIO | David Sterba | 1 | -2/+2 |
| 2025-09-23 | btrfs: add extra ASSERT()s to catch unaligned bios | Qu Wenruo | 1 | -0/+27 |
| 2025-09-23 | btrfs: introduce btrfs_bio_for_each_block() helper | Qu Wenruo | 1 | -11/+9 |
| 2025-09-23 | btrfs: concentrate highmem handling for data verification | Qu Wenruo | 1 | -2/+2 |
| 2025-09-22 | btrfs: try to search for data csums in commit root | Boris Burkov | 1 | -0/+1 |
| 2025-07-21 | btrfs: switch RCU helper versions to btrfs_debug() | David Sterba | 1 | -1/+1 |
| 2025-07-21 | btrfs: switch RCU helper versions to btrfs_info() | David Sterba | 1 | -1/+1 |
| 2025-07-21 | btrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTAL | Qu Wenruo | 1 | -6/+0 |
| 2025-07-21 | btrfs: constify more pointer parameters | David Sterba | 1 | -7/+7 |
| 2025-05-15 | btrfs: change return type of btrfs_alloc_dummy_sum() to int | David Sterba | 1 | -1/+2 |
| 2025-05-15 | btrfs: rename error to ret in btrfs_submit_chunk() | David Sterba | 1 | -9/+9 |
| 2025-05-15 | btrfs: rename ret to status in btrfs_submit_chunk() | David Sterba | 1 | -11/+11 |
| 2025-05-15 | btrfs: change return type of btrfs_bio_csum() to int | David Sterba | 1 | -6/+7 |
| 2025-05-15 | btrfs: change return type of btree_csum_one_bio() to int | David Sterba | 1 | -1/+1 |
| 2025-05-15 | btrfs: change return type of btrfs_csum_one_bio() to int | David Sterba | 1 | -1/+1 |
| 2025-05-15 | btrfs: change return type of btrfs_lookup_bio_sums() to int | David Sterba | 1 | -1/+2 |
| 2025-05-15 | btrfs: pass a physical address to btrfs_repair_io_failure() | Christoph Hellwig | 1 | -5/+3 |
| 2025-05-15 | btrfs: reuse exit helper for cleanup in btrfs_bioset_init() | Yangtao Li | 1 | -9/+5 |
| 2025-03-18 | btrfs: avoid unnecessary bio dereference at run_one_async_done() | Filipe Manana | 1 | -1/+1 |
| 2025-03-18 | btrfs: move btrfs_cleanup_bio() code into its single caller | Filipe Manana | 1 | -9/+5 |
| 2025-03-18 | btrfs: move __btrfs_bio_end_io() code into its single caller | Filipe Manana | 1 | -13/+9 |
| 2025-01-13 | btrfs: add tracking of read blocks for read policy | Anand Jain | 1 | -0/+8 |
| 2025-01-13 | btrfs: cache RAID stripe tree decision in btrfs_io_context | Johannes Thumshirn | 1 | -2/+1 |
| 2024-12-18 | Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+11 |
| 2024-12-17 | btrfs: split bios to the fs sector size boundary | Christoph Hellwig | 1 | -2/+8 |
| 2024-12-17 | btrfs: use bio_is_zone_append() in the completion handler | Christoph Hellwig | 1 | -3/+3 |
| 2024-12-06 | btrfs: handle bio_split() errors | Johannes Thumshirn | 1 | -2/+15 |
| 2024-11-11 | btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG | Qu Wenruo | 1 | -1/+1 |
| 2024-11-01 | Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -24/+13 |
| 2024-10-23 | btrfs: fix error propagation of split bios | Naohiro Aota | 1 | -24/+13 |
| 2024-09-16 | Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -12/+18 |
| 2024-09-10 | btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io() | Qu Wenruo | 1 | -18/+11 |
| 2024-09-10 | btrfs: rename __btrfs_submit_bio() and drop double underscores | David Sterba | 1 | -5/+5 |
| 2024-09-10 | btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio() | David Sterba | 1 | -5/+5 |
| 2024-09-10 | btrfs: set search_commit_root on stripe io in case of relocation | Johannes Thumshirn | 1 | -1/+4 |
| 2024-09-10 | btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_root | Johannes Thumshirn | 1 | -1/+1 |
| 2024-08-29 | block: rework bio splitting | Christoph Hellwig | 1 | -12/+18 |
| 2024-08-27 | btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() | Qu Wenruo | 1 | -8/+18 |
| 2024-07-11 | btrfs: introduce new "rescue=ignoremetacsums" mount option | Qu Wenruo | 1 | -1/+1 |
| 2024-07-11 | btrfs: pass a btrfs_inode to is_data_inode() | David Sterba | 1 | -1/+1 |
| 2024-06-13 | btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes | Johannes Thumshirn | 1 | -1/+3 |
| 2024-03-04 | btrfs: introduce offload_csum_mode to tweak checksum offloading behavior | Naohiro Aota | 1 | -1/+13 |
| 2024-03-04 | btrfs: remove unused included headers | David Sterba | 1 | -1/+0 |
| 2024-03-04 | btrfs: remove duplicate recording of physical address | Johannes Thumshirn | 1 | -2/+0 |
| 2023-12-15 | btrfs: migrate btrfs_repair_io_failure() to folio interfaces | Qu Wenruo | 1 | -4/+11 |
| 2023-12-15 | btrfs: fix typos found by codespell | David Sterba | 1 | -1/+1 |
| 2023-10-12 | btrfs: merge ordered work callbacks in btrfs_work into one | David Sterba | 1 | -8/+9 |
| 2023-10-12 | btrfs: scrub: implement raid stripe tree support | Johannes Thumshirn | 1 | -0/+2 |
| 2023-10-12 | btrfs: add support for inserting raid stripe extents | Johannes Thumshirn | 1 | -0/+21 |
| 2023-10-12 | btrfs: remove the need_raid_map parameter from btrfs_map_block() | Qu Wenruo | 1 | -1/+1 |
| 2023-10-12 | btrfs: check-integrity: remove btrfsic_unmount() function | Qu Wenruo | 1 | -1/+0 |
| 2023-10-12 | btrfs: check-integrity: remove btrfsic_check_bio() function | Qu Wenruo | 1 | -4/+0 |
| 2023-06-19 | btrfs: add an ordered_extent pointer to struct btrfs_bio | Christoph Hellwig | 1 | -4/+38 |
| 2023-06-19 | btrfs: add a is_data_bbio helper | Christoph Hellwig | 1 | -4/+9 |
| 2023-06-19 | btrfs: limit write bios to a single ordered extent | Christoph Hellwig | 1 | -3/+0 |
| 2023-06-19 | btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get split | Christoph Hellwig | 1 | -2/+1 |
| 2023-06-19 | btrfs: rename __btrfs_map_block to btrfs_map_block | Christoph Hellwig | 1 | -2/+2 |
| 2023-06-19 | btrfs: defer splitting of ordered extents until I/O completion | Christoph Hellwig | 1 | -17/+0 |
| 2023-06-19 | btrfs: record orig_physical only for the original bio | Christoph Hellwig | 1 | -1/+2 |
| 2023-06-19 | btrfs: optimize the logical to physical mapping for zoned writes | Christoph Hellwig | 1 | -0/+5 |
| 2023-06-19 | btrfs: don't call btrfs_record_physical_zoned for failed append | Christoph Hellwig | 1 | -1/+1 |
| 2023-06-19 | btrfs: remove hipri_workers workqueue | Christoph Hellwig | 1 | -4/+1 |
| 2023-06-19 | btrfs: determine synchronous writers from bio or writeback control | Christoph Hellwig | 1 | -4/+3 |
| 2023-06-19 | btrfs: submit IO synchronously for fast checksum implementations | Christoph Hellwig | 1 | -13/+7 |
| 2023-06-19 | btrfs: use SECTOR_SHIFT to convert LBA to physical offset | Anand Jain | 1 | -1/+1 |
| 2023-06-01 | btrfs: zoned: fix dev-replace after the scrub rework | Qu Wenruo | 1 | -4/+0 |
| 2023-05-26 | btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_work | Christoph Hellwig | 1 | -1/+1 |
| 2023-04-17 | btrfs: introduce a new helper to submit write bio for repair | Qu Wenruo | 1 | -44/+50 |
| 2023-04-17 | btrfs: introduce btrfs_bio::fs_info member | Qu Wenruo | 1 | -17/+25 |
| 2023-04-17 | btrfs, block: move REQ_CGROUP_PUNT to btrfs | Christoph Hellwig | 1 | -4/+8 |
| 2023-04-17 | btrfs: pass an ordered_extent to btrfs_extract_ordered_extent | Christoph Hellwig | 1 | -1/+15 |
| 2023-04-17 | btrfs: use __bio_add_page for adding a single page in repair_one_sector | Johannes Thumshirn | 1 | -1/+1 |
| 2023-04-17 | btrfs: make btrfs_split_bio work on struct btrfs_bio | Christoph Hellwig | 1 | -13/+14 |
| 2023-04-17 | btrfs: return a btrfs_bio from btrfs_bio_alloc | Christoph Hellwig | 1 | -5/+7 |
| 2023-04-17 | btrfs: pass a btrfs_bio to btrfs_submit_bio | Christoph Hellwig | 1 | -7/+7 |
| 2023-03-06 | btrfs: fix unnecessary increment of read error stat on write error | Naohiro Aota | 1 | -1/+1 |
| 2023-02-15 | btrfs: pass a btrfs_bio to btrfs_use_append | Christoph Hellwig | 1 | -1/+1 |
| 2023-02-15 | btrfs: split zone append bios in btrfs_submit_bio | Christoph Hellwig | 1 | -17/+27 |
| 2023-02-15 | btrfs: remove the fs_info argument to btrfs_submit_bio | Christoph Hellwig | 1 | -6/+6 |
| 2023-02-15 | btrfs: pass the iomap bio to btrfs_submit_bio | Christoph Hellwig | 1 | -20/+2 |
| 2023-02-15 | btrfs: allow btrfs_submit_bio to split bios | Christoph Hellwig | 1 | -18/+92 |
| 2023-02-15 | btrfs: support cloned bios in btree_csum_one_bio | Christoph Hellwig | 1 | -1/+1 |
| 2023-02-15 | btrfs: handle recording of zoned writes in the storage layer | Christoph Hellwig | 1 | -0/+8 |
| 2023-02-15 | btrfs: handle checksum generation in the storage layer | Christoph Hellwig | 1 | -26/+178 |
| 2023-02-15 | btrfs: simplify the btrfs_csum_one_bio calling convention | Christoph Hellwig | 1 | -0/+3 |
| 2023-02-15 | btrfs: rename btrfs_bio::iter field | Christoph Hellwig | 1 | -6/+6 |
| 2023-02-15 | btrfs: remove struct btrfs_bio::device field | Christoph Hellwig | 1 | -5/+5 |
| 2023-02-15 | btrfs: open code btrfs_bio_free_csum | Christoph Hellwig | 1 | -1/+2 |
| 2023-02-15 | btrfs: handle checksum validation and repair at the storage layer | Christoph Hellwig | 1 | -2/+188 |
| 2023-02-15 | btrfs: pre-load data checksum for reads in btrfs_submit_bio | Christoph Hellwig | 1 | -2/+10 |
| 2023-02-15 | btrfs: save the bio iter for checksum validation in common code | Christoph Hellwig | 1 | -1/+4 |
| 2023-02-15 | btrfs: refactor error handling in btrfs_submit_bio | Christoph Hellwig | 1 | -9/+15 |
| 2023-02-15 | btrfs: add a btrfs_inode pointer to struct btrfs_bio | Christoph Hellwig | 1 | -2/+6 |
| 2023-02-15 | btrfs: fix spelling mistakes found using codespell | Colin Ian King | 1 | -1/+1 |
| 2023-01-03 | btrfs: handle case when repair happens with dev-replace | Qu Wenruo | 1 | -1/+10 |
| 2022-12-05 | btrfs: move repair_io_failure to bio.c | Christoph Hellwig | 1 | -0/+90 |
| 2022-12-05 | btrfs: split the bio submission path into a separate file | Christoph Hellwig | 1 | -0/+291 |