[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251221-nvme_ns_validation-v1-0-9f7a385707af@gmail.com>
Date: Sun, 21 Dec 2025 13:26:09 -0800
From: Alex Tran <alex.t.tran@...il.com>
To: Keith Busch <kbusch@...nel.org>, Jens Axboe <axboe@...nel.dk>,
Christoph Hellwig <hch@....de>, Sagi Grimberg <sagi@...mberg.me>
Cc: linux-nvme@...ts.infradead.org, linux-kernel@...r.kernel.org,
Alex Tran <alex.t.tran@...il.com>
Subject: [PATCH 0/2] nvme/host: perform delayed retries upon non-fatal
error received during nvme namespace validation
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@...il.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@...il.com>
Powered by blists - more mailing lists