fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Fomichev <dmitry.fomichev@wdc.com>
To: Jens Axboe <axboe@kernel.dk>, Vincent Fu <vincent.fu@samsung.com>,
	fio@vger.kernel.org
Cc: Damien Le Moal <damien.lemoal@wdc.com>,
	Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>,
	Niklas Cassel <niklas.cassel@wdc.com>,
	Dmitry Fomichev <dmitry.fomichev@wdc.com>
Subject: [PATCH 0/5] zbd, t/zbd: miscellaneous fixes
Date: Mon,  5 Feb 2024 06:16:32 +0900	[thread overview]
Message-ID: <20240204211637.210199-1-dmitry.fomichev@wdc.com> (raw)

This series contains a few patches to make improvements to fio support
for zoned block devices (ZBDs).

The first patch fixes an assertion that has been reported in the field.
The fourth patch fixes a failure that happens while running the unit
tests against an uncommon class of ZBDs.

The rest are clean ups and some minor feature additions.

Dmitry Fomichev (5):
  zbd: avoid assertions during sequential read I/O
  oslib: log BLKREPORTZONE error code
  zbd: use a helper to calculate zone index
  t/zbd: check device for unrestricted read support
  t/zbd: add -s option to test-zbd-support script

 oslib/linux-blkzoned.c |  2 ++
 t/zbd/functions        | 22 ++++++++++++++++++++++
 t/zbd/test-zbd-support | 20 ++++++++++++++++++--
 zbd.c                  | 21 +++++++++++++++------
 4 files changed, 57 insertions(+), 8 deletions(-)

-- 
2.37.3


             reply	other threads:[~2024-02-04 21:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-04 21:16 Dmitry Fomichev [this message]
2024-02-04 21:16 ` [PATCH 1/5] zbd: avoid assertions during sequential read I/O Dmitry Fomichev
2024-02-04 21:16 ` [PATCH 2/5] oslib: log BLKREPORTZONE error code Dmitry Fomichev
2024-02-04 21:16 ` [PATCH 3/5] zbd: use a helper to calculate zone index Dmitry Fomichev
2024-02-04 21:16 ` [PATCH 4/5] t/zbd: check device for unrestricted read support Dmitry Fomichev
2024-02-04 21:16 ` [PATCH 5/5] t/zbd: add -s option to test-zbd-support script Dmitry Fomichev

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=20240204211637.210199-1-dmitry.fomichev@wdc.com \
    --to=dmitry.fomichev@wdc.com \
    --cc=axboe@kernel.dk \
    --cc=damien.lemoal@wdc.com \
    --cc=fio@vger.kernel.org \
    --cc=niklas.cassel@wdc.com \
    --cc=shinichiro.kawasaki@wdc.com \
    --cc=vincent.fu@samsung.com \
    /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 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 read-only IMAP folder(s) and NNTP newsgroup(s).