summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2017-05-20nvme: unmap CMB and remove sysfs file in reset pathJon Derrick1-1/+6
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+13
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-8/+7
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-48/+175
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-18nvme/pci: Switch to pci_request_irq()Christoph Hellwig1-17/+13
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-22nvme: 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-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-2/+2
2017-02-17Merge 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-01-31block: 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-27Merge 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-13nvme: 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-13nvme/pci: Log PCI_STATUS when the controller diesAndy Lutomirski1-3/+19
2016-12-13Merge 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