summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-25Merge branch 'master' into for-4.12/post-mergeJens Axboe1-1/+25
2017-04-21nvme/pci: Poll CQ on timeoutKeith Busch1-3/+18
2017-04-21nvme: improve performance for virtual NVMe devicesHelen Koike1-2/+141
2017-04-21nvme/pci: Don't set reserved SQ create flagsKeith Busch1-1/+1
2017-04-20nvme: Adjust the Samsung APST quirkAndy Lutomirski1-1/+25
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig1-6/+5
2017-04-08nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-3/+3
2017-04-05nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig1-4/+0
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig1-27/+5
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-2/+2
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