All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] nvme: few fixups
@ 2026-05-28  1:20 dmukhin
  2026-05-28  1:20 ` [PATCH v1 1/5] drivers: nvme: Log I/O timeouts dmukhin
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: dmukhin @ 2026-05-28  1:20 UTC (permalink / raw)
  To: u-boot; +Cc: sjg, trini, dmukhin

The series adds few fixes for NVMe subsystem.

Patch 1 adds logline for tracing misbehaving NVMe drives.
Patch 2 introduces NVMe flush command.
Patch 3 enables `nvme flush` for the currently selected NVMe drive.
Patch 4 makes nvme_shutdown() symbol public to enable use of it from
        board_quiesce_devices()
Patch 5 tiny fixup for QEMU command for manual NVMe tests.

Denis Mukhin (5):
  drivers: nvme: Log I/O timeouts
  drivers: nvme: Implement NVMe flush command (0x0)
  cmd: nvme: Add flush support
  drivers: nvme: Export nvme_shutdown symbol
  docs: nvme: Update QEMU command for testing

 cmd/blk_common.c                  | 14 ++++++++++++++
 cmd/nvme.c                        |  1 +
 disk/disk-uclass.c                |  6 ++++++
 doc/develop/driver-model/nvme.rst |  2 +-
 drivers/block/blk-uclass.c        | 18 ++++++++++++++++++
 drivers/nvme/nvme.c               | 24 +++++++++++++++++++++++-
 drivers/nvme/nvme.h               |  7 -------
 include/blk.h                     | 28 ++++++++++++++++++++++++++++
 include/nvme.h                    | 11 +++++++++++
 include/part.h                    |  8 ++++++++
 10 files changed, 110 insertions(+), 9 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-06-05  8:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28  1:20 [PATCH v1 0/5] nvme: few fixups dmukhin
2026-05-28  1:20 ` [PATCH v1 1/5] drivers: nvme: Log I/O timeouts dmukhin
2026-05-28  9:11   ` Neil Armstrong
2026-05-29  3:25     ` dmukhin
2026-05-28  1:20 ` [PATCH v1 2/5] drivers: nvme: Implement NVMe flush command (0x0) dmukhin
2026-05-28  9:28   ` Neil Armstrong
2026-05-29  3:36     ` dmukhin
2026-05-29  7:54       ` Neil Armstrong
2026-06-05  3:43         ` dmukhin
2026-06-05  8:01           ` Neil Armstrong
2026-05-28  1:20 ` [PATCH v1 3/5] cmd: nvme: Add flush support dmukhin
2026-05-28  9:29   ` Neil Armstrong
2026-05-29  3:36     ` dmukhin
2026-05-28  1:20 ` [PATCH v1 4/5] drivers: nvme: Export nvme_shutdown symbol dmukhin
2026-05-28  1:20 ` [PATCH v1 5/5] docs: nvme: Update QEMU command for testing dmukhin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.