| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix various Coverity-detected errors in nvme driver | David Bright | 2020-05-02 | 1 | -0/+1 |
| * | Style(9) nit: put function name at start of line. | Warner Losh | 2020-04-30 | 1 | -1/+2 |
| * | Ever since the block layer expanded its command syntax beyond just | Scott Long | 2020-02-07 | 1 | -1/+1 |
| * | In all the places that we use the polled for completion interface, except crash | Warner Losh | 2019-09-02 | 1 | -2/+1 |
| * | Report NOIOB and NPWG fields as stripe size. | Alexander Motin | 2019-08-14 | 1 | -23/+29 |
| * | Add IOCTL to translate nvdX into nvmeY and NSID. | Alexander Motin | 2019-08-01 | 1 | -0/+15 |
| * | Unconditionally support unmapped BIOs. This was another shim for | Warner Losh | 2019-02-27 | 1 | -10/+1 |
| * | Add NVMe drive to NOIOB quirk list | Chuck Tuffli | 2019-01-08 | 1 | -0/+1 |
| * | nda(4) fix check for Dataset Management support | Chuck Tuffli | 2018-12-13 | 1 | -5/+1 |
| * | Use atomic_load_acq_int() here too to poll done, ala r328521 | Warner Losh | 2018-11-13 | 1 | -3/+3 |
| * | Set si_drv1 for nvmeXnsY in a new race-free way. | Alexander Motin | 2018-04-30 | 1 | -2/+1 |
| * | Migrate to make_dev_s interface to populate /dev/nvmeX entries | Warner Losh | 2018-04-23 | 1 | -4/+11 |
| * | Reword comment to remove awkward constructs, including an "it's" that | Warner Losh | 2018-04-19 | 1 | -4/+3 |
| * | Intel drives have an optimal alignment for I/O. While they honor I/Os | Warner Losh | 2018-04-19 | 1 | -3/+17 |
| * | Don't make the namespace devices eternal. | Warner Losh | 2018-03-14 | 1 | -12/+0 |
| * | NVMe: Add big-endian support | Wojciech Macek | 2018-02-22 | 1 | -9/+35 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -2/+1 |
| * | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -1/+2 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | NVME Namespace ID is 32-bits, so widen interface to reflect that. | Warner Losh | 2017-08-25 | 1 | -1/+1 |
| * | Make multi-namespace nvme drives more robust. | Warner Losh | 2017-03-07 | 1 | -1/+10 |
| * | Revert r292074 (by smh): Limit stripesize reported from nvd(4) to 4K | Alexander Motin | 2016-03-10 | 1 | -18/+0 |
| * | Limit stripesize reported from nvd(4) to 4K | Steven Hartland | 2015-12-11 | 1 | -0/+18 |
| * | nvd, nvme: report stripesize through GEOM disk layer | Jim Harris | 2015-10-30 | 1 | -0/+7 |
| * | nvme: fix race condition in split bio completion path | Jim Harris | 2015-10-30 | 1 | -3/+6 |
| * | nvme: remove CHATHAM related code | Jim Harris | 2015-04-08 | 1 | -38/+8 |
| * | Create a unique unit number for each controller and namespace cdev. | Jim Harris | 2013-11-01 | 1 | -2/+9 |
| * | Fix the LINT build. | Jim Harris | 2013-10-08 | 1 | -0/+1 |
| * | Add driver-assisted striping for upcoming Intel NVMe controllers that can | Jim Harris | 2013-10-08 | 1 | -0/+223 |
| * | Change the way that unmapped I/O capability is advertised. | Kenneth D. Merry | 2013-08-15 | 1 | -4/+3 |
| * | Fix nvme(4) and nvd(4) to support non 512-byte sector sizes. | Jim Harris | 2013-07-19 | 1 | -1/+11 |
| * | Update copyright dates. | Jim Harris | 2013-07-09 | 1 | -1/+1 |
| * | Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re... | Jim Harris | 2013-04-12 | 1 | -22/+0 |
| * | Add support for passthrough NVMe commands. | Jim Harris | 2013-04-12 | 1 | -0/+5 |
| * | Remove the NVMe-specific physio and associated routines. | Jim Harris | 2013-04-12 | 1 | -4/+2 |
| * | Add a mutex to each namespace, for general locking operations on the namespace. | Jim Harris | 2013-04-12 | 1 | -0/+11 |
| * | Add unmapped bio support to nvme(4) and nvd(4). | Jim Harris | 2013-04-01 | 1 | -10/+10 |
| * | Remove obsolete comment. This code has now been tested with the QEMU | Jim Harris | 2013-03-28 | 1 | -4/+0 |
| * | Clean up debug prints. | Jim Harris | 2013-03-26 | 1 | -1/+1 |
| * | Change a number of malloc(9) calls to use M_WAITOK instead of | Jim Harris | 2013-03-26 | 1 | -1/+1 |
| * | Replace usages of mtx_pool_find used for admin commands with a polling | Jim Harris | 2013-03-26 | 1 | -38/+14 |
| * | Create struct nvme_status. | Jim Harris | 2013-03-26 | 1 | -4/+4 |
| * | Add API for nvme consumers to access controller and namespace identify data. | Jim Harris | 2013-03-26 | 1 | -0/+7 |
| * | Add controller reset capability to nvme(4) and ability to explicitly | Jim Harris | 2013-03-26 | 1 | -2/+15 |
| * | Do not look at the namespace's thin provisioning field to determine if DSM | Jim Harris | 2013-03-26 | 1 | -1/+1 |
| * | Add return codes to all functions used for submitting commands to I/O | Jim Harris | 2012-10-18 | 1 | -14/+19 |
| * | This is the first of several commits which will add NVM Express (NVMe) | Jim Harris | 2012-09-17 | 1 | -0/+364 |