summaryrefslogtreecommitdiff
path: root/block/bio.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-09block: prohibit calls to bio_chain_endioShida Zhang1-1/+5
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang1-14/+12
2025-11-07block: accumulate memory segment gaps per bioKeith Busch1-0/+1
2025-10-07block: rename bio_iov_iter_get_pages_aligned to bio_iov_iter_get_pagesChristoph Hellwig1-3/+2
2025-09-10block: cleanup bio_issueYu Kuai1-1/+1
2025-09-09block: align the bio after building itKeith Busch1-25/+40
2025-09-09block: add size alignment to bio_iov_iter_get_pagesKeith Busch1-8/+11
2025-09-09block: remove the bi_inline_vecs variable sized array from struct bioChristoph Hellwig1-1/+2
2025-09-09block: add a bio_init_inline helperChristoph Hellwig1-2/+5
2025-08-25blk-mq: remove REQ_P2PDMA flagKeith Busch1-1/+1
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-07-10bio: use memzero_page() in bio_truncate()Matthew Wilcox (Oracle)1-2/+2
2025-07-01block: don't merge different kinds of P2P transfers in a single bioChristoph Hellwig1-7/+13
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-32/+126
2025-05-13block: remove the same_page output argument to bvec_try_merge_pageChristoph Hellwig1-32/+23
2025-05-13scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-1/+1
2025-05-07block: add a bio_add_vmalloc helpersChristoph Hellwig1-0/+55
2025-05-07block: add a bdev_rw_virt helperChristoph Hellwig1-0/+30
2025-05-07block: add a bio_add_virt_nofail helperChristoph Hellwig1-0/+16
2025-05-06block: add a bi_write_stream fieldChristoph Hellwig1-0/+2
2025-03-27Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-10/+7
2025-03-12block: fix adding folio to bioMing Lei1-4/+7
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig1-6/+0
2025-02-28block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei1-1/+1
2025-01-17block: Don't trim an atomic writeJohn Garry1-0/+4
2025-01-05block: remove bio_add_pc_pageChristoph Hellwig1-102/+5
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry1-1/+1
2024-11-11block: Error an attempt to split an atomic write in bio_split()John Garry1-0/+4
2024-11-11block: Rework bio_split() return valueJohn Garry1-4/+6
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig1-33/+0
2024-10-31block: remove zone append special casing from the direct I/O pathChristoph Hellwig1-32/+2
2024-09-11block: unpin user pages belonging to a folio at onceKundan Kumar1-9/+5
2024-09-11block: introduce folio awareness and add a bigger size from folioKundan Kumar1-18/+61
2024-09-11block: Added folio-ized version of bio_add_hw_page()Kundan Kumar1-0/+23
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-3/+13
2024-07-08block: add a bvec_phys helperChristoph Hellwig1-1/+1
2024-07-03block: don't call bio_uninit from bio_endioChristoph Hellwig1-2/+12
2024-07-03block: split integrity support out of bio.hChristoph Hellwig1-1/+1
2024-05-15Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-0/+1
2024-05-09blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai1-1/+0
2024-05-07bio: Export bio_add_folio_nofail to modulesMatthew Wilcox (Oracle)1-0/+1
2024-05-07block: add a bio_await_chain helperKeith Busch1-0/+20
2024-05-07block: add a bio_chain_and_submit helperChristoph Hellwig1-8/+19
2024-04-17block: Introduce zone write pluggingDamien Le Moal1-0/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-26/+19
2024-03-06block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby1-3/+4
2024-02-24block: io wait hang check helperKeith Busch1-11/+1
2024-02-08block: optimise in irq bio put cachingPavel Begunkov1-11/+12
2024-02-08block: extend bio caching to task contextPavel Begunkov1-1/+2
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche1-0/+2