[PATCH v2 0/2] Add bvec_folio and its kernel-doc

Matthew Wilcox (Oracle) posted 2 patches 1 week, 3 days ago
Documentation/core-api/kernel-api.rst |  1 +
block/bio.c                           |  6 +++---
include/linux/bio.h                   |  2 +-
include/linux/bvec.h                  | 17 +++++++++++++++++
io_uring/rsrc.c                       |  2 +-
mm/page_io.c                          |  4 ++--
6 files changed, 25 insertions(+), 7 deletions(-)
[PATCH v2 0/2] Add bvec_folio and its kernel-doc
Posted by Matthew Wilcox (Oracle) 1 week, 3 days ago
Add the convenience helper bvec_folio() to avoid references to bv_page.
Convert a few of the obvious users.

v2:
 - Tweak the kernel-doc (Christoph)
 - Add the bvec kerneldoc to the documentation build

Matthew Wilcox (Oracle) (2):
  block: Add bvec_folio()
  block: Include bvec.h kernel-doc in the htmldocs

 Documentation/core-api/kernel-api.rst |  1 +
 block/bio.c                           |  6 +++---
 include/linux/bio.h                   |  2 +-
 include/linux/bvec.h                  | 17 +++++++++++++++++
 io_uring/rsrc.c                       |  2 +-
 mm/page_io.c                          |  4 ++--
 6 files changed, 25 insertions(+), 7 deletions(-)

-- 
2.47.3
Re: [PATCH v2 0/2] Add bvec_folio and its kernel-doc
Posted by Jens Axboe 1 week ago
On Thu, 28 May 2026 18:59:02 +0100, Matthew Wilcox (Oracle) wrote:
> Add the convenience helper bvec_folio() to avoid references to bv_page.
> Convert a few of the obvious users.
> 
> v2:
>  - Tweak the kernel-doc (Christoph)
>  - Add the bvec kerneldoc to the documentation build
> 
> [...]

Applied, thanks!

[1/2] block: Add bvec_folio()
      (no commit info)
[2/2] block: Include bvec.h kernel-doc in the htmldocs
      (no commit info)

Best regards,
-- 
Jens Axboe
Re: [PATCH v2 0/2] Add bvec_folio and its kernel-doc
Posted by William Kucharski 1 week, 3 days ago
For the series:

Reviewed-by: William Kucharski <william.kucharski@linux.dev>

> On May 28, 2026, at 11:59, Matthew Wilcox (Oracle) <willy@infradead.org> wrote:
> 
> Add the convenience helper bvec_folio() to avoid references to bv_page.
> Convert a few of the obvious users.
> 
> v2:
> - Tweak the kernel-doc (Christoph)
> - Add the bvec kerneldoc to the documentation build
> 
> Matthew Wilcox (Oracle) (2):
>  block: Add bvec_folio()
>  block: Include bvec.h kernel-doc in the htmldocs
> 
> Documentation/core-api/kernel-api.rst |  1 +
> block/bio.c                           |  6 +++---
> include/linux/bio.h                   |  2 +-
> include/linux/bvec.h                  | 17 +++++++++++++++++
> io_uring/rsrc.c                       |  2 +-
> mm/page_io.c                          |  4 ++--
> 6 files changed, 25 insertions(+), 7 deletions(-)
> 
> -- 
> 2.47.3
> 
>