aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/devlist.c
Commit message (Expand)AuthorAgeFilesLines
* Improve nvmecontrol error reporting.Alexander Motin2020-11-131-3/+6
* Add a basic test for nvmecontrolDavid Bright2020-04-071-2/+4
* Add IOCTL to translate nvdX into nvmeY and NSID.Alexander Motin2019-08-011-3/+3
* Tune some commands desctiption.Alexander Motin2019-07-311-1/+1
* Create generic command / arg parsing routinesWarner Losh2019-07-161-12/+18
* Try the first 256 units with nvmecontrol devlist.Warner Losh2018-12-211-8/+8
* Const poison the command interfaceWarner Losh2018-12-061-1/+1
* Usage cleanup pt 2Warner Losh2018-12-021-1/+1
* Usage cleanup pt 1Warner Losh2018-12-021-10/+2
* Move nvmecontrol to using linker sets for commandsWarner Losh2018-12-021-1/+6
* Add NVMe Namespace Management support to nvmecontrol(8).Alexander Motin2018-05-051-0/+2
* NVMe: Add big-endian supportWojciech Macek2018-02-221-1/+7
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* For "nvmecontrol devlist", show namespace sizes in terms of MB instead ofJim Harris2014-01-061-2/+2
* Add message when nvd disks are attached and detached.Jim Harris2013-07-191-1/+3
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.Jim Harris2013-07-191-1/+1
* Use _PATH_DEV (from paths.h) for the "/dev/" string, rather thanJim Harris2013-07-181-1/+2
* Simplify open_dev() by returning errno values rather than just 0 or 1.Jim Harris2013-07-181-1/+2
* Define constants for the lengths of the serial number, model numberJim Harris2013-07-171-1/+1
* Incorporate feedback from bde@ based on r252672 changes:Jim Harris2013-07-091-14/+11
* Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"Jim Harris2013-06-261-2/+3
* Break out code related to the devlist command into a separate source file.Jim Harris2013-06-261-0/+114