summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-19nvme : Use correct scnprintf in cmb showStephen Bates1-2/+2
2016-12-14nvme/pci: Log PCI_STATUS when the controller diesAndy Lutomirski1-3/+19
2016-12-14Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-3/+0
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+24
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-13/+14
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart1-1/+0
2016-12-05nvme: move NVMe class code to pci_ids.hChristoph Hellwig1-3/+0
2016-11-16nvme/pci: Don't free queues on errorKeith Busch1-14/+4
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-4/+4
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig1-1/+2
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-2/+2
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-2/+2
2016-10-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+54
2016-10-19nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi1-2/+2
2016-10-12nvme : Add sysfs entry for NVMe CMBs when appropriateStephen Bates1-9/+35
2016-10-12nvme: don't schedule multiple resetsKeith Busch1-9/+13
2016-10-12nvme: Delete created IO queues on resetKeith Busch1-4/+5
2016-10-12nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-1/+2
2016-10-10Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-73/+36
2016-09-15nvme: switch to use pci_alloc_irq_vectorsChristoph Hellwig1-71/+36
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-2/+0
2016-09-08nvme/quirk: Add a delay before checking device ready for memblaze deviceWenbo Wang1-0/+2
2016-09-07nvme: Don't suspend admin queue that wasn't createdGabriel Krisman Bertazi1-1/+6
2016-08-11nvme: Suspend all queues before deletionGabriel Krisman Bertazi1-12/+8
2016-08-03Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+3
2016-07-27Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-32/+36
2016-07-21nvme/pci: Provide SR-IOV supportKeith Busch1-0/+19
2016-07-13nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma1-1/+1
2016-07-13nvme: Limit command retriesKeith Busch1-0/+6
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli1-0/+2
2016-07-05nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig1-2/+2
2016-07-05nvme: add fabrics sysfs attributesMing Lin1-0/+1
2016-07-05nvme: Modify and export sync command submission for fabricsChristoph Hellwig1-2/+2
2016-06-22NVMe: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-7/+3
2016-06-12nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig1-9/+1
2016-06-09NVMe: Only release requested regionsJohannes Thumshirn1-2/+7
2016-06-07nvme: move nvme_cancel_request() to common codeMing Lin1-16/+0
2016-06-07nvme: update and rename nvme_cancel_io to nvme_cancel_requestMing Lin1-4/+4
2016-05-18NVMe: Add device ID's with stripe quirkKeith Busch1-0/+6
2016-05-18NVMe: Short-cut removal on surprise hot-unplugKeith Busch1-0/+4
2016-05-18NVMe: Reduce driver log spammingKeith Busch1-1/+4
2016-05-18NVMe: Unbind driver on failureKeith Busch1-1/+1
2016-05-18NVMe: Delete only created queuesKeith Busch1-2/+2
2016-05-18NVMe: Allocate queues only for online cpusKeith Busch1-1/+1
2016-05-18Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-162/+87
2016-05-03NVMe: Fix reset/remove raceKeith Busch1-2/+1
2016-05-02nvme: add helper nvme_cleanup_cmd()Ming Lin1-2/+1
2016-05-02nvme: move AER handling to common codeChristoph Hellwig1-40/+9
2016-05-02nvme: move namespace scanning to coreChristoph Hellwig1-27/+5
2016-05-02nvme: tighten up state check for namespace scanningChristoph Hellwig1-2/+4