summaryrefslogtreecommitdiffstats
path: root/block/bio.c
Commit message (Expand)AuthorAge
* block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig2019-08-22
* block: create a bio_try_merge_pc_page helperChristoph Hellwig2019-08-22
* block: improve the gap check in __bio_add_pc_pageChristoph Hellwig2019-08-22
* block: annotate refault stalls from IO submissionJohannes Weiner2019-08-14
* block: stop exporting bio_map_kernHans Holmberg2019-08-06
* block: Document the bio splitting functionsBart Van Assche2019-08-04
* block: Allow mapping of vmalloc-ed buffersDamien Le Moal2019-07-11
* block: fix .bi_size overflowMing Lei2019-07-01
* Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-01
|\
| * block: fix page leak when merging to same pageChristoph Hellwig2019-06-17
| * block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-17
* | block: never take page references for ITER_BVECChristoph Hellwig2019-06-29
* | block: use bio_release_pages in bio_map_user_iovChristoph Hellwig2019-06-29
* | block: use bio_release_pages in bio_unmap_userChristoph Hellwig2019-06-29
* | block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig2019-06-29
* | block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig2019-06-29
* | block: Remove unused codeDamien Le Moal2019-06-27
* | block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-20
* | block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-15
|/
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-30
* block: clean up __bio_add_pc_page a bitChristoph Hellwig2019-04-30
* block: remove bogus comments in __bio_add_pc_pageChristoph Hellwig2019-04-30
* block: remove the __bio_add_pc_page exportChristoph Hellwig2019-04-30
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-30
* block: don't run get_page() on pages from non-bvec iov iterMing Lei2019-04-24
* block: clarify that bio_add_page() and related helpers can add multi pagesMing Lei2019-04-23
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-22
|\
| * block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-10
* | block: only allow contiguous page structs in a bio_vecChristoph Hellwig2019-04-12
* | block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig2019-04-12
* | block: don't allow multiple bio_iov_iter_get_pages calls per bioChristoph Hellwig2019-04-12
* | block: refactor __bio_iov_bvec_add_pagesChristoph Hellwig2019-04-12
* | block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn2019-04-04
* | block: enable multi-page bvec for passthrough IOMing Lei2019-04-01
* | block: put the same page when adding it to bioMing Lei2019-04-01
* | block: check if page is mergeable in one helperMing Lei2019-04-01
* | block: cleanup bio_add_pc_pageMing Lei2019-04-01
* | block: avoid to break XEN by multi-page bvecMing Lei2019-04-01
|/
* block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-18
* block: implement bio helper to add iter bvec pages to bioJens Axboe2019-02-28
* block: enable multipage bvecsMing Lei2019-02-15
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-15
* Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-02
|\
| * blkcg: clean up blkg_tryget_closest()Dennis Zhou2018-12-21
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-28
|\|
| * block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exportsChristoph Hellwig2018-12-14
| * block: remove the unused bio_iov_iter_get_pages exportChristoph Hellwig2018-12-14
| * block: remove the bio_phys_segments exportChristoph Hellwig2018-12-14
| * block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-10
| * block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-10