summaryrefslogtreecommitdiffstats
path: root/include/linux/bvec.h
Commit message (Expand)AuthorAgeFilesLines
* block: fix mismerge in bvec_advanceChristoph Hellwig2019-05-071-7/+1Star
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-05-011-14/+1Star
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-6/+18
|\
| * block: make sure that bvec length can't be overflowMing Lei2019-04-191-2/+3
| * block: don't use for-inside-for in bio_for_each_segment_allMing Lei2019-04-081-4/+10
* | block: only allow contiguous page structs in a bio_vecChristoph Hellwig2019-04-121-9/+4Star
* | block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig2019-04-121-5/+0Star
|/
* block: optimize bvec iteration in bvec_iter_advanceChristoph Hellwig2019-02-281-3/+4
* block: introduce mp_bvec_for_each_page() for iterating over pageMing Lei2019-02-281-0/+5
* block: introduce bvec_nth_page()Ming Lei2019-02-271-3/+8
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-0/+30
* block: introduce mp_bvec_last_segment()Ming Lei2019-02-151-0/+22
* block: introduce multi-page bvec helpersMing Lei2019-02-151-3/+27
* block: remove bvec_iter_rewind()Ming Lei2019-02-151-24/+0Star
* block: remove bio_rewind_iter()Ming Lei2018-09-061-3/+0Star
* block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei2018-01-061-0/+9
* bio: add bvec_iter rewind APIDmitry Monakhov2017-07-041-0/+27
* block: guard bvec iteration logicDmitry Monakhov2017-07-041-5/+9
* bvec: avoid variable shadowing warningJohannes Berg2016-08-111-1/+2
* block: mark 1st parameter of bvec_iter_advance as constMing Lei2016-06-091-1/+2
* block: move two bvec structure into bvec.hMing Lei2016-06-091-1/+22
* block: move bvec iterator into include/linux/bvec.hMing Lei2016-06-091-0/+74