aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement {io,admin}-passthru commands.Warner Losh2019-07-161-0/+273
* Create generic command / arg parsing routinesWarner Losh2019-07-1615-813/+1267
* Better formatting for the logpage sectionScott Long2019-05-171-6/+20
* Decode Deallocate Logical Block Features.Alexander Motin2019-05-051-1/+11
* Add SPDX tag.Warner Losh2019-02-281-0/+2
* Rework logpage extensibility.Warner Losh2019-02-223-27/+29
* Remove write-only s_flag.Warner Losh2019-02-161-3/+2
* Regularize the Netflix copyrightWarner Losh2019-02-045-8/+5
* Try the first 256 units with nvmecontrol devlist.Warner Losh2018-12-211-8/+8
* Update paths based on last-minute changes from libexec to lib.Warner Losh2018-12-061-2/+2
* Declare global function print_intel_add_smart in headerWarner Losh2018-12-061-0/+1
* Use proper prototypes.Warner Losh2018-12-061-2/+2
* It's useful to have this be a global function.Warner Losh2018-12-061-1/+1
* This is not a samsung standard, so remove that alias.Warner Losh2018-12-061-4/+1
* Move intel and wdc files to their own modulesWarner Losh2018-12-067-1/+31
* Const poison the command interfaceWarner Losh2018-12-0612-39/+41
* Dynamically load .so modules to expand functionalityWarner Losh2018-12-067-13/+134
* Fix typo in commentWarner Losh2018-12-021-1/+1
* Delete the undocumented alias 'wds'.Warner Losh2018-12-021-3/+0
* Move Intel specific log pages to intel.cWarner Losh2018-12-024-151/+202
* Usage cleanup pt 2Warner Losh2018-12-0211-20/+37