All of lore.kernel.org
 help / color / mirror / Atom feed
* clean up bvec iter helpers
@ 2026-05-27 15:10 Christoph Hellwig
  2026-05-27 15:10 ` [PATCH 1/3] loop: cleanup lo_rw_aio Christoph Hellwig
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Christoph Hellwig @ 2026-05-27 15:10 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Keith Busch, Sagi Grimberg, Ming Lei, Bart Van Assche,
	Caleb Sander Mateos, linux-block, linux-nvme

Hi all,

this series converts the bvec_iter helpers from macros to inline
functions, and to facilitate that cleans up a little bit of code
in the loop and nvme-tcp drivers first.

Diffstat:
 drivers/block/loop.c    |   24 ++++-------
 drivers/nvme/host/tcp.c |   27 ++++--------
 include/linux/bvec.h    |  101 ++++++++++++++++++++++++++++++------------------
 3 files changed, 84 insertions(+), 68 deletions(-)


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

end of thread, other threads:[~2026-05-28 14:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 15:10 clean up bvec iter helpers Christoph Hellwig
2026-05-27 15:10 ` [PATCH 1/3] loop: cleanup lo_rw_aio Christoph Hellwig
2026-05-27 15:20   ` Keith Busch
2026-05-27 16:50   ` Chaitanya Kulkarni
2026-05-28  3:32   ` Ming Lei
2026-05-27 15:10 ` [PATCH 2/3] nvme-tcp: cleanup nvme_tcp_init_iter Christoph Hellwig
2026-05-27 15:20   ` Keith Busch
2026-05-27 16:51   ` Chaitanya Kulkarni
2026-05-28  3:39   ` Ming Lei
2026-05-27 15:10 ` [PATCH 3/3] bvec: make the bvec_iter helpers inline functions Christoph Hellwig
2026-05-27 15:21   ` Keith Busch
2026-05-27 16:51   ` Chaitanya Kulkarni
2026-05-28  3:41   ` Ming Lei
2026-05-28 14:01 ` clean up bvec iter helpers Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.