aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/identify.c
Commit message (Expand)AuthorAgeFilesLines
* nvmecontrol: Use the NVMEV macro instead of expanded versionsJohn Baldwin2024-01-291-60/+49
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* nvmecontrol: Display Metadata and Sanitize capabilities of the deviceAllan Jude2021-09-211-1/+11
* Filter out LBA formats with LBA Data Size of 0.Alexander Motin2021-07-141-0/+2
* Improve nvmecontrol error reporting.Alexander Motin2020-11-131-2/+5
* Add missing newlines.Alexander Motin2020-07-231-5/+5
* Open device with O_RDONLY when command is non-invasive.Alexander Motin2020-04-201-2/+2
* Fix various Coverity-detected errors in nvmecontrolDavid Bright2020-04-021-2/+3
* Print few more useful identify fields.Alexander Motin2019-08-141-10/+23
* Add IOCTL to translate nvdX into nvmeY and NSID.Alexander Motin2019-08-011-43/+31
* Feature-complete NVMe Namespace Management.Alexander Motin2019-07-311-20/+26
* Create generic command / arg parsing routinesWarner Losh2019-07-161-73/+55
* Decode Deallocate Logical Block Features.Alexander Motin2019-05-051-1/+11
* Const poison the command interfaceWarner Losh2018-12-061-3/+3
* Usage cleanup pt 2Warner Losh2018-12-021-1/+1
* Usage cleanup pt 1Warner Losh2018-12-021-21/+13
* Move nvmecontrol to using linker sets for commandsWarner Losh2018-12-021-1/+6
* Make it possible to use print_controller from another programWarner Losh2018-06-131-180/+2
* Print Maximum Data Transfer Size as a long rather than intJustin Hibbits2018-06-071-1/+1
* Add `nvmecontrol format` subcommand.Alexander Motin2018-03-131-1/+2
* Print fuses and fna fields in identify data.Alexander Motin2018-03-121-0/+11
* Add new identify data structures fields from NVMe 1.3a.Alexander Motin2018-03-111-15/+117
* nvmecontrol: fix build on amd64/clangAlan Somers2018-02-221-1/+1
* NVMe: Add big-endian supportWojciech Macek2018-02-221-24/+83
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Print the controller's ID in identify.Warner Losh2017-08-281-1/+2
* Report some aspects of namespaces and namespace support in identifyWarner Losh2017-06-271-2/+15
* Add message when nvd disks are attached and detached.Jim Harris2013-07-191-6/+8
* Define constants for the lengths of the serial number, model numberJim Harris2013-07-171-3/+6
* Ensure controller or namespace node name is specified before trying toJim Harris2013-07-091-0/+4
* Condense the output for displaying LBA formats.Jim Harris2013-07-091-6/+4
* Send per-namespace logpage commands to the controller devnode, so theyJim Harris2013-07-091-16/+4
* Incorporate feedback from bde@ based on r252672 changes:Jim Harris2013-07-091-12/+10
* Add generalized helper functions for printing hex data as part ofJim Harris2013-06-261-40/+2
* Ensure that a device node is specified when invoking the identify or resetJim Harris2013-06-261-0/+8
* Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"Jim Harris2013-06-261-2/+2
* Break out code related to the identify command into a separate source file.Jim Harris2013-06-261-0/+321