Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add bvec_folio and its kernel-doc
@ 2026-05-28 17:59 Matthew Wilcox (Oracle)
  2026-05-28 17:59 ` [PATCH v2 1/2] block: Add bvec_folio() Matthew Wilcox (Oracle)
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Matthew Wilcox (Oracle) @ 2026-05-28 17:59 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Matthew Wilcox (Oracle), linux-block, linux-kernel, io-uring,
	linux-mm, Leon Romanovsky, Christoph Hellwig

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-06-01  1:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 17:59 [PATCH v2 0/2] Add bvec_folio and its kernel-doc Matthew Wilcox (Oracle)
2026-05-28 17:59 ` [PATCH v2 1/2] block: Add bvec_folio() Matthew Wilcox (Oracle)
2026-05-29  5:30   ` Christoph Hellwig
2026-05-29  6:16   ` Hannes Reinecke
2026-05-28 17:59 ` [PATCH v2 2/2] block: Include bvec.h kernel-doc in the htmldocs Matthew Wilcox (Oracle)
2026-05-29  5:31   ` Christoph Hellwig
2026-05-29  6:17   ` Hannes Reinecke
2026-05-28 23:30 ` [PATCH v2 0/2] Add bvec_folio and its kernel-doc William Kucharski
2026-06-01  1:47 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox