aboutsummaryrefslogtreecommitdiffstats
path: root/block/bio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-40/+3
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig1-37/+0
2021-04-12block: remove zero_fill_bio_iterChristoph Hellwig1-3/+3
2021-03-31block: only update parent bi_status when bio failYufen Yu1-1/+1
2021-03-24block: support zone append bvecsJohannes Thumshirn1-3/+18
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-7/+7
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-318/+253
2021-02-09block: add bio_add_zone_append_pageJohannes Thumshirn1-0/+33
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig1-61/+43
2021-02-08block: mark the bio as cloned in bio_iov_bvec_setChristoph Hellwig1-1/+1
2021-02-08block: set BIO_NO_PAGE_REF in bio_iov_bvec_setChristoph Hellwig1-3/+2
2021-02-08block: remove a layer of indentation in bio_iov_iter_get_pagesChristoph Hellwig1-7/+7
2021-02-08block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig1-2/+2
2021-02-08block: remove the 1 and 4 vec bvec_slabs entriesChristoph Hellwig1-37/+16
2021-02-08block: streamline bvec_allocChristoph Hellwig1-16/+10
2021-02-08block: factor out a bvec_alloc_gfp helperChristoph Hellwig1-9/+11
2021-02-08block: move struct biovec_slab to bio.cChristoph Hellwig1-0/+6
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig1-6/+0
2021-02-02block: fix memory leak of bvecMing Lei1-1/+1
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig1-82/+85
2021-01-26block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig1-0/+2
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov1-38/+29
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov1-0/+6
2021-01-24block: set .bi_max_vecs as actual allocated vector numberMing Lei1-1/+2
2021-01-24block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei1-2/+5
2021-01-24block: manage bio slab cache by xarrayMing Lei1-67/+49
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-20/+11
2020-12-02bio: optimise bvec iterationPavel Begunkov1-2/+2
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-2/+2
2020-10-28block: advance iov_iter on bio_add_hw_page failureNaohiro Aota1-4/+7
2020-10-15docs: bio: fix a kerneldoc markupMauro Carvalho Chehab1-1/+1
2020-10-15block: bio: fix a warning at the kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+9
2020-10-05block: make bio_crypt_clone() able to failEric Biggers1-11/+9
2020-09-09block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani1-1/+3
2020-08-17block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)1-5/+5
2020-07-31block: bio: delete duplicated wordsRandy Dunlap1-2/+2
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-7/+7
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig1-75/+0
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig1-26/+0
2020-06-29block: merge __bio_associate_blkg into bio_associate_blkg_from_cssChristoph Hellwig1-32/+13
2020-06-29block: really clone the block cgroup in bio_clone_blkg_associationChristoph Hellwig1-6/+6
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig1-19/+8
2020-06-24block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+1
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig1-2/+1
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig1-16/+0
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig1-39/+0
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig1-2/+8
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-0/+6