summaryrefslogtreecommitdiff
path: root/block/bio.c
AgeCommit message (Expand)Author
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
2025-05-06block: add a bi_write_stream fieldChristoph Hellwig
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-12block: fix adding folio to bioMing Lei
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig
2025-02-28block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei
2025-01-17block: Don't trim an atomic writeJohn Garry
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry
2024-11-11block: Error an attempt to split an atomic write in bio_split()John Garry
2024-11-11block: Rework bio_split() return valueJohn Garry
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig
2024-10-31block: remove zone append special casing from the direct I/O pathChristoph Hellwig
2024-09-11block: unpin user pages belonging to a folio at onceKundan Kumar
2024-09-11block: introduce folio awareness and add a bigger size from folioKundan Kumar
2024-09-11block: Added folio-ized version of bio_add_hw_page()Kundan Kumar
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-08block: add a bvec_phys helperChristoph Hellwig