summaryrefslogtreecommitdiff
path: root/block/bio.c
AgeCommit message (Expand)Author
2026-05-13block: align down bounces biosChristoph Hellwig
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig
2026-04-21block: only restrict bio allocation gfp mask asked to blockChristoph Hellwig
2026-04-17block: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-04-17block: relax pgmap check in bio_add_page for compatible zone device pagesNaman Jain
2026-04-07block: add a bio_submit_or_kill helperChristoph Hellwig
2026-04-07block: factor out a bio_await helperChristoph Hellwig
2026-04-07block: unify the synchronous bi_end_io callbacksChristoph Hellwig
2026-04-02bio: fix kmemleak false positives from percpu bio alloc cacheMing Lei
2026-03-23block: fix bio_alloc_bioset slowpath GFP handlingVasily Gorbik
2026-03-17block: reject zero length in bio_add_page()Qu Wenruo
2026-03-17block: remove bvec_freeChristoph Hellwig
2026-03-17block: split bio_alloc_bioset more clearly into a fast and slowpathChristoph Hellwig
2026-03-17block: mark bvec_{alloc,free} staticChristoph Hellwig
2026-03-09Merge branch 'for-7.1/block-integrity' into for-7.1/blockJens Axboe
2026-03-09block: Correct comments on bio_alloc_clone() and bio_init_clone()John Garry
2026-03-09block: pass a maxlen argument to bio_iov_iter_bounceChristoph Hellwig
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12block: fix folio leak in bio_iov_iter_bounce_read()Jens Axboe
2026-02-09Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-28block: add helpers to bounce buffer an iov_iter into biosChristoph Hellwig
2026-01-28block: remove bio_release_pageChristoph Hellwig
2026-01-28iov_iter: extract a iov_iter_extract_bvecs helper from bio codeChristoph Hellwig
2026-01-28block: open code bio_add_page and fix handling of mismatching P2P rangesChristoph Hellwig
2026-01-28block: refactor get_contig_folio_lenChristoph Hellwig
2026-01-28block: add a BIO_MAX_SIZE constant and use itChristoph Hellwig
2026-01-21block: add a bio_reuse helperChristoph Hellwig
2026-01-07block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()Ming Lei
2026-01-07block: use bvec iterator helper for bio_may_need_split()Ming Lei
2025-12-09block: prohibit calls to bio_chain_endioShida Zhang
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang
2025-11-06block: accumulate memory segment gaps per bioKeith Busch
2025-10-07block: rename bio_iov_iter_get_pages_aligned to bio_iov_iter_get_pagesChristoph Hellwig
2025-09-10block: cleanup bio_issueYu Kuai
2025-09-09block: align the bio after building itKeith Busch
2025-09-09block: add size alignment to bio_iov_iter_get_pagesKeith Busch
2025-09-09block: remove the bi_inline_vecs variable sized array from struct bioChristoph Hellwig
2025-09-09block: add a bio_init_inline helperChristoph Hellwig
2025-08-25blk-mq: remove REQ_P2PDMA flagKeith Busch
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-09bio: use memzero_page() in bio_truncate()Matthew Wilcox (Oracle)
2025-06-30block: don't merge different kinds of P2P transfers in a single bioChristoph Hellwig
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-13block: remove the same_page output argument to bvec_try_merge_pageChristoph Hellwig
2025-05-12scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski
2025-05-07block: add a bio_add_vmalloc helpersChristoph Hellwig
2025-05-07block: add a bdev_rw_virt helperChristoph Hellwig
2025-05-07block: add a bio_add_virt_nofail helperChristoph Hellwig