aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/bio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-13bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAPMatthew Wilcox (Oracle)1-1/+1
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-1/+24
2025-05-12scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-0/+1
2025-05-07block: add a bio_add_vmalloc helpersChristoph Hellwig1-0/+3
2025-05-07block: add a bio_add_max_vecs helperChristoph Hellwig1-0/+15
2025-05-07block: add a bdev_rw_virt helperChristoph Hellwig1-1/+4
2025-05-07block: add a bio_add_virt_nofail helperChristoph Hellwig1-0/+2
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig1-4/+0
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig1-2/+0
2024-12-23block: Delete bio_set_prio()John Garry1-2/+0
2024-12-23block: Delete bio_prio()John Garry1-1/+0
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry1-1/+1
2024-11-11block: lift bio_is_zone_append to bio.hChristoph Hellwig1-0/+17
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig1-2/+0
2024-08-29block: rework bio splittingChristoph Hellwig1-2/+2
2024-07-03block: split integrity support out of bio.hChristoph Hellwig1-156/+0
2024-06-12block: unmap and free user mapped integrity via submitterAnuj Gupta1-0/+4
2024-05-07block: add a blk_alloc_discard_bio helperChristoph Hellwig1-0/+3
2024-05-07block: add a bio_chain_and_submit helperChristoph Hellwig1-0/+1
2024-04-01block: add a bio_list_merge_init helperChristoph Hellwig1-0/+7
2024-01-16block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)1-3/+6
2023-12-01block: bio-integrity: directly map user buffersKeith Busch1-0/+9
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+6
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+5
2023-08-18mm/page_io: introduce bio_first_folio_all()ZhangPeng1-0/+5
2023-08-14block: Bring back zero_fill_bio_iterKent Overstreet1-1/+6
2023-08-09block: don't make REQ_POLLED imply REQ_NOWAITJens Axboe1-1/+1
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig1-2/+1
2023-06-01block: mark bio_add_folio as __must_checkJohannes Thumshirn1-1/+2
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn1-0/+2
2023-06-01block: mark bio_add_page as __must_checkJohannes Thumshirn1-1/+2
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells1-1/+2
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig1-1/+1
2023-05-24block: Fix bio_flagged() so that gcc can better optimise itDavid Howells1-1/+1
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig1-0/+5
2023-02-15block: export bio_split_rwChristoph Hellwig1-0/+4
2023-01-04Revert "block: bio_copy_data_iter"Jens Axboe1-0/+2
2022-12-16block: don't clear REQ_ALLOC_CACHE for non-polled requestsJens Axboe1-2/+1
2022-12-06block: bio_copy_data_iterChristoph Hellwig1-2/+0
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai1-1/+1
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-5/+5
2022-06-08block: remove bioset_init_from_srcChristoph Hellwig1-1/+0
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+7
2022-05-05block: Do not call folio_next() on an unreferenced folioMatthew Wilcox (Oracle)1-1/+4
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-1/+1
2022-04-17block: allow use of per-cpu bio alloc cache by block driversMike Snitzer1-0/+6
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer1-2/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2022-03-07block: remove bio_devnameChristoph Hellwig1-2/+0
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-3/+0