summaryrefslogtreecommitdiff
path: root/include/linux/bvec.h
AgeCommit message (Expand)Author
2021-10-18block: define 'struct bvec_iter' as packedMing Lei
2021-08-16bvec: add a bvec_virt helperChristoph Hellwig
2021-08-02bvec: add memcpy_{from,to}_bvec and memzero_bvec helperChristoph Hellwig
2021-08-02bvec: add a bvec_kmap_local helperChristoph Hellwig
2021-08-02bvec: fix the include guards for bvec.hChristoph Hellwig
2020-12-02block: optimise for_each_bvec() advancePavel Begunkov
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko
2020-09-02block: allow for_each_bvec to support zero len bvecMing Lei
2020-05-19block: Document the bio_vec propertiesBart Van Assche
2020-01-04block: remove unused mp_bvec_last_segmentJens Axboe
2019-12-03block: optimise bvec_iter_advance()Pavel Begunkov
2019-05-07block: fix mismerge in bvec_advanceChristoph Hellwig
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-19block: make sure that bvec length can't be overflowMing Lei
2019-04-12block: only allow contiguous page structs in a bio_vecChristoph Hellwig
2019-04-12block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig
2019-04-08block: don't use for-inside-for in bio_for_each_segment_allMing Lei
2019-02-28block: optimize bvec iteration in bvec_iter_advanceChristoph Hellwig
2019-02-28block: introduce mp_bvec_for_each_page() for iterating over pageMing Lei
2019-02-27block: introduce bvec_nth_page()Ming Lei
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-15block: introduce mp_bvec_last_segment()Ming Lei
2019-02-15block: introduce multi-page bvec helpersMing Lei
2019-02-15block: remove bvec_iter_rewind()Ming Lei
2018-09-06block: remove bio_rewind_iter()Ming Lei
2018-01-06block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei
2017-07-03bio: add bvec_iter rewind APIDmitry Monakhov
2017-07-03block: guard bvec iteration logicDmitry Monakhov
2016-08-11bvec: avoid variable shadowing warningJohannes Berg
2016-06-09block: mark 1st parameter of bvec_iter_advance as constMing Lei
2016-06-09block: move two bvec structure into bvec.hMing Lei
2016-06-09block: move bvec iterator into include/linux/bvec.hMing Lei