summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02nvme: Complete all stuck requestsKeith Busch1-5/+28
2017-03-02nvme: allocate nvme_queue in correct nodeShaohua Li1-4/+8
2017-02-23nvme/pci: re-check security protocol support after resetScott Bauer1-7/+10
2017-02-23nvme: detect NVMe controller in recent MacBooksDaniel Roschka1-0/+1
2017-02-22nvme/pci: No special case for queue busy on IOKeith Busch1-4/+1
2017-02-22nvme/pci: Disable on removal when disconnectedKeith Busch1-1/+3
2017-02-18Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-2/+2
2017-02-18Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe1-2/+13
2017-02-17nvme: Check for Security send/recv support before issuing commands.Scott Bauer1-1/+1
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig1-2/+6
2017-02-06nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer1-0/+7
2017-02-01block: introduce blk_rq_is_passthroughChristoph Hellwig1-2/+2
2017-01-31nvme/pci: Don't mark IOD as aborted if abort wasn't sentKeith Busch1-2/+1
2017-01-28Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe1-0/+1
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-0/+1
2017-01-14nvme: use blk_rq_payload_bytesChristoph Hellwig1-11/+8
2016-12-22Merge branch 'nvme-4.10' of git://git.infradead.org/nvme into for-linusJens Axboe1-10/+3
2016-12-21nvme/pci: Delete misleading queue-wrap commentKeith Busch1-7/+0
2016-12-21nvme/pci: Fix whitespace problemMax Gurtovoy1-4/+4
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