index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bvec.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
block: add a bvec_set_virt helper
Christoph Hellwig
1
-0
/
+12
2023-02-03
block: add a bvec_set_folio helper
Christoph Hellwig
1
-0
/
+13
2023-02-03
block: factor out a bvec_set_page helper
Christoph Hellwig
1
-0
/
+15
2023-01-31
block: Remove mm.h from bvec.h
Matthew Wilcox
1
-1
/
+0
2021-10-18
block: define 'struct bvec_iter' as packed
Ming Lei
1
-1
/
+1
2021-08-16
bvec: add a bvec_virt helper
Christoph Hellwig
1
-0
/
+12
2021-08-02
bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
Christoph Hellwig
1
-0
/
+33
2021-08-02
bvec: add a bvec_kmap_local helper
Christoph Hellwig
1
-0
/
+13
2021-08-02
bvec: fix the include guards for bvec.h
Christoph Hellwig
1
-3
/
+3
2020-12-02
block: optimise for_each_bvec() advance
Pavel Begunkov
1
-5
/
+15
2020-10-16
kernel.h: split out min()/max() et al. helpers
Andy Shevchenko
1
-1
/
+5
2020-09-03
block: allow for_each_bvec to support zero len bvec
Ming Lei
1
-1
/
+8
2020-05-19
block: Document the bio_vec properties
Bart Van Assche
1
-2
/
+11
2020-01-05
block: remove unused mp_bvec_last_segment
Jens Axboe
1
-22
/
+0
2019-12-03
block: optimise bvec_iter_advance()
Pavel Begunkov
1
-12
/
+10
2019-05-07
block: fix mismerge in bvec_advance
Christoph Hellwig
1
-7
/
+1
2019-05-01
block: switch all files cleared marked as GPLv2 to SPDX tags
Christoph Hellwig
1
-14
/
+1
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
1
-6
/
+18
2019-04-19
block: make sure that bvec length can't be overflow
Ming Lei
1
-2
/
+3
2019-04-12
block: only allow contiguous page structs in a bio_vec
Christoph Hellwig
1
-9
/
+4
2019-04-12
block: change how we get page references in bio_iov_iter_get_pages
Christoph Hellwig
1
-5
/
+0
2019-04-08
block: don't use for-inside-for in bio_for_each_segment_all
Ming Lei
1
-4
/
+10
2019-02-28
block: optimize bvec iteration in bvec_iter_advance
Christoph Hellwig
1
-3
/
+4
2019-02-28
block: introduce mp_bvec_for_each_page() for iterating over page
Ming Lei
1
-0
/
+5
2019-02-27
block: introduce bvec_nth_page()
Ming Lei
1
-3
/
+8
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
1
-0
/
+30
2019-02-15
block: introduce mp_bvec_last_segment()
Ming Lei
1
-0
/
+22
2019-02-15
block: introduce multi-page bvec helpers
Ming Lei
1
-3
/
+27
2019-02-15
block: remove bvec_iter_rewind()
Ming Lei
1
-24
/
+0
2018-09-07
block: remove bio_rewind_iter()
Ming Lei
1
-3
/
+0
2018-01-06
block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
Ming Lei
1
-0
/
+9
2017-07-04
bio: add bvec_iter rewind API
Dmitry Monakhov
1
-0
/
+27
2017-07-04
block: guard bvec iteration logic
Dmitry Monakhov
1
-5
/
+9
2016-08-11
bvec: avoid variable shadowing warning
Johannes Berg
1
-1
/
+2
2016-06-09
block: mark 1st parameter of bvec_iter_advance as const
Ming Lei
1
-1
/
+2
2016-06-09
block: move two bvec structure into bvec.h
Ming Lei
1
-1
/
+22
2016-06-09
block: move bvec iterator into include/linux/bvec.h
Ming Lei
1
-0
/
+74