summaryrefslogtreecommitdiffstats
path: root/block/bio.c
AgeCommit message (Expand)Author
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
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala
2020-05-12block: export bio_release_pages and bio_iov_iter_get_pagesJohannes Thumshirn
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch
2020-05-12block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig