All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nvme-cli: add Get LBA Status command for 1.4
@ 2019-08-04  7:10 Minwoo Im
  2019-08-04  7:10 ` [PATCH 1/3] id-ctrl: add an indicator for get lba status capability Minwoo Im
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Minwoo Im @ 2019-08-04  7:10 UTC (permalink / raw)


Hi All,

This series adds Get LBA Status command which has been introduced in
NVMe 1.4 spec.  Also it covers new fields in Identify controller data.

Github PR: https://github.com/linux-nvme/nvme-cli/pull/546

Thanks,

Minwoo Im (3):
  id-ctrl: add an indicator for get lba status capability
  id-ctrl: add 1.4 features to OAES
  get-lba-status: add Get LBA Status command

 linux/nvme.h   | 16 ++++++++++
 nvme-builtin.h |  1 +
 nvme-ioctl.c   | 15 +++++++++
 nvme-ioctl.h   |  2 ++
 nvme-print.c   | 49 ++++++++++++++++++++++++++++--
 nvme-print.h   |  1 +
 nvme.c         | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 164 insertions(+), 2 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-08-04  7:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-04  7:10 [PATCH 0/3] nvme-cli: add Get LBA Status command for 1.4 Minwoo Im
2019-08-04  7:10 ` [PATCH 1/3] id-ctrl: add an indicator for get lba status capability Minwoo Im
2019-08-04  7:10 ` [PATCH 2/3] id-ctrl: add 1.4 features to OAES Minwoo Im
2019-08-04  7:10 ` [PATCH 3/3] get-lba-status: add Get LBA Status command Minwoo Im

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.