aboutsummaryrefslogtreecommitdiffstats
path: root/block/bio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe1-1/+1
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-5/+7
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+153
2021-08-24bio: fix page leak bio_add_hw_page failurePavel Begunkov1-2/+13
2021-08-23bio: improve kerneldoc documentation for bio_alloc_kiocb()Jens Axboe1-1/+4
2021-08-23bio: add allocation cache abstractionJens Axboe1-14/+120
2021-08-23bio: optimize initialization of a bioJens Axboe1-2/+30
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni1-5/+7
2021-08-02block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvecChristoph Hellwig1-20/+8
2021-08-02block: use memzero_page in zero_fill_bioChristoph Hellwig1-7/+2
2021-06-24block: fix trace completion for chained bioEdward Hsieh1-7/+6
2021-05-08Revert "bio: limit bio max size"Jens Axboe1-11/+2
2021-05-03bio: limit bio max sizeChangheun Lee1-2/+11
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