aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2016-03-16NVMe: Expose ns wwid through single sysfs entryKeith Busch1-0/+1
2016-03-08NVMe: Create discard zero quirk white listKeith Busch1-0/+6
2016-03-03NVMe: Move error handling to failed reset handlerKeith Busch1-0/+2
2016-03-03NVMe: Fix namespace removal deadlockKeith Busch1-0/+4
2016-03-03NVMe: Use IDA for namespace disk namingKeith Busch1-0/+2
2016-02-29nvme: expose cntlid in sysfsMing Lin1-0/+1
2016-02-29nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig1-1/+2
2016-02-11NVMe: Fix io incapable return valuesKeith Busch1-2/+2
2016-02-10nvme: split dev_list_lockMing Lin1-2/+0
2016-02-10nvme/host: reference the fabric module for each bdev open calloutSagi Grimberg1-0/+1
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+191
2016-01-12NVMe: Remove queue freezing on resetsKeith Busch1-2/+2
2016-01-12nvme: synchronize access to ctrl->namespacesChristoph Hellwig1-0/+1
2016-01-12nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg1-0/+3
2015-12-22NVMe: Export namespace attributes to sysfsKeith Busch1-0/+3
2015-12-22nvme: factor out a few helpers from req_completionChristoph Hellwig1-0/+7
2015-12-22NVMe: Remove device management handles on removeKeith Busch1-0/+1
2015-12-22NVMe: Implement namespace list scanningKeith Busch1-0/+6
2015-12-22nvme: switch abort_limit to an atomic_tChristoph Hellwig1-1/+1
2015-12-22nvme: add NVME_SC_CANCELLEDChristoph Hellwig1-0/+10
2015-12-01nvme: refactor set_queue_countChristoph Hellwig1-0/+1
2015-12-01nvme: move chardev and sysfs interface to common codeChristoph Hellwig1-5/+13
2015-12-01nvme: move namespace scanning to common codeChristoph Hellwig1-3/+21
2015-12-01nvme: add a common helper to read Identify Controller dataChristoph Hellwig1-0/+4
2015-12-01nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig1-0/+11
2015-12-01nvme: add explicit quirk handlingChristoph Hellwig1-0/+13
2015-12-01nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig1-0/+14
2015-12-01nvme: use the block layer for userspace passthrough metadataKeith Busch1-0/+4
2015-12-01nvme: split __nvme_submit_sync_cmdChristoph Hellwig1-2/+6
2015-12-01nvme: move nvme_setup_flush and nvme_setup_rw to common codeChristoph Hellwig1-0/+51
2015-12-01nvme: move nvme_error_status to common codeChristoph Hellwig1-0/+12
2015-12-01nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig1-39/+22
2015-12-01nvme: use offset instead of a struct for registersChristoph Hellwig1-1/+1
2015-12-01nvme: split command submission helpers out of pci.cChristoph Hellwig1-0/+3
2015-12-01nvme: move struct nvme_iod to pci.cChristoph Hellwig1-17/+0
2015-11-29lightnvm: Simplify config when disabledKeith Busch1-0/+14
2015-10-29nvme: LightNVM supportMatias Bjørling1-0/+10
2015-10-09nvme: move to a new drivers/nvme/host directoryJay Sternberg1-0/+133