aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol
Commit message (Expand)AuthorAgeFilesLines
* nvmecontrol: document power commandWarner Losh2021-07-101-1/+32
* nvmecontrol: fix typo (s/Managment/Management/)Edward Tomasz Napierala2021-05-071-1/+1
* nvmecontrol: update copyright on passthru commandWarner Losh2021-05-061-2/+1
* nvmecontrol: Report status from passthru commandsWarner Losh2021-05-061-1/+2
* Fix 32-bit build post 6733401935f83754b4b2744bc3d33ef84b1271e0Dimitry Andric2021-01-081-1/+1
* nvmecontrol: add device self-test op and log pageChuck Tuffli2021-01-084-1/+263
* nvmecontrol(8): Fix a few mandoc related issues and add a SEE ALSO sectionGordon Bergling2020-12-191-5/+9
* Make use of the getlocalbase() function for run-time adjustment of theStefan Eßer2020-11-182-2/+5
* [nvmecontrol] Fix type signedness warning-to-error on gcc-6.4Adrian Chadd2020-11-171-4/+4
* Stop using NVME_MAX_XFER_SIZE constant.Alexander Motin2020-11-172-10/+14
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-153-11/+4
* Fix the previous revision, it suffered from an incomplete change to theScott Long2020-11-151-1/+1
* Replace hardcoded references to _PATH_LOCALBASE with calls to getlocalbase.3Scott Long2020-11-143-4/+11
* Improve nvmecontrol error reporting.Alexander Motin2020-11-1316-143/+180
* Use proper variable for device path.Alexander Motin2020-10-283-4/+4
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+1
* Fix nvmecontrol logpage -i parameter.Alexander Motin2020-10-151-1/+1
* Use intmax_t to print uint64_t values.Warner Losh2020-10-071-2/+2
* nvmecontrol: Update wdc module for newer WDC NVMe productsWarner Losh2020-10-071-19/+206
* Whitespace fix after r365948David Bright2020-09-211-3/+3
* Honor the FWUG value of some drives in nvmecontrolDavid Bright2020-09-212-6/+23
* Add missing newlines.Alexander Motin2020-07-231-5/+5
* Document the passthru commands.Warner Losh2020-05-012-1/+71
* Various improvements to this man page:Warner Losh2020-05-011-34/+125
* Allow namespace-id specification where it makes sense.Alexander Motin2020-04-204-42/+142
* Open device with O_RDONLY when command is non-invasive.Alexander Motin2020-04-207-22/+21
* Ensure `kyua list` working when there is no /dev/nvme*Li-Wen Hsu2020-04-131-1/+1
* Add a basic test for nvmecontrolDavid Bright2020-04-074-2/+250
* Fix various Coverity-detected errors in nvmecontrolDavid Bright2020-04-028-11/+27
* Fix host memory buffer sizes reporting.Alexander Motin2020-01-061-2/+4
* Size is unsigned, so remove the test entirely.Warner Losh2019-09-251-4/+0
* After my comnd changes, the number of threads and size weren't set. InWarner Losh2019-09-251-2/+8
* Assume all the short args have optional args so allocate space for theWarner Losh2019-09-111-1/+1
* Report the Host Buffer Memory minimum and preferred sizes.Warner Losh2019-09-041-0/+2
* Print few more useful identify fields.Alexander Motin2019-08-142-20/+34
* Fix mismerge.Warner Losh2019-08-062-6/+22
* Fix alignment issue r350599.Alexander Motin2019-08-051-1/+1
* Add `nvmecontrol resv` to handle NVMe reservations.Alexander Motin2019-08-054-5/+564
* Add `nvmecontrol sanitize` command.Alexander Motin2019-08-034-5/+296
* Fix parameter check broken at r350057.Alexander Motin2019-08-031-1/+1
* Decode few more NVMe log pages.Alexander Motin2019-08-024-14/+292
* Add more new fields and values from NVMe 1.4.Alexander Motin2019-08-021-0/+7
* Rename function added in r350523 to make gcc happy.Alexander Motin2019-08-011-3/+3
* Add IOCTL to translate nvdX into nvmeY and NSID.Alexander Motin2019-08-0112-110/+157
* Feature-complete NVMe Namespace Management.Alexander Motin2019-07-316-39/+442
* Tune some commands desctiption.Alexander Motin2019-07-315-12/+12
* Fix usage printing for nested subcommands.Alexander Motin2019-07-311-2/+15
* Add some new fields and bits from NVMe 1.4.Alexander Motin2019-07-291-7/+30
* Fix the fix to the logic bug. Upon further testing, the bug is that we shadoowWarner Losh2019-07-241-3/+2
* Fix several related coverity issues:Warner Losh2019-07-242-2/+6