linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Zone related cleanups
@ 2025-11-06  7:06 Damien Le Moal
  2025-11-06  7:06 ` [PATCH 1/2] block: remove blk_zone_wp_offset() Damien Le Moal
  2025-11-06  7:06 ` [PATCH 2/2] block: introduce bdev_zone_start() Damien Le Moal
  0 siblings, 2 replies; 6+ messages in thread
From: Damien Le Moal @ 2025-11-06  7:06 UTC (permalink / raw)
  To: Jens Axboe, linux-block; +Cc: Christoph Hellwig

A couple more patches to go on top of the cached report zone support.
The first one removes blk_zone_wp_offset() to simplify the code. The
second patch introduces bdev_zone_start() as a replacement to using
ALIGN_DOWN() for getting the start sector of a zone.

Damien Le Moal (2):
  block: remove blk_zone_wp_offset()
  block: introduce bdev_zone_start()

 block/blk-zoned.c      | 68 +++++++++++++++++++++---------------------
 include/linux/blkdev.h |  6 ++++
 2 files changed, 40 insertions(+), 34 deletions(-)

-- 
2.51.1


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

end of thread, other threads:[~2025-11-06 16:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06  7:06 [PATCH 0/2] Zone related cleanups Damien Le Moal
2025-11-06  7:06 ` [PATCH 1/2] block: remove blk_zone_wp_offset() Damien Le Moal
2025-11-06 11:03   ` Christoph Hellwig
2025-11-06  7:06 ` [PATCH 2/2] block: introduce bdev_zone_start() Damien Le Moal
2025-11-06 11:03   ` Christoph Hellwig
2025-11-06 16:02   ` Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).