Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nvme/host: perform delayed retries upon non-fatal error received during nvme namespace validation
@ 2025-12-21 21:26 Alex Tran
  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
  0 siblings, 2 replies; 5+ messages in thread
From: Alex Tran @ 2025-12-21 21:26 UTC (permalink / raw)
  To: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg
  Cc: linux-nvme, linux-kernel, Alex Tran

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>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-12-26  0:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-21 21:26 [PATCH 0/2] nvme/host: perform delayed retries upon non-fatal error received during nvme namespace validation Alex Tran
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox