summaryrefslogtreecommitdiffstats
path: root/block/bio.c
AgeCommit message (Expand)Author
2021-09-15bio: fix page leak bio_add_hw_page failurePavel Begunkov
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
2021-01-24block: manage bio slab cache by xarrayMing Lei
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-02bio: optimise bvec iterationPavel Begunkov
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-10-28block: advance iov_iter on bio_add_hw_page failureNaohiro Aota
2020-10-15docs: bio: fix a kerneldoc markupMauro Carvalho Chehab
2020-10-15block: bio: fix a warning at the kernel-doc markupsMauro Carvalho Chehab
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-05block: make bio_crypt_clone() able to failEric Biggers
2020-09-09block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani
2020-08-17block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)
2020-07-31block: bio: delete duplicated wordsRandy Dunlap
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig
2020-06-29block: merge __bio_associate_blkg into bio_associate_blkg_from_cssChristoph Hellwig
2020-06-29block: really clone the block cgroup in bio_clone_blkg_associationChristoph Hellwig
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig
2020-06-24block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig