Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unmapped bio support to nvme(4) and nvd(4). | jimharris | 2013-04-01 | 1 | -0/+5 |
* | Change a number of malloc(9) calls to use M_WAITOK instead of | jimharris | 2013-03-26 | 1 | -2/+2 |
* | Add the ability to internally mark a controller as failed, if it is unable to | jimharris | 2013-03-26 | 1 | -1/+21 |
* | Have nvd(4) register for controller notifications. | jimharris | 2013-03-26 | 1 | -17/+54 |
* | Create struct nvme_status. | jimharris | 2013-03-26 | 1 | -2/+2 |
* | Add an interface for nvme shim drivers (i.e. nvd) to register for | jimharris | 2013-03-26 | 1 | -4/+6 |
* | Add ability to queue nvme_request objects if no nvme_trackers are available. | jimharris | 2012-10-18 | 1 | -19/+3 |
* | Add return codes to all functions used for submitting commands to I/O | jimharris | 2012-10-18 | 1 | -1/+13 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | This is the first of several commits which will add NVM Express (NVMe) | jimharris | 2012-09-17 | 1 | -0/+318 |