git: nvme - Print detailed status on I/O error
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jun 8 10:43:45 PDT 2023
commit cb0f6a61c726519b940fe80f97ab125ba66bbd79
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jun 8 10:41:24 2023 -0700
nvme - Print detailed status on I/O error
* Print a rate-limited detailed status when a NVME I/O error occurs.
* Make the nvme_sync_delay sysctl __read_mostly
Summary of changes:
sys/dev/disk/nvme/nvme.h | 4 +
sys/dev/disk/nvme/nvme_disk.c | 269 +++++++++++++++++++++++++++++++++++++++++-
sys/kern/vfs_bio.c | 32 +++++
sys/sys/buf.h | 1 +
4 files changed, 302 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb0f6a61c726519b940fe80f97ab125ba66bbd79
--
DragonFly BSD source repository
More information about the Commits
mailing list