| Commit message (Expand) | Author | Age | Files | Lines |
* | bvec: add a bvec_virt helper | Christoph Hellwig | 2021-08-16 | 1 | -0/+12 |
* | bvec: add memcpy_{from,to}_bvec and memzero_bvec helper | Christoph Hellwig | 2021-08-02 | 1 | -0/+33 |
* | bvec: add a bvec_kmap_local helper | Christoph Hellwig | 2021-08-02 | 1 | -0/+13 |
* | bvec: fix the include guards for bvec.h | Christoph Hellwig | 2021-08-02 | 1 | -3/+3 |
* | block: optimise for_each_bvec() advance | Pavel Begunkov | 2020-12-02 | 1 | -5/+15 |
* | kernel.h: split out min()/max() et al. helpers | Andy Shevchenko | 2020-10-16 | 1 | -1/+5 |
* | block: allow for_each_bvec to support zero len bvec | Ming Lei | 2020-09-02 | 1 | -1/+8 |
* | block: Document the bio_vec properties | Bart Van Assche | 2020-05-19 | 1 | -2/+11 |
* | block: remove unused mp_bvec_last_segment | Jens Axboe | 2020-01-04 | 1 | -22/+0 |
* | block: optimise bvec_iter_advance() | Pavel Begunkov | 2019-12-03 | 1 | -12/+10 |
* | block: fix mismerge in bvec_advance | Christoph Hellwig | 2019-05-07 | 1 | -7/+1 |
* | block: switch all files cleared marked as GPLv2 to SPDX tags | Christoph Hellwig | 2019-04-30 | 1 | -14/+1 |
* | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe | 2019-04-22 | 1 | -6/+18 |
|\ |
|
| * | block: make sure that bvec length can't be overflow | Ming Lei | 2019-04-19 | 1 | -2/+3 |
| * | block: don't use for-inside-for in bio_for_each_segment_all | Ming Lei | 2019-04-08 | 1 | -4/+10 |
* | | block: only allow contiguous page structs in a bio_vec | Christoph Hellwig | 2019-04-12 | 1 | -9/+4 |
* | | block: change how we get page references in bio_iov_iter_get_pages | Christoph Hellwig | 2019-04-12 | 1 | -5/+0 |
|/ |
|
* | block: optimize bvec iteration in bvec_iter_advance | Christoph Hellwig | 2019-02-28 | 1 | -3/+4 |
* | block: introduce mp_bvec_for_each_page() for iterating over page | Ming Lei | 2019-02-28 | 1 | -0/+5 |
* | block: introduce bvec_nth_page() | Ming Lei | 2019-02-27 | 1 | -3/+8 |
* | block: allow bio_for_each_segment_all() to iterate over multi-page bvec | Ming Lei | 2019-02-15 | 1 | -0/+30 |
* | block: introduce mp_bvec_last_segment() | Ming Lei | 2019-02-15 | 1 | -0/+22 |
* | block: introduce multi-page bvec helpers | Ming Lei | 2019-02-15 | 1 | -3/+27 |
* | block: remove bvec_iter_rewind() | Ming Lei | 2019-02-15 | 1 | -24/+0 |
* | block: remove bio_rewind_iter() | Ming Lei | 2018-09-06 | 1 | -3/+0 |
* | block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq | Ming Lei | 2018-01-06 | 1 | -0/+9 |
* | bio: add bvec_iter rewind API | Dmitry Monakhov | 2017-07-03 | 1 | -0/+27 |
* | block: guard bvec iteration logic | Dmitry Monakhov | 2017-07-03 | 1 | -5/+9 |
* | bvec: avoid variable shadowing warning | Johannes Berg | 2016-08-11 | 1 | -1/+2 |
* | block: mark 1st parameter of bvec_iter_advance as const | Ming Lei | 2016-06-09 | 1 | -1/+2 |
* | block: move two bvec structure into bvec.h | Ming Lei | 2016-06-09 | 1 | -1/+22 |
* | block: move bvec iterator into include/linux/bvec.h | Ming Lei | 2016-06-09 | 1 | -0/+74 |