aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+13
2021-08-23bio: add allocation cache abstractionJens Axboe1-0/+13
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni1-1/+1
2021-08-02block: remove bvec_kmap_irq and bvec_kunmap_irqChristoph Hellwig1-42/+0
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2021-06-17block: export blk_next_bio()Chaitanya Kulkarni1-0/+2
2021-06-08block: return the correct bvec when checking for gapsLong Li1-8/+4
2021-05-08Revert "bio: limit bio max size"Jens Axboe1-3/+1
2021-05-03bio: limit bio max sizeChangheun Lee1-1/+3
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig1-1/+0
2021-04-12block: remove zero_fill_bio_iterChristoph Hellwig1-6/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-2/+2
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-1/+6
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+28
2021-02-09block: add bio_add_zone_append_pageJohannes Thumshirn1-0/+2
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig1-1/+0
2021-02-08block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig1-3/+4
2021-02-08block: move struct biovec_slab to bio.cChristoph Hellwig1-6/+0
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig1-5/+1
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov1-1/+4
2021-01-25bio: add a helper calculating nr segments to allocPavel Begunkov1-0/+10
2021-01-24block: move three bvec helpers declaration into private helperMing Lei1-3/+0
2021-01-24block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei1-0/+1
2021-01-24block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig1-0/+2
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-10/+8
2020-12-02bio: optimise bvec iterationPavel Begunkov1-2/+15
2020-11-25block: remove unused BIO_SPLIT_ENTRIESJeffle Xu1-6/+0
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig1-7/+0
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig1-2/+0
2020-06-24block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig1-3/+0
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+8
2020-06-01block: mark bio_wouldblock_error() bio with BIO_QUIETJens Axboe1-0/+1
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig1-6/+0
2020-05-25block: add bio_for_each_bvec_all()Omar Sandoval1-0/+8
2020-05-19bio.h: Declare the arguments of the bio iteration functions constBart Van Assche1-3/+3
2020-04-18bio: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig1-14/+0
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig1-0/+1
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei1-0/+1
2019-07-01block: fix .bi_size overflowMing Lei1-2/+16
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe1-1/+1
2019-06-29block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig1-1/+1
2019-06-29block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig1-0/+1
2019-06-27block: Remove unused codeDamien Le Moal1-11/+0
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-1/+0
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig1-1/+1
2019-05-23bio: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+1
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-14/+1
2019-04-30block: remove the __bio_add_pc_page exportChristoph Hellwig1-3/+0