summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvme
Commit message (Expand)AuthorAgeFilesLines
* MFC r267342:jimharris2014-06-181-1/+1
* MFC r263311:jimharris2014-05-073-7/+44
* MFC r263310:jimharris2014-05-073-29/+73
* MFC r263278:jimharris2014-05-071-1/+2
* MFC r263277:jimharris2014-05-071-10/+0
* MFC r260382:jimharris2014-05-071-2/+23
* MFC r257534:jimharris2013-11-052-4/+11
* Fix the LINT build.jimharris2013-10-081-0/+1
* Do not leak resources during attach if nvme_ctrlr_construct() or the initialjimharris2013-10-081-3/+9
* Log and then disable asynchronous notification of persistent events afterjimharris2013-10-082-7/+56
* Do not enable temperature threshold as an asynchronous event notificationjimharris2013-10-081-0/+14
* Extend some 32-bit fields and variables to 64-bit to prevent overflowjimharris2013-10-082-5/+5
* Add driver-assisted striping for upcoming Intel NVMe controllers that canjimharris2013-10-083-1/+225
* Change the way that unmapped I/O capability is advertised.ken2013-08-151-4/+3
* If a controller fails to initialize, do not notify consumers (nvd) of itsjimharris2013-08-131-0/+9
* Send a shutdown notification in the driver unload path, to ensurejimharris2013-08-134-28/+51
* Add message when nvd disks are attached and detached.jimharris2013-07-193-3/+65
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.jimharris2013-07-192-4/+15
* Use pause() instead of DELAY() when polling for completion of adminjimharris2013-07-171-4/+4
* Define constants for the lengths of the serial number, model numberjimharris2013-07-171-3/+7
* Fix a poorly worded comment in nvme(4).jimharris2013-07-111-3/+3
* Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.hjimharris2013-07-091-0/+4
* Update copyright dates.jimharris2013-07-099-9/+9
* Do not retry failed async event requests.jimharris2013-07-091-5/+5
* Add pci_enable_busmaster() and pci_disable_busmaster() calls injimharris2013-07-091-0/+3
* Add firmware replacement and activation support to nvmecontrol(8) throughjimharris2013-06-271-0/+6
* Remove remaining uio-related code.jimharris2013-06-262-32/+0
* Fail any passthrough command whose transfer size exceeds the controller'sjimharris2013-06-262-2/+15
* Use MAXPHYS to specify the maximum I/O size for nvme(4).jimharris2013-06-264-22/+10
* Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...jimharris2013-04-123-50/+5
* Add support for passthrough NVMe commands.jimharris2013-04-123-0/+163
* Move the busdma mapping functions to nvme_qpair.c.jimharris2013-04-124-84/+45
* Remove the NVMe-specific physio and associated routines.jimharris2013-04-122-165/+2
* Add a mutex to each namespace, for general locking operations on the namespace.jimharris2013-04-122-0/+12
* Rename the controller's fail_req_lock, so that it can be used for otherjimharris2013-04-122-7/+8
* Do not panic when a busdma mapping operation fails.jimharris2013-04-122-5/+28
* Add unmapped bio support to nvme(4) and nvd(4).jimharris2013-04-015-10/+114
* Add "type" to nvme_request, signifying if its payload is a VADDR, UIO, orjimharris2013-03-295-37/+63
* Remove obsolete comment. This code has now been tested with the QEMUjimharris2013-03-281-4/+0
* Delete extra IO qpairs allocated based on number of MSI-X vectors, butjimharris2013-03-281-6/+14
* Fix printf format issue on i386.jimharris2013-03-271-2/+3
* Clean up debug prints.jimharris2013-03-265-43/+254
* Move common code from the different nvme_allocate_request functions into ajimharris2013-03-261-18/+21
* Change a number of malloc(9) calls to use M_WAITOK instead ofjimharris2013-03-264-20/+10
* Replace usages of mtx_pool_find used for admin commands with a pollingjimharris2013-03-264-103/+71
* Abort and do not retry any outstanding admin commands left over afterjimharris2013-03-261-0/+15
* Add the ability to internally mark a controller as failed, if it is unable tojimharris2013-03-265-21/+192
* Just disable the controller instead of deleting IO queues during detach.jimharris2013-03-262-59/+17
* Set Pre-boot Software Load Count to 0 at the end of the controllerjimharris2013-03-261-0/+10
* Remove the is_started flag from struct nvme_controller.jimharris2013-03-264-60/+46
OpenPOWER on IntegriCloud