summaryrefslogtreecommitdiffstats
path: root/include/linux/bvec.h
Commit message (Expand)AuthorAgeFilesLines
* block: add a bvec_set_virt helperChristoph Hellwig2023-02-031-0/+12
* block: add a bvec_set_folio helperChristoph Hellwig2023-02-031-0/+13
* block: factor out a bvec_set_page helperChristoph Hellwig2023-02-031-0/+15
* block: Remove mm.h from bvec.hMatthew Wilcox2023-01-311-1/+0
* block: define 'struct bvec_iter' as packedMing Lei2021-10-181-1/+1
* bvec: add a bvec_virt helperChristoph Hellwig2021-08-161-0/+12
* bvec: add memcpy_{from,to}_bvec and memzero_bvec helperChristoph Hellwig2021-08-021-0/+33
* bvec: add a bvec_kmap_local helperChristoph Hellwig2021-08-021-0/+13
* bvec: fix the include guards for bvec.hChristoph Hellwig2021-08-021-3/+3
* block: optimise for_each_bvec() advancePavel Begunkov2020-12-021-5/+15
* kernel.h: split out min()/max() et al. helpersAndy Shevchenko2020-10-161-1/+5
* block: allow for_each_bvec to support zero len bvecMing Lei2020-09-021-1/+8
* block: Document the bio_vec propertiesBart Van Assche2020-05-191-2/+11
* block: remove unused mp_bvec_last_segmentJens Axboe2020-01-041-22/+0
* block: optimise bvec_iter_advance()Pavel Begunkov2019-12-031-12/+10
* block: fix mismerge in bvec_advanceChristoph Hellwig2019-05-071-7/+1
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-14/+1
* 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/+4
* | block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig2019-04-121-5/+0
|/
* 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/+0
* block: remove bio_rewind_iter()Ming Lei2018-09-061-3/+0
* 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-031-0/+27
* block: guard bvec iteration logicDmitry Monakhov2017-07-031-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