summaryrefslogtreecommitdiffstats
path: root/block/bio.c
Commit message (Expand)AuthorAgeFilesLines
* fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-091-1/+11
* block: add bio_truncate to fix guard_bio_eodMing Lei2019-12-281-0/+39
* block: fix "check bi_size overflow before merge"Andreas Gruenbacher2019-12-091-1/+3
* block: fix memleak of bio integrity dataJustin Tee2019-12-051-0/+3
* block: check bi_size overflow before mergeJunichi Nomura2019-11-121-1/+1
* block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig2019-08-221-10/+10
* block: create a bio_try_merge_pc_page helperChristoph Hellwig2019-08-221-24/+10
* block: improve the gap check in __bio_add_pc_pageChristoph Hellwig2019-08-221-7/+7
* block: annotate refault stalls from IO submissionJohannes Weiner2019-08-141-0/+3
* block: stop exporting bio_map_kernHans Holmberg2019-08-061-1/+0
* block: Document the bio splitting functionsBart Van Assche2019-08-041-2/+2
* block: Allow mapping of vmalloc-ed buffersDamien Le Moal2019-07-111-1/+27
* block: fix .bi_size overflowMing Lei2019-07-011-5/+5
* Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-011-17/+21
|\
| * block: fix page leak when merging to same pageChristoph Hellwig2019-06-171-2/+10
| * block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-171-15/+11
* | block: never take page references for ITER_BVECChristoph Hellwig2019-06-291-13/+1
* | block: use bio_release_pages in bio_map_user_iovChristoph Hellwig2019-06-291-5/+1
* | block: use bio_release_pages in bio_unmap_userChristoph Hellwig2019-06-291-19/+2
* | block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig2019-06-291-5/+7
* | block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig2019-06-291-5/+6
* | block: Remove unused codeDamien Le Moal2019-06-271-12/+0
* | block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-14/+1
* | block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-151-2/+1
|/
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-14/+1
* block: clean up __bio_add_pc_page a bitChristoph Hellwig2019-04-301-6/+5
* block: remove bogus comments in __bio_add_pc_pageChristoph Hellwig2019-04-301-9/+0
* block: remove the __bio_add_pc_page exportChristoph Hellwig2019-04-301-2/+1
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-19/+10
* block: don't run get_page() on pages from non-bvec iov iterMing Lei2019-04-241-1/+1
* block: clarify that bio_add_page() and related helpers can add multi pagesMing Lei2019-04-231-11/+15
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-1/+4
|\
| * block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-101-1/+4
* | block: only allow contiguous page structs in a bio_vecChristoph Hellwig2019-04-121-2/+7
* | block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig2019-04-121-26/+25
* | block: don't allow multiple bio_iov_iter_get_pages calls per bioChristoph Hellwig2019-04-121-9/+6
* | block: refactor __bio_iov_bvec_add_pagesChristoph Hellwig2019-04-121-10/+9
* | block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn2019-04-041-0/+3
* | block: enable multi-page bvec for passthrough IOMing Lei2019-04-011-29/+31
* | block: put the same page when adding it to bioMing Lei2019-04-011-12/+16
* | block: check if page is mergeable in one helperMing Lei2019-04-011-14/+24
* | block: cleanup bio_add_pc_pageMing Lei2019-04-011-7/+7
* | block: avoid to break XEN by multi-page bvecMing Lei2019-04-011-0/+2
|/
* block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-181-19/+24
* block: implement bio helper to add iter bvec pages to bioJens Axboe2019-02-281-8/+54
* block: enable multipage bvecsMing Lei2019-02-151-7/+15
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-9/+18
* Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-021-0/+4
|\
| * blkcg: clean up blkg_tryget_closest()Dennis Zhou2018-12-211-0/+4
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-77/+125
|\ \ | |/
OpenPOWER on IntegriCloud