| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS r285918: | Jim Harris | 2015-07-27 | 1 | -10/+12 |
| * | MFS r285917: | Jim Harris | 2015-07-27 | 1 | -6/+28 |
| * | MFC r281283: | Jim Harris | 2015-05-14 | 5 | -252/+10 |
| * | MFC r281282: | Jim Harris | 2015-05-14 | 1 | -10/+38 |
| * | MFC r281281, r281285: | Jim Harris | 2015-05-14 | 2 | -9/+41 |
| * | MFC r281280: | Jim Harris | 2015-05-14 | 1 | -1/+9 |
| * | MFC r267342: | Jim Harris | 2014-06-18 | 1 | -1/+1 |
| * | MFC r263311: | Jim Harris | 2014-05-07 | 3 | -7/+44 |
| * | MFC r263310: | Jim Harris | 2014-05-07 | 3 | -29/+73 |
| * | MFC r263278: | Jim Harris | 2014-05-07 | 1 | -1/+2 |
| * | MFC r263277: | Jim Harris | 2014-05-07 | 1 | -10/+0 |
| * | MFC r260382: | Jim Harris | 2014-05-07 | 1 | -2/+23 |
| * | MFC r257534: | Jim Harris | 2013-11-05 | 2 | -4/+11 |
| * | Fix the LINT build. | Jim Harris | 2013-10-08 | 1 | -0/+1 |
| * | Do not leak resources during attach if nvme_ctrlr_construct() or the initial | Jim Harris | 2013-10-08 | 1 | -3/+9 |
| * | Log and then disable asynchronous notification of persistent events after | Jim Harris | 2013-10-08 | 2 | -7/+56 |
| * | Do not enable temperature threshold as an asynchronous event notification | Jim Harris | 2013-10-08 | 1 | -0/+14 |
| * | Extend some 32-bit fields and variables to 64-bit to prevent overflow | Jim Harris | 2013-10-08 | 2 | -5/+5 |
| * | Add driver-assisted striping for upcoming Intel NVMe controllers that can | Jim Harris | 2013-10-08 | 3 | -1/+225 |
| * | Change the way that unmapped I/O capability is advertised. | Kenneth D. Merry | 2013-08-15 | 1 | -4/+3 |
| * | If a controller fails to initialize, do not notify consumers (nvd) of its | Jim Harris | 2013-08-13 | 1 | -0/+9 |
| * | Send a shutdown notification in the driver unload path, to ensure | Jim Harris | 2013-08-13 | 4 | -28/+51 |
| * | Add message when nvd disks are attached and detached. | Jim Harris | 2013-07-19 | 3 | -3/+65 |
| * | Fix nvme(4) and nvd(4) to support non 512-byte sector sizes. | Jim Harris | 2013-07-19 | 2 | -4/+15 |
| * | Use pause() instead of DELAY() when polling for completion of admin | Jim Harris | 2013-07-17 | 1 | -4/+4 |
| * | Define constants for the lengths of the serial number, model number | Jim Harris | 2013-07-17 | 1 | -3/+7 |
| * | Fix a poorly worded comment in nvme(4). | Jim Harris | 2013-07-11 | 1 | -3/+3 |
| * | Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.h | Jim Harris | 2013-07-09 | 1 | -0/+4 |
| * | Update copyright dates. | Jim Harris | 2013-07-09 | 9 | -9/+9 |
| * | Do not retry failed async event requests. | Jim Harris | 2013-07-09 | 1 | -5/+5 |
| * | Add pci_enable_busmaster() and pci_disable_busmaster() calls in | Jim Harris | 2013-07-09 | 1 | -0/+3 |
| * | Add firmware replacement and activation support to nvmecontrol(8) through | Jim Harris | 2013-06-27 | 1 | -0/+6 |
| * | Remove remaining uio-related code. | Jim Harris | 2013-06-26 | 2 | -32/+0 |
| * | Fail any passthrough command whose transfer size exceeds the controller's | Jim Harris | 2013-06-26 | 2 | -2/+15 |
| * | Use MAXPHYS to specify the maximum I/O size for nvme(4). | Jim Harris | 2013-06-26 | 4 | -22/+10 |
| * | Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re... | Jim Harris | 2013-04-12 | 3 | -50/+5 |
| * | Add support for passthrough NVMe commands. | Jim Harris | 2013-04-12 | 3 | -0/+163 |
| * | Move the busdma mapping functions to nvme_qpair.c. | Jim Harris | 2013-04-12 | 4 | -84/+45 |
| * | Remove the NVMe-specific physio and associated routines. | Jim Harris | 2013-04-12 | 2 | -165/+2 |
| * | Add a mutex to each namespace, for general locking operations on the namespace. | Jim Harris | 2013-04-12 | 2 | -0/+12 |
| * | Rename the controller's fail_req_lock, so that it can be used for other | Jim Harris | 2013-04-12 | 2 | -7/+8 |
| * | Do not panic when a busdma mapping operation fails. | Jim Harris | 2013-04-12 | 2 | -5/+28 |
| * | Add unmapped bio support to nvme(4) and nvd(4). | Jim Harris | 2013-04-01 | 5 | -10/+114 |
| * | Add "type" to nvme_request, signifying if its payload is a VADDR, UIO, or | Jim Harris | 2013-03-29 | 5 | -37/+63 |
| * | Remove obsolete comment. This code has now been tested with the QEMU | Jim Harris | 2013-03-28 | 1 | -4/+0 |
| * | Delete extra IO qpairs allocated based on number of MSI-X vectors, but | Jim Harris | 2013-03-28 | 1 | -6/+14 |
| * | Fix printf format issue on i386. | Jim Harris | 2013-03-27 | 1 | -2/+3 |
| * | Clean up debug prints. | Jim Harris | 2013-03-26 | 5 | -43/+254 |
| * | Move common code from the different nvme_allocate_request functions into a | Jim Harris | 2013-03-26 | 1 | -18/+21 |
| * | Change a number of malloc(9) calls to use M_WAITOK instead of | Jim Harris | 2013-03-26 | 4 | -20/+10 |