summaryrefslogtreecommitdiff
path: root/fs/btrfs/bio.c
AgeCommit message (Expand)Author
2025-11-25btrfs: add orig_logical to btrfs_bio for encryptionJosef Bacik
2025-11-24btrfs: enable encoded read/write/send for bs > ps casesQu Wenruo
2025-11-24btrfs: make read verification handle bs > ps cases without large foliosQu Wenruo
2025-11-24btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large foliosQu Wenruo
2025-11-24btrfs: use kvcalloc for btrfs_bio::csum allocationQu Wenruo
2025-11-24btrfs: introduce btrfs_bio::async_csumQu Wenruo
2025-11-24btrfs: make sure all btrfs_bio::end_io are called in task contextQu Wenruo
2025-11-24btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba
2025-09-23btrfs: add extra ASSERT()s to catch unaligned biosQu Wenruo
2025-09-23btrfs: introduce btrfs_bio_for_each_block() helperQu Wenruo
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo
2025-09-22btrfs: try to search for data csums in commit rootBoris Burkov
2025-07-21btrfs: switch RCU helper versions to btrfs_debug()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_info()David Sterba
2025-07-21btrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTALQu Wenruo
2025-07-21btrfs: constify more pointer parametersDavid Sterba
2025-05-15btrfs: change return type of btrfs_alloc_dummy_sum() to intDavid Sterba
2025-05-15btrfs: rename error to ret in btrfs_submit_chunk()David Sterba
2025-05-15btrfs: rename ret to status in btrfs_submit_chunk()David Sterba
2025-05-15btrfs: change return type of btrfs_bio_csum() to intDavid Sterba
2025-05-15btrfs: change return type of btree_csum_one_bio() to intDavid Sterba
2025-05-15btrfs: change return type of btrfs_csum_one_bio() to intDavid Sterba
2025-05-15btrfs: change return type of btrfs_lookup_bio_sums() to intDavid Sterba
2025-05-15btrfs: pass a physical address to btrfs_repair_io_failure()Christoph Hellwig
2025-05-15btrfs: reuse exit helper for cleanup in btrfs_bioset_init()Yangtao Li
2025-03-18btrfs: avoid unnecessary bio dereference at run_one_async_done()Filipe Manana
2025-03-18btrfs: move btrfs_cleanup_bio() code into its single callerFilipe Manana
2025-03-18btrfs: move __btrfs_bio_end_io() code into its single callerFilipe Manana
2025-01-13btrfs: add tracking of read blocks for read policyAnand Jain
2025-01-13btrfs: cache RAID stripe tree decision in btrfs_io_contextJohannes Thumshirn
2024-12-18Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-17btrfs: split bios to the fs sector size boundaryChristoph Hellwig
2024-12-17btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig
2024-12-06btrfs: handle bio_split() errorsJohannes Thumshirn
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo
2024-11-01Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-23btrfs: fix error propagation of split biosNaohiro Aota
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-10btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()Qu Wenruo
2024-09-10btrfs: rename __btrfs_submit_bio() and drop double underscoresDavid Sterba
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba
2024-09-10btrfs: set search_commit_root on stripe io in case of relocationJohannes Thumshirn
2024-09-10btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_rootJohannes Thumshirn
2024-08-29block: rework bio splittingChristoph Hellwig
2024-08-27btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo
2024-07-11btrfs: pass a btrfs_inode to is_data_inode()David Sterba
2024-06-13btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn
2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota