From: Keith Busch <kbusch@kernel.org>
To: linux-nvme@lists.infradead.org, sagi@grimberg.me, hch@lst.de,
linux-block@vger.kernel.org
Cc: axboe@kernel.dk, linux-scsi@vger.kernel.org,
martin.petersen@oracle.com, Keith Busch <kbusch@kernel.org>
Subject: [PATCHv3 0/4] zoned block device specific errors
Date: Thu, 17 Sep 2020 16:18:37 -0700 [thread overview]
Message-ID: <20200917231841.4029747-1-kbusch@kernel.org> (raw)
Zone block devices may have some limits that require special handling.
This series provides a way for drivers to notify of these conditions.
v2->v3:
Split status for max open vs max active errors (Christoph)
Include scsi use for the new status (Damien)
Update documentation for the new status inline with the request_queue
properties they relate to
Damien Le Moal (2):
scsi: update additional sense codes list
scsi: handle zone resources errors
Keith Busch (2):
block: add zone specific block statuses
nvme: translate zone resource errors
Documentation/block/queue-sysfs.rst | 8 +++++
block/blk-core.c | 4 +++
drivers/nvme/host/core.c | 4 +++
drivers/scsi/scsi_lib.c | 9 +++++
drivers/scsi/sense_codes.h | 54 ++++++++++++++++++++++++++++-
include/linux/blk_types.h | 18 ++++++++++
6 files changed, 96 insertions(+), 1 deletion(-)
--
2.24.1
next reply other threads:[~2020-09-17 23:18 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-17 23:18 Keith Busch [this message]
2020-09-17 23:18 ` [PATCHv3 1/4] block: add zone specific block statuses Keith Busch
2020-09-18 0:29 ` Damien Le Moal
2020-09-18 13:31 ` Johannes Thumshirn
2020-09-18 19:40 ` Keith Busch
2020-09-21 6:54 ` Johannes Thumshirn
2020-09-17 23:18 ` [PATCHv3 2/4] nvme: translate zone resource errors Keith Busch
2020-09-18 0:30 ` Damien Le Moal
2020-09-18 13:29 ` Johannes Thumshirn
2020-09-17 23:18 ` [PATCHv3 3/4] scsi: update additional sense codes list Keith Busch
2020-09-18 0:36 ` Damien Le Moal
2020-09-17 23:18 ` [PATCHv3 4/4] scsi: handle zone resources errors Keith Busch
2020-09-18 0:37 ` Damien Le Moal
2020-09-22 21:45 ` Martin K. Petersen
2020-09-18 0:49 ` [PATCHv3 0/4] zoned block device specific errors Damien Le Moal
2020-09-22 13:10 ` Christoph Hellwig
2020-09-22 21:48 ` Martin K. Petersen
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=20200917231841.4029747-1-kbusch@kernel.org \
--to=kbusch@kernel.org \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=linux-block@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=sagi@grimberg.me \
/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 NNTP newsgroup(s).