summaryrefslogtreecommitdiff
path: root/include/linux/bio.h
AgeCommit message (Expand)Author
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
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig
2021-10-18block: move bio_full out of bio.hChristoph Hellwig
2021-10-18block: fold bio_cur_bytes into blk_rq_cur_bytesChristoph Hellwig
2021-10-18block: move bio_mergeable out of bio.hChristoph Hellwig
2021-10-18block: don't include <linux/ioprio.h> in <linux/bio.h>Christoph Hellwig
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-23bio: add allocation cache abstractionJens Axboe
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni
2021-08-02block: remove bvec_kmap_irq and bvec_kunmap_irqChristoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-17block: export blk_next_bio()Chaitanya Kulkarni
2021-06-08block: return the correct bvec when checking for gapsLong Li
2021-05-08Revert "bio: limit bio max size"Jens Axboe
2021-05-03bio: limit bio max sizeChangheun Lee
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig
2021-04-12block: remove zero_fill_bio_iterChristoph Hellwig
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-09block: add bio_add_zone_append_pageJohannes Thumshirn
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig
2021-02-08block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig
2021-02-08block: move struct biovec_slab to bio.cChristoph Hellwig
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov
2021-01-25bio: add a helper calculating nr segments to allocPavel Begunkov
2021-01-24block: move three bvec helpers declaration into private helperMing Lei
2021-01-24block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei
2021-01-24block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-02bio: optimise bvec iterationPavel Begunkov
2020-11-25block: remove unused BIO_SPLIT_ENTRIESJeffle Xu
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig
2020-06-24block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-01block: mark bio_wouldblock_error() bio with BIO_QUIETJens Axboe
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig
2020-05-25block: add bio_for_each_bvec_all()Omar Sandoval
2020-05-19bio.h: Declare the arguments of the bio iteration functions constBart Van Assche