]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: add support for endurance group event aggregate log
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Sat, 20 Feb 2021 16:30:09 +0000 (22:00 +0530)
committerKeith Busch <kbusch@kernel.org>
Tue, 23 Feb 2021 15:46:22 +0000 (08:46 -0700)
commitb9c96b1ee20ae23b370b42f271cbe31453b07339
treee354cb1f10f13578ab3fc000ae8b08696d057c76
parent554db7dd0a017a9042842ad11e24b64846335996
nvme: add support for endurance group event aggregate log

This log page indicates if an Endurance Group Event has
occurred for a particular Endurance Group, the details of
the particular event are included in the Endurance Group
Information log page for that Group. For details see
NVM Express 1.4 Spec. Section 5.14.1.15 ("Endurance Group
Event Aggregate (Log Identifier 0Fh)")

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
Co-Authored-By: Karthik Balan <karthik.b82@samsung.com>
12 files changed:
Documentation/nvme-endurance-event-agg-log.1 [new file with mode: 0644]
Documentation/nvme-endurance-event-agg-log.html [new file with mode: 0644]
Documentation/nvme-endurance-event-agg-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