freebsd-dev/sbin/nvmecontrol
Alexander Motin 3b3dd3f770 Feature-complete NVMe Namespace Management.
This adds several previously missed but important subcommands to list
namespaces and controllers.  It also fixes few previously added but
just found with real testing to be broken subcommands.

Also while there, add possibility to explicitly specify nsid for
`nvmecontrol identify` subcommand.  It may be useful to specify nsids
not having own devices, for example 0xffffffff, or just newly created
ones.

MFC after:	2 weeks
Relnotes:	yes
Sponsored by:	iXsystems, Inc.
2019-07-31 18:44:20 +00:00
..
modules Create generic command / arg parsing routines 2019-07-16 17:24:03 +00:00
comnd.c Fix usage printing for nested subcommands. 2019-07-31 03:48:48 +00:00
comnd.h Create generic command / arg parsing routines 2019-07-16 17:24:03 +00:00
devlist.c Tune some commands desctiption. 2019-07-31 04:19:53 +00:00
firmware.c Tune some commands desctiption. 2019-07-31 04:19:53 +00:00
format.c Tune some commands desctiption. 2019-07-31 04:19:53 +00:00
identify_ext.c Feature-complete NVMe Namespace Management. 2019-07-31 18:44:20 +00:00
identify.c Feature-complete NVMe Namespace Management. 2019-07-31 18:44:20 +00:00
logpage.c Fix the fix to the logic bug. Upon further testing, the bug is that we shadoow 2019-07-24 23:08:49 +00:00
Makefile Create generic command / arg parsing routines 2019-07-16 17:24:03 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
nc_util.c Add SPDX tag. 2019-02-28 02:29:48 +00:00
ns.c Feature-complete NVMe Namespace Management. 2019-07-31 18:44:20 +00:00
nvmecontrol_ext.h Regularize the Netflix copyright 2019-02-04 21:28:25 +00:00
nvmecontrol.8 Feature-complete NVMe Namespace Management. 2019-07-31 18:44:20 +00:00
nvmecontrol.c Feature-complete NVMe Namespace Management. 2019-07-31 18:44:20 +00:00
nvmecontrol.h Feature-complete NVMe Namespace Management. 2019-07-31 18:44:20 +00:00
passthru.c Implement {io,admin}-passthru commands. 2019-07-16 17:24:25 +00:00
perftest.c Tune some commands desctiption. 2019-07-31 04:19:53 +00:00
power.c Create generic command / arg parsing routines 2019-07-16 17:24:03 +00:00
reset.c Tune some commands desctiption. 2019-07-31 04:19:53 +00:00