aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/bio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig1-509/+1
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig1-0/+43
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov1-1/+0
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov1-4/+4
2020-03-24block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig1-0/+6
2020-03-18block: Prevent hung_check firing during long sync IOMing Lei1-1/+11
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei1-1/+11
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei1-0/+39
2019-12-09block: fix "check bi_size overflow before merge"Andreas Gruenbacher1-1/+3
2019-12-05block: fix memleak of bio integrity dataJustin Tee1-0/+3
2019-11-12block: check bi_size overflow before mergeJunichi Nomura1-1/+1
2019-08-22block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig1-10/+10
2019-08-22block: create a bio_try_merge_pc_page helperChristoph Hellwig1-24/+10
2019-08-22block: improve the gap check in __bio_add_pc_pageChristoph Hellwig1-7/+7
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner1-0/+3
2019-08-06block: stop exporting bio_map_kernHans Holmberg1-1/+0
2019-08-04block: Document the bio splitting functionsBart Van Assche1-2/+2
2019-07-11block: Allow mapping of vmalloc-ed buffersDamien Le Moal1-1/+27
2019-07-01block: fix .bi_size overflowMing Lei1-5/+5
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe1-17/+21
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig1-13/+1
2019-06-29block: use bio_release_pages in bio_map_user_iovChristoph Hellwig1-5/+1
2019-06-29block: use bio_release_pages in bio_unmap_userChristoph Hellwig1-19/+2
2019-06-29block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig1-5/+7
2019-06-29block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig1-5/+6
2019-06-27block: Remove unused codeDamien Le Moal1-12/+0
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-14/+1
2019-06-17block: fix page leak when merging to same pageChristoph Hellwig1-2/+10
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig1-15/+11
2019-06-15block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-14/+1
2019-04-30block: clean up __bio_add_pc_page a bitChristoph Hellwig1-6/+5
2019-04-30block: remove bogus comments in __bio_add_pc_pageChristoph Hellwig1-9/+0
2019-04-30block: remove the __bio_add_pc_page exportChristoph Hellwig1-2/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-19/+10
2019-04-24block: don't run get_page() on pages from non-bvec iov iterMing Lei1-1/+1
2019-04-23block: clarify that bio_add_page() and related helpers can add multi pagesMing Lei1-11/+15
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe1-1/+4
2019-04-12block: only allow contiguous page structs in a bio_vecChristoph Hellwig1-2/+7
2019-04-12block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig1-26/+25
2019-04-12block: don't allow multiple bio_iov_iter_get_pages calls per bioChristoph Hellwig1-9/+6
2019-04-12block: refactor __bio_iov_bvec_add_pagesChristoph Hellwig1-10/+9
2019-04-10block: do not leak memory in bio_copy_user_iov()Jérôme Glisse1-1/+4
2019-04-04block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn1-0/+3
2019-04-01block: enable multi-page bvec for passthrough IOMing Lei1-29/+31
2019-04-01block: put the same page when adding it to bioMing Lei1-12/+16
2019-04-01block: check if page is mergeable in one helperMing Lei1-14/+24
2019-04-01block: cleanup bio_add_pc_pageMing Lei1-7/+7
2019-04-01block: avoid to break XEN by multi-page bvecMing Lei1-0/+2
2019-03-18block: add BIO_NO_PAGE_REF flagJens Axboe1-19/+24