All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nvme-cli: add support for an abort command with documentation
@ 2018-01-24 12:24 Minwoo Im
  2018-01-24 12:31 ` Johannes Thumshirn
  0 siblings, 1 reply; 7+ messages in thread
From: Minwoo Im @ 2018-01-24 12:24 UTC (permalink / raw)


It would be convenient to use abort command by a subcommand.
This command will strongly used by device developers to test device.

Minwoo Im (2):
  nvme-cli: add support for an abort command
  nvme-cli: add documentation for abort command

 Documentation/cmds-main.txt   |   2 +
 Documentation/nvme-abort.1    |  80 ++++
 Documentation/nvme-abort.html | 834 ++++++++++++++++++++++++++++++++++++++++++
 Documentation/nvme-abort.txt  |  51 +++
 nvme-builtin.h                |   1 +
 nvme-ioctl.c                  |  13 +
 nvme-ioctl.h                  |   1 +
 nvme.c                        |  50 +++
 8 files changed, 1032 insertions(+)
 create mode 100644 Documentation/nvme-abort.1
 create mode 100644 Documentation/nvme-abort.html
 create mode 100644 Documentation/nvme-abort.txt

-- 
2.7.4

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

end of thread, other threads:[~2018-01-25 13:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24 12:24 [PATCH 0/2] nvme-cli: add support for an abort command with documentation Minwoo Im
2018-01-24 12:31 ` Johannes Thumshirn
2018-01-24 12:55   ` Minwoo Im
2018-01-24 13:03     ` Johannes Thumshirn
2018-01-24 13:15       ` Minwoo Im
2018-01-24 17:26         ` James Smart
2018-01-25 13:14           ` 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.