summaryrefslogtreecommitdiff
path: root/fs/btrfs/bio.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-18btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure()Qu Wenruo1-1/+7
2026-02-03btrfs: fix copying the flags of btrfs_bio after splitJohannes Thumshirn1-0/+6
2026-02-03btrfs: move existing remaps before relocating block groupMark Harmstone1-1/+1
2026-02-03btrfs: remove experimental offload csum modeQu Wenruo1-5/+0
2026-02-03btrfs: simplify check for zoned NODATASUM writes in btrfs_submit_chunk()Zhen Ni1-2/+1
2026-02-03btrfs: zoned: don't zone append to conventional zoneJohannes Thumshirn1-10/+9
2025-11-25btrfs: add orig_logical to btrfs_bio for encryptionJosef Bacik1-0/+10
2025-11-25btrfs: enable encoded read/write/send for bs > ps casesQu Wenruo1-10/+12
2025-11-25btrfs: make read verification handle bs > ps cases without large foliosQu Wenruo1-21/+41
2025-11-25btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large foliosQu Wenruo1-14/+54
2025-11-25btrfs: use kvcalloc for btrfs_bio::csum allocationQu Wenruo1-1/+1
2025-11-25btrfs: introduce btrfs_bio::async_csumQu Wenruo1-5/+16
2025-11-25btrfs: make sure all btrfs_bio::end_io are called in task contextQu Wenruo1-18/+46
2025-11-25btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo1-25/+28
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba1-2/+2
2025-09-23btrfs: add extra ASSERT()s to catch unaligned biosQu Wenruo1-0/+27
2025-09-23btrfs: introduce btrfs_bio_for_each_block() helperQu Wenruo1-11/+9
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo1-2/+2
2025-09-22btrfs: try to search for data csums in commit rootBoris Burkov1-0/+1
2025-07-22btrfs: switch RCU helper versions to btrfs_debug()David Sterba1-1/+1
2025-07-22btrfs: switch RCU helper versions to btrfs_info()David Sterba1-1/+1
2025-07-22btrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTALQu Wenruo1-6/+0
2025-07-22btrfs: constify more pointer parametersDavid Sterba1-7/+7
2025-05-15btrfs: change return type of btrfs_alloc_dummy_sum() to intDavid Sterba1-1/+2
2025-05-15btrfs: rename error to ret in btrfs_submit_chunk()David Sterba1-9/+9
2025-05-15btrfs: rename ret to status in btrfs_submit_chunk()David Sterba1-11/+11
2025-05-15btrfs: change return type of btrfs_bio_csum() to intDavid Sterba1-6/+7
2025-05-15btrfs: change return type of btree_csum_one_bio() to intDavid Sterba1-1/+1
2025-05-15btrfs: change return type of btrfs_csum_one_bio() to intDavid Sterba1-1/+1
2025-05-15btrfs: change return type of btrfs_lookup_bio_sums() to intDavid Sterba1-1/+2
2025-05-15btrfs: pass a physical address to btrfs_repair_io_failure()Christoph Hellwig1-5/+3
2025-05-15btrfs: reuse exit helper for cleanup in btrfs_bioset_init()Yangtao Li1-9/+5
2025-03-18btrfs: avoid unnecessary bio dereference at run_one_async_done()Filipe Manana1-1/+1
2025-03-18btrfs: move btrfs_cleanup_bio() code into its single callerFilipe Manana1-9/+5
2025-03-18btrfs: move __btrfs_bio_end_io() code into its single callerFilipe Manana1-13/+9
2025-01-13btrfs: add tracking of read blocks for read policyAnand Jain1-0/+8
2025-01-13btrfs: cache RAID stripe tree decision in btrfs_io_contextJohannes Thumshirn1-2/+1
2024-12-19Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+11
2024-12-17btrfs: split bios to the fs sector size boundaryChristoph Hellwig1-2/+8
2024-12-17btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig1-3/+3
2024-12-06btrfs: handle bio_split() errorsJohannes Thumshirn1-2/+15
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo1-1/+1
2024-11-01Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-24/+13
2024-10-23btrfs: fix error propagation of split biosNaohiro Aota1-24/+13
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-12/+18
2024-09-10btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()Qu Wenruo1-18/+11
2024-09-10btrfs: rename __btrfs_submit_bio() and drop double underscoresDavid Sterba1-5/+5
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba1-5/+5
2024-09-10btrfs: set search_commit_root on stripe io in case of relocationJohannes Thumshirn1-1/+4