summaryrefslogtreecommitdiff
path: root/include/linux/bio.h
AgeCommit message (Expand)Author
2024-01-16block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)
2023-12-01block: bio-integrity: directly map user buffersKeith Busch
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-18mm/page_io: introduce bio_first_folio_all()ZhangPeng
2023-08-14block: Bring back zero_fill_bio_iterKent Overstreet
2023-08-09block: don't make REQ_POLLED imply REQ_NOWAITJens Axboe
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig
2023-06-01block: mark bio_add_folio as __must_checkJohannes Thumshirn
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn
2023-06-01block: mark bio_add_page as __must_checkJohannes Thumshirn
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig
2023-05-24block: Fix bio_flagged() so that gcc can better optimise itDavid Howells
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig
2023-02-15block: export bio_split_rwChristoph Hellwig
2023-01-04Revert "block: bio_copy_data_iter"Jens Axboe
2022-12-16block: don't clear REQ_ALLOC_CACHE for non-polled requestsJens Axboe
2022-12-06block: bio_copy_data_iterChristoph Hellwig
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-06-08block: remove bioset_init_from_srcChristoph Hellwig
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-05block: Do not call folio_next() on an unreferenced folioMatthew Wilcox (Oracle)
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-04-17block: allow use of per-cpu bio alloc cache by block driversMike Snitzer
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-07block: remove bio_devnameChristoph Hellwig
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds
2021-12-22bio.h: fix kernel-doc warningsRandy Dunlap
2021-12-16block: Add bio_for_each_folio_all()Matthew Wilcox (Oracle)
2021-12-16block: Add bio_add_folio()Matthew Wilcox (Oracle)
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov
2021-10-20block: turn macro helpers into inline functionsPavel Begunkov
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18block: mark bio_truncate staticChristoph Hellwig
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig