aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/ns.c
Commit message (Expand)AuthorAgeFilesLines
* Improve nvmecontrol error reporting.Alexander Motin2020-11-131-41/+51
* Use proper variable for device path.Alexander Motin2020-10-281-2/+2
* Allow namespace-id specification where it makes sense.Alexander Motin2020-04-201-35/+119
* Open device with O_RDONLY when command is non-invasive.Alexander Motin2020-04-201-5/+5
* Add IOCTL to translate nvdX into nvmeY and NSID.Alexander Motin2019-08-011-1/+1
* Feature-complete NVMe Namespace Management.Alexander Motin2019-07-311-17/+363
* Create generic command / arg parsing routinesWarner Losh2019-07-161-163/+255
* Regularize the Netflix copyrightWarner Losh2019-02-041-1/+1
* Const poison the command interfaceWarner Losh2018-12-061-13/+13
* Dynamically load .so modules to expand functionalityWarner Losh2018-12-061-1/+1
* Usage cleanup pt 2Warner Losh2018-12-021-6/+6
* Usage cleanup pt 1Warner Losh2018-12-021-56/+24
* Move nvmecontrol to using linker sets for commandsWarner Losh2018-12-021-9/+13
* Make NVMe compatible with the original APIChuck Tuffli2018-08-221-6/+6
* Add NVMe Namespace Management support to nvmecontrol(8).Alexander Motin2018-05-051-0/+474