From: Alex Tran <alex.t.tran@gmail.com>
To: Keith Busch <kbusch@kernel.org>, Jens Axboe <axboe@kernel.dk>,
Christoph Hellwig <hch@lst.de>, Sagi Grimberg <sagi@grimberg.me>
Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org,
Alex Tran <alex.t.tran@gmail.com>
Subject: [PATCH 0/2] nvme/host: perform delayed retries upon non-fatal error received during nvme namespace validation
Date: Sun, 21 Dec 2025 13:26:09 -0800 [thread overview]
Message-ID: <20251221-nvme_ns_validation-v1-0-9f7a385707af@gmail.com> (raw)
This patch series aims to provide delayed retries for nvme namespace
validation when a non-fatal error occurs instead of ignoring it.
An arbitrary amount of retries are performed over an arbitrary interval.
Patch 1:
The nvme_ns_info struct is moved into the nvme header file.
Patch 2:
The implementation of the delayed retires performed on nvme ns validation.
Revision: 1
Signed-off-by: Alex Tran <alex.t.tran@gmail.com>
---
Alex Tran (2):
nvme/host: move nvme_ns_info into nvme header file
nvme/host: add delayed retries upon non-fatal error during ns validation
drivers/nvme/host/core.c | 58 ++++++++++++++++++++++++++++++++----------------
drivers/nvme/host/nvme.h | 24 ++++++++++++++++++++
2 files changed, 63 insertions(+), 19 deletions(-)
---
base-commit: fa084c35afa13ab07a860ef0936cd987f9aa0460
change-id: 20251221-nvme_ns_validation-d4abe2b89b96
Best regards,
--
Alex Tran <alex.t.tran@gmail.com>
next reply other threads:[~2025-12-21 21:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-21 21:26 Alex Tran [this message]
2025-12-21 21:26 ` [PATCH 1/2] nvme/host: move nvme_ns_info into nvme header file Alex Tran
2025-12-21 21:26 ` [PATCH 2/2] nvme/host: add delayed retries upon non-fatal error during ns validation Alex Tran
2025-12-25 13:00 ` Sagi Grimberg
2025-12-26 0:09 ` Alex Tran
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=20251221-nvme_ns_validation-v1-0-9f7a385707af@gmail.com \
--to=alex.t.tran@gmail.com \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=kbusch@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--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