summaryrefslogtreecommitdiff
path: root/block/bio.c
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
13 daysblock: fix folio leak in bio_iov_iter_bounce_read()Jens Axboe1-1/+3
2026-02-10Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds1-127/+205
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2026-01-28block: add helpers to bounce buffer an iov_iter into biosChristoph Hellwig1-0/+179
2026-01-28block: remove bio_release_pageChristoph Hellwig1-1/+3
2026-01-28iov_iter: extract a iov_iter_extract_bvecs helper from bio codeChristoph Hellwig1-102/+18
2026-01-28block: open code bio_add_page and fix handling of mismatching P2P rangesChristoph Hellwig1-24/+13
2026-01-28block: refactor get_contig_folio_lenChristoph Hellwig1-35/+27
2026-01-28block: add a BIO_MAX_SIZE constant and use itChristoph Hellwig1-5/+5
2026-01-21block: add a bio_reuse helperChristoph Hellwig1-0/+34
2026-01-07block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()Ming Lei1-1/+1
2026-01-07block: use bvec iterator helper for bio_may_need_split()Ming Lei1-0/+3
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