aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol
Commit message (Expand)AuthorAgeFilesLines
* nvmecontrol(8): Fix a typo in an error messageGordon Bergling2025-10-261-1/+1
* nvmecontrol: Add Intel Drive Marketing Name Log support (0xdd)Wanpeng Qian2025-08-101-0/+15
* nvmecontrol: Add Micron Vendor Unique SMART logpage supportWanpeng Qian2025-08-104-3/+144
* nvmf: Auto-reconnect periodically after a disconnectJohn Baldwin2025-07-093-4/+55
* libcam: Include nvme opcode and status code routines from nvme_util.cJohn Baldwin2025-06-061-1/+1
* nvmecontrol.8: Fix markup of default transport for the discover commandJohn Baldwin2025-04-291-2/+2
* nvmecontrol(8): Fix two typos in command messagesGordon Bergling2025-04-262-2/+2
* nvmecontrol: Add more keys for CA page (Additional smart data)Warner Losh2025-02-221-2/+16
* nvmecontrol devlist: Annotate connected Fabrics hostsJohn Baldwin2025-01-311-1/+17
* nvmecontrol devlist: Handle disconnected Fabrics hostsJohn Baldwin2025-01-311-6/+57
* nvmecontrol: Only do name resolution once for Fabrics connectionsJohn Baldwin2025-01-301-5/+34
* nvmecontrol: Consolidate error paths in connect_nvm_queues()John Baldwin2025-01-301-13/+9
* nvmf: Refactor reconnection supportJohn Baldwin2025-01-245-72/+262
* nvmecontrol: Fix error message for invalid Fabrics I/O queue sizeJohn Baldwin2025-01-141-1/+1
* nvmf: Switch several ioctls to using nvlistsJohn Baldwin2024-12-301-3/+15
* nvmecontrol: Fix minor usage typoAlexander Ziaee2024-12-061-1/+1
* Retire MK_PROFILE infrastructureEd Maste2024-11-121-1/+0
* nvmecontrol tests: Fix nvmecontrol usage in a couple of testsMark Johnston2024-11-091-6/+6
* nvmecontrol: Use active nslist to enumerate namespacesJohn Baldwin2024-11-053-3/+41
* nvmecontrol: Refactor devlist implementationJohn Baldwin2024-11-051-40/+59
* manuals: Remove trailing spacesGraham Percival2024-11-041-1/+1
* manuals: Misc syntax fixesGraham Percival2024-10-281-2/+2
* Update Makefile.depend filesSimon J. Gerraty2024-10-142-0/+11
* nvmecontrol: Accept -a {1,2,3,4} for sanitize command for nvme-cli compatWarner Losh2024-08-162-1/+14
* nvmecontrol: Treat requested KeepAlive timeout as secondsJohn Baldwin2024-07-181-1/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-156-6/+0
* nvmecontrol: Fix "Workloadd" typoAlexander Motin2024-07-121-1/+1
* nvmecontrol: Appease a meaningless signed error warning thingWarner Losh2024-05-111-2/+2
* nvmecontrol: Implement telemetry-log command.Warner Losh2024-05-113-1/+200
* nvmecontrol: Free the addrinfo list when failing to open a TCP socketJohn Baldwin2024-05-101-0/+1
* nvmecontrol: Free array of I/O queue pairs on failure to handoffJohn Baldwin2024-05-102-2/+8
* nvmecontrol: Fix a sizeof mismatchJohn Baldwin2024-05-101-1/+1
* nvmecontrol: Fix a sign compare mismatchJohn Baldwin2024-05-071-2/+2
* nvmecontrol: New commands to support Fabrics hostsJohn Baldwin2024-05-028-3/+1563
* nvmecontrol: Allow optional /dev/ for device namesWarner Losh2024-05-022-4/+7
* nvmecontrol: Flesh out nvmecontrol format informationWarner Losh2024-04-251-11/+70
* nvmecontrol(8): Remove a double word in a source code commentGordon Bergling2024-04-201-1/+1
* nvmecontrol: One file per lineWarner Losh2024-04-171-4/+17
* nvmecontrol: Add nvme 2.0 fields to read_logpageWarner Losh2024-04-174-8/+16
* nvmecontrol: Preliminary namespace documentationWarner Losh2024-04-171-1/+42
* nvmecontrol: add newlines where needed for ns command printfsWarner Losh2024-04-171-5/+5
* nvmecontrol: Move intel temperature page printing to little endian orderinngWarner Losh2024-04-172-18/+11
* nvmecontrol: Move sanitize status page printing to little endian orderinngWarner Losh2024-04-171-16/+15
* nvmecontrol: Move reservation notifcation page printing to little endian orde...Warner Losh2024-04-171-9/+6
* nvmecontrol: Move command effeccts page printing to little endian orderinngWarner Losh2024-04-171-6/+2
* nvmecontrol: Move self test status page printing to little endian orderinngWarner Losh2024-04-171-20/+21
* nvmecontrol: Move namespace change page printing to little endian orderinngWarner Losh2024-04-171-5/+2
* nvmecontrol: Move smart/health printing to little endian orderinngWarner Losh2024-04-171-30/+26
* nvmecontrol: Fix to128 for big endian targetsWarner Losh2024-04-172-9/+19
* nvmecontrol: Have to truncate on all 32-bit architecturesWarner Losh2024-04-171-2/+2