summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
Commit message (Expand)AuthorAgeFilesLines
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-1/+6
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-27/+28
|\
| * block: use bi_max_vecs to find the bvec poolChristoph Hellwig2021-02-081-1/+0
| * block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig2021-02-081-3/+4
| * block: move struct biovec_slab to bio.cChristoph Hellwig2021-02-081-6/+0
| * block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig2021-01-271-5/+1
| * bio: don't copy bvec for direct IOPavel Begunkov2021-01-251-1/+4
| * bio: add a helper calculating nr segments to allocPavel Begunkov2021-01-251-0/+10
| * block: move three bvec helpers declaration into private helperMing Lei2021-01-241-3/+0
| * block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei2021-01-241-0/+1
| * block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig2021-01-241-0/+2
| * block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-10/+8
* | block: add bio_add_zone_append_pageJohannes Thumshirn2021-02-091-0/+2
|/
* bio: optimise bvec iterationPavel Begunkov2020-12-021-2/+15
* block: remove unused BIO_SPLIT_ENTRIESJeffle Xu2020-11-251-6/+0
* block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig2020-06-291-7/+0
* block: remove bio_disassociate_blkgChristoph Hellwig2020-06-291-2/+0
* block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig2020-06-241-3/+0
* Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-021-0/+8
|\
| * block: add bio_for_each_bvec_all()Omar Sandoval2020-05-251-0/+8
* | block: mark bio_wouldblock_error() bio with BIO_QUIETJens Axboe2020-06-011-0/+1
* | block: remove generic_{start,end}_io_acctChristoph Hellwig2020-05-271-6/+0
* | bio.h: Declare the arguments of the bio iteration functions constBart Van Assche2020-05-191-3/+3
|/
* bio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-1/+1
* block: move bio_map_* to blk-map.cChristoph Hellwig2020-03-271-14/+0
* block: move guard_bio_eod to bio.cChristoph Hellwig2020-03-251-0/+1
* block: add bio_truncate to fix guard_bio_eodMing Lei2019-12-281-0/+1
* block: fix .bi_size overflowMing Lei2019-07-011-2/+16
* Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-011-1/+1
|\
| * block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-171-1/+1
* | block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig2019-06-291-1/+1
* | block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig2019-06-291-0/+1
* | block: Remove unused codeDamien Le Moal2019-06-271-11/+0
* | block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+0
|/
* bio: fix improper use of smp_mb__before_atomic()Andrea Parri2019-05-231-1/+1
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-14/+1
* block: remove the __bio_add_pc_page exportChristoph Hellwig2019-04-301-3/+0
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-3/+2
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-8/+12
|\
| * block: don't use for-inside-for in bio_for_each_segment_allMing Lei2019-04-081-8/+12
* | block: put the same page when adding it to bioMing Lei2019-04-011-0/+3
|/
* block: add bio_set_polled() helperJens Axboe2019-02-241-0/+14
* block: always define BIO_MAX_PAGES as 256Ming Lei2019-02-151-8/+0
* block: enable multipage bvecsMing Lei2019-02-151-1/+1
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-2/+9
* block: introduce bio_for_each_bvec() and rq_for_each_bvec()Ming Lei2019-02-151-0/+10
* btrfs: look at bi_size for repair decisionsChristoph Hellwig2019-02-151-6/+0
* blkcg: remove bio_disassociate_task()Dennis Zhou2018-12-071-2/+0
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-071-7/+4
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-071-0/+5