summaryrefslogtreecommitdiff
path: root/block/bio.c
AgeCommit message (Expand)Author
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov
2021-10-25block: refactor bio_iov_bvec_set()Pavel Begunkov
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe
2021-10-18block: use bdev_get_queue() in bio.cPavel Begunkov
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: use SLAB_TYPESAFE_BY_RCU for the bio slabChristoph Hellwig
2021-10-18block: mark bio_truncate staticChristoph 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: remove BIO_BUG_ONChristoph Hellwig
2021-09-24block: don't call rq_qos_ops->done_bio if the bio isn't trackedMing Lei
2021-09-03bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe
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-24bio: fix page leak bio_add_hw_page failurePavel Begunkov
2021-08-23bio: improve kerneldoc documentation for bio_alloc_kiocb()Jens Axboe
2021-08-23bio: add allocation cache abstractionJens Axboe
2021-08-23bio: optimize initialization of a bioJens Axboe
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni
2021-08-02block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvecChristoph Hellwig
2021-08-02block: use memzero_page in zero_fill_bioChristoph Hellwig
2021-06-24block: fix trace completion for chained bioEdward Hsieh
2021-05-08Revert "bio: limit bio max size"Jens Axboe
2021-05-03bio: limit bio max sizeChangheun Lee
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig
2021-04-12block: remove zero_fill_bio_iterChristoph Hellwig
2021-03-31block: only update parent bi_status when bio failYufen Yu
2021-03-24block: support zone append bvecsJohannes Thumshirn
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
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: mark the bio as cloned in bio_iov_bvec_setChristoph Hellwig
2021-02-08block: set BIO_NO_PAGE_REF in bio_iov_bvec_setChristoph Hellwig
2021-02-08block: remove a layer of indentation in bio_iov_iter_get_pagesChristoph Hellwig
2021-02-08block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig
2021-02-08block: remove the 1 and 4 vec bvec_slabs entriesChristoph Hellwig
2021-02-08block: streamline bvec_allocChristoph Hellwig
2021-02-08block: factor out a bvec_alloc_gfp helperChristoph Hellwig
2021-02-08block: move struct biovec_slab to bio.cChristoph Hellwig
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig
2021-02-02block: fix memory leak of bvecMing Lei
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig
2021-01-26block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov
2021-01-24block: set .bi_max_vecs as actual allocated vector numberMing Lei
2021-01-24block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei