summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-1981/+719
|\
| * NVMe: Shutdown controller only for power-offKeith Busch2016-01-121-21/+19
| * NVMe: IO queue deletion re-writeKeith Busch2016-01-121-170/+81
| * NVMe: Remove queue freezing on resetsKeith Busch2016-01-121-4/+4
| * NVMe: Use a retryable error code on resetKeith Busch2016-01-121-1/+1
| * NVMe: Fix admin queue ring wrapKeith Busch2016-01-121-1/+6
| * nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg2016-01-121-30/+2
| * NVMe: Add pci error handlersKeith Busch2015-12-221-10/+44
| * nvme: merge iod and cmd_infoChristoph Hellwig2015-12-221-111/+73
| * nvme: meta_sg doesn't have to be an arrayChristoph Hellwig2015-12-221-6/+6
| * nvme: properly free resources for cancelled commandChristoph Hellwig2015-12-221-39/+40
| * nvme: simplify completion handlingChristoph Hellwig2015-12-221-115/+26
| * nvme: special case AEN requestsChristoph Hellwig2015-12-221-35/+40
| * nvme: switch abort to blk_execute_rq_nowaitChristoph Hellwig2015-12-221-35/+26
| * nvme: switch delete SQ/CQ to blk_execute_rq_nowaitChristoph Hellwig2015-12-221-34/+15
| * nvme: factor out a few helpers from req_completionChristoph Hellwig2015-12-221-10/+2
| * nvme: fix admin queue depthChristoph Hellwig2015-12-221-1/+1
| * NVMe: Remove device management handles on removeKeith Busch2015-12-221-0/+1
| * NVMe: Use unbounded work queue for all workKeith Busch2015-12-221-6/+6
| * NVMe: Implement namespace list scanningKeith Busch2015-12-221-0/+2
| * nvme: switch abort_limit to an atomic_tChristoph Hellwig2015-12-221-4/+5
| * nvme: remove dead controllers from a work itemChristoph Hellwig2015-12-221-13/+9
| * nvme: merge probe_work and reset_workChristoph Hellwig2015-12-221-35/+39
| * nvme: do not restart the request timeout if we're resetting the controllerKeith Busch2015-12-221-9/+16
| * nvme: simplify resetsChristoph Hellwig2015-12-221-26/+13
| * nvme: add NVME_SC_CANCELLEDChristoph Hellwig2015-12-221-1/+1
| * nvme: merge nvme_abort_req and nvme_timeoutChristoph Hellwig2015-12-221-29/+18
| * nvme: don't take the I/O queue q_lock in nvme_timeoutChristoph Hellwig2015-12-221-4/+2
| * nvme: protect against simultaneous shutdown invocationsKeith Busch2015-12-221-0/+5
| * nvme: only add a controller to dev_list after it's been fully initializedChristoph Hellwig2015-12-221-21/+30
| * nvme: only ignore hardware errors in nvme_create_io_queuesChristoph Hellwig2015-12-221-15/+20
| * nvme: refactor set_queue_countChristoph Hellwig2015-12-011-21/+13
| * nvme: move chardev and sysfs interface to common codeChristoph Hellwig2015-12-011-180/+15
| * nvme: move namespace scanning to common codeChristoph Hellwig2015-12-011-190/+30
| * nvme: move the call to nvme_init_identify earlierChristoph Hellwig2015-12-011-6/+4
| * nvme: add a common helper to read Identify Controller dataChristoph Hellwig2015-12-011-38/+15
| * nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig2015-12-011-109/+24
| * nvme: move remaining CC setup into nvme_enable_ctrlChristoph Hellwig2015-12-011-23/+21
| * nvme: add explicit quirk handlingChristoph Hellwig2015-12-011-3/+5
| * nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig2015-12-011-400/+12
| * nvme: use the block layer for userspace passthrough metadataKeith Busch2015-12-011-34/+5
| * nvme: split __nvme_submit_sync_cmdChristoph Hellwig2015-12-011-3/+3
| * nvme: move nvme_setup_flush and nvme_setup_rw to common codeChristoph Hellwig2015-12-011-49/+0
| * nvme: move nvme_error_status to common codeChristoph Hellwig2015-12-011-12/+0
| * nvme: factor out a nvme_unmap_data helperChristoph Hellwig2015-12-011-18/+25
| * nvme: refactor nvme_queue_rqChristoph Hellwig2015-12-011-122/+97
| * nvme: simplify nvme_setup_prps calling conventionChristoph Hellwig2015-12-011-12/+10
| * nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig2015-12-011-64/+126
| * nvme: use offset instead of a struct for registersChristoph Hellwig2015-12-011-28/+32
| * nvme: split command submission helpers out of pci.cChristoph Hellwig2015-12-011-154/+1
OpenPOWER on IntegriCloud