summaryrefslogtreecommitdiff
path: root/include/linux/bio.h
AgeCommit message (Expand)AuthorFilesLines
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-17block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)1-3/+6
2023-12-02block: bio-integrity: directly map user buffersKeith Busch1-0/+9
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+6
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2023-08-18mm/page_io: introduce bio_first_folio_all()ZhangPeng1-0/+5
2023-08-15block: Bring back zero_fill_bio_iterKent Overstreet1-1/+6
2023-08-10block: 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-05Revert "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-18block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-1/+1
2022-04-18block: allow use of per-cpu bio alloc cache by block driversMike Snitzer1-0/+6
2022-04-18block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer1-2/+0
2022-03-25Merge 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-23scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-3/+0
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+4
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig1-1/+1
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-8/+1
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-2/+3
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-3/+4
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni1-1/+2
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds1-2/+54
2021-12-23bio.h: fix kernel-doc warningsRandy Dunlap1-2/+2
2021-12-16block: Add bio_for_each_folio_all()Matthew Wilcox (Oracle)1-1/+52
2021-12-16block: Add bio_add_folio()Matthew Wilcox (Oracle)1-1/+2
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov1-0/+1
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov1-1/+7
2021-10-20block: turn macro helpers into inline functionsPavel Begunkov1-16/+16
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe1-2/+22
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-1/+1