All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Jens Axboe <axboe@kernel.dk>, linux-block@vger.kernel.org
Cc: Christoph Hellwig <hch@lst.de>
Subject: [PATCH 0/2] Zone related cleanups
Date: Thu,  6 Nov 2025 16:06:25 +0900	[thread overview]
Message-ID: <20251106070627.96995-1-dlemoal@kernel.org> (raw)

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


             reply	other threads:[~2025-11-06  7:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-06  7:06 Damien Le Moal [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251106070627.96995-1-dlemoal@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=axboe@kernel.dk \
    --cc=hch@lst.de \
    --cc=linux-block@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.