aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_ns_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* sys: 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
* Add a brief comment explaining why we can return ETIMEDOUT from the call to theWarner Losh2019-09-021-0/+8
* Make NVMe compatible with the original APIChuck Tuffli2018-08-221-1/+1
* NVMe: Add big-endian supportWojciech Macek2018-02-221-4/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Supporting flushing the dump before returning, and simplify/combine theScott Long2016-07-191-9/+8
* Implement crashdump support on NVMEScott Long2016-07-191-0/+44
* Commit the bits of nda that were missed. This should fix the build.Warner Losh2016-06-101-37/+5
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.Jim Harris2013-07-191-3/+4
* Add unmapped bio support to nvme(4) and nvd(4).Jim Harris2013-04-011-0/+58
* Add "type" to nvme_request, signifying if its payload is a VADDR, UIO, orJim Harris2013-03-291-4/+5
* Make the DSM range count 0-based. Previously we were deallocating one moreJim Harris2013-03-261-1/+1
* Add nvme_ctrlr_submit_[admin|io]_request functions which consolidatesJim Harris2012-10-181-33/+8
* Add struct nvme_request object which contains all of the parameters passedJim Harris2012-10-181-14/+24
* Merge struct nvme_prp_list into struct nvme_tracker.Jim Harris2012-10-181-3/+3
* Add return codes to all functions used for submitting commands to I/OJim Harris2012-10-181-4/+24
* This is the first of several commits which will add NVM Express (NVMe)Jim Harris2012-09-171-0/+120