public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Export fast_io_fail_tmo to sysfs
@ 2021-04-01  9:54 Daniel Wagner
  2021-04-01  9:54 ` [PATCH v2 1/3] nvme: Use sysfs_emit instead of sprintf Daniel Wagner
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Daniel Wagner @ 2021-04-01  9:54 UTC (permalink / raw)
  To: linux-nvme
  Cc: linux-kernel, Keith Busch, Jens Axboe, Christoph Hellwig,
	Sagi Grimberg, Chaitanya Kulkarni, Hannes Reinecke, Chao Leng,
	Daniel Wagner

changes since v1:
 - use sysfs_emit instead sprintf
 - simplify logic in nvme_ctrl_loss_tmo_store() and
   nvme_ctrl_io_fail_tmo
 - updated commit message (dropped wrong statement about
   hard coded value)

Daniel Wagner (3):
  nvme: Use sysfs_emit instead of sprintf
  nvme: Remove superflues else in nvme_ctrl_loss_tmo_store
  nvme: Export fast_io_fail_tmo to sysfs

 drivers/nvme/host/core.c      | 73 +++++++++++++++++++++++++----------
 drivers/nvme/host/multipath.c |  8 ++--
 2 files changed, 56 insertions(+), 25 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-04-02 16:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-01  9:54 [PATCH v2 0/3] Export fast_io_fail_tmo to sysfs Daniel Wagner
2021-04-01  9:54 ` [PATCH v2 1/3] nvme: Use sysfs_emit instead of sprintf Daniel Wagner
2021-04-01  9:54 ` [PATCH v2 2/3] nvme: Remove superflues else in nvme_ctrl_loss_tmo_store Daniel Wagner
2021-04-01 15:12   ` Keith Busch
2021-04-01  9:54 ` [PATCH v2 3/3] nvme: Export fast_io_fail_tmo to sysfs Daniel Wagner
2021-04-02 16:50 ` [PATCH v2 0/3] " Christoph Hellwig

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