aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling1-4/+1
2015-12-22NVMe: IO ending fixes on surprise removalKeith Busch1-1/+19
2015-12-22NVMe: Export namespace attributes to sysfsKeith Busch2-2/+70
2015-12-22NVMe: Add pci error handlersKeith Busch1-10/+44
2015-12-22nvme: merge iod and cmd_infoChristoph Hellwig1-111/+73
2015-12-22nvme: meta_sg doesn't have to be an arrayChristoph Hellwig1-6/+6
2015-12-22nvme: properly free resources for cancelled commandChristoph Hellwig1-39/+40
2015-12-22nvme: simplify completion handlingChristoph Hellwig1-115/+26
2015-12-22nvme: special case AEN requestsChristoph Hellwig1-35/+40
2015-12-22nvme: switch abort to blk_execute_rq_nowaitChristoph Hellwig1-35/+26
2015-12-22nvme: switch delete SQ/CQ to blk_execute_rq_nowaitChristoph Hellwig1-34/+15
2015-12-22nvme: factor out a few helpers from req_completionChristoph Hellwig3-10/+20
2015-12-22nvme: fix admin queue depthChristoph Hellwig1-1/+1
2015-12-22NVMe: Simplify metadata setupKeith Busch1-25/+3
2015-12-22NVMe: Remove device management handles on removeKeith Busch3-4/+11
2015-12-22NVMe: Use unbounded work queue for all workKeith Busch1-6/+6
2015-12-22NVMe: Implement namespace list scanningKeith Busch3-9/+79
2015-12-22nvme: switch abort_limit to an atomic_tChristoph Hellwig3-6/+7
2015-12-22nvme: remove dead controllers from a work itemChristoph Hellwig1-13/+9
2015-12-22nvme: merge probe_work and reset_workChristoph Hellwig1-35/+39
2015-12-22nvme: do not restart the request timeout if we're resetting the controllerKeith Busch1-9/+16
2015-12-22nvme: simplify resetsChristoph Hellwig1-26/+13
2015-12-22nvme: add NVME_SC_CANCELLEDChristoph Hellwig2-1/+11
2015-12-22nvme: merge nvme_abort_req and nvme_timeoutChristoph Hellwig1-29/+18
2015-12-22nvme: don't take the I/O queue q_lock in nvme_timeoutChristoph Hellwig1-4/+2
2015-12-22nvme: protect against simultaneous shutdown invocationsKeith Busch1-0/+5
2015-12-22nvme: only add a controller to dev_list after it's been fully initializedChristoph Hellwig1-21/+30
2015-12-22nvme: only ignore hardware errors in nvme_create_io_queuesChristoph Hellwig1-15/+20
2015-12-09nvme: precedence bug in nvme_pr_clear()Dan Carpenter1-1/+1
2015-12-08nvme: fix another 32-bit build warningArnd Bergmann1-1/+1
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling1-11/+13
2015-12-07lightnvm: check mm before useMatias Bjørling1-1/+1
2015-12-03NVMe: fix build with CONFIG_NVM enabledChristoph Hellwig1-19/+16
2015-12-03blk-integrity: empty implementation when disabledKeith Busch1-2/+2
2015-12-01nvme: temporary fix for Apple controller resetStephan Günther1-0/+12
2015-12-01nvme: refactor set_queue_countChristoph Hellwig3-21/+30
2015-12-01nvme: move chardev and sysfs interface to common codeChristoph Hellwig4-200/+241
2015-12-01nvme: move namespace scanning to common codeChristoph Hellwig3-196/+240
2015-12-01nvme: move the call to nvme_init_identify earlierChristoph Hellwig1-6/+4
2015-12-01nvme: add a common helper to read Identify Controller dataChristoph Hellwig3-38/+71
2015-12-01nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig3-109/+141
2015-12-01nvme: move remaining CC setup into nvme_enable_ctrlChristoph Hellwig1-23/+21
2015-12-01nvme: add explicit quirk handlingChristoph Hellwig2-3/+18
2015-12-01nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig3-400/+439
2015-12-01nvme: use the block layer for userspace passthrough metadataKeith Busch3-43/+83
2015-12-01nvme: split __nvme_submit_sync_cmdChristoph Hellwig4-31/+68
2015-12-01nvme: move nvme_setup_flush and nvme_setup_rw to common codeChristoph Hellwig2-49/+51
2015-12-01nvme: move nvme_error_status to common codeChristoph Hellwig2-12/+12
2015-12-01nvme: factor out a nvme_unmap_data helperChristoph Hellwig1-18/+25
2015-12-01nvme: refactor nvme_queue_rqChristoph Hellwig1-122/+97