]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: add support for lba status log page
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Tue, 23 Feb 2021 18:58:45 +0000 (00:28 +0530)
committerKeith Busch <kbusch@kernel.org>
Wed, 24 Feb 2021 15:28:51 +0000 (08:28 -0700)
commitb7477b20f37cc991c02681c46a76d1d891ace62a
tree61295feac2be7ed2c82f19a059a50ae94c785f23
parentb9c96b1ee20ae23b370b42f271cbe31453b07339
nvme: add support for lba status log page

This log page is used to provide information about
subsequent actions the host may take to discover which
logical blocks, in namespaces that are attached to
the controller, may no longer be recoverable when read.
For more details see NVM Express 1.4 Spec. Section
5.14.1.14("LBA Status Information (Log Identifier 0Eh)")

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
Co-Authored-By: Karthik Balan <karthik.b82@samsung.com>
12 files changed:
Documentation/nvme-lba-status-log.1 [new file with mode: 0644]
Documentation/nvme-lba-status-log.html [new file with mode: 0644]
Documentation/nvme-lba-status-log.txt [new file with mode: 0644]
completions/_nvme
completions/bash-nvme-completion.sh
linux/nvme.h
nvme-builtin.h
nvme-ioctl.c
nvme-ioctl.h
nvme-print.c
nvme-print.h
nvme.c