aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAge
...
| * nvme: switch delete SQ/CQ to blk_execute_rq_nowaitChristoph Hellwig2015-12-22
| * nvme: factor out a few helpers from req_completionChristoph Hellwig2015-12-22
| * nvme: fix admin queue depthChristoph Hellwig2015-12-22
| * NVMe: Simplify metadata setupKeith Busch2015-12-22
| * NVMe: Remove device management handles on removeKeith Busch2015-12-22
| * NVMe: Use unbounded work queue for all workKeith Busch2015-12-22
| * NVMe: Implement namespace list scanningKeith Busch2015-12-22
| * nvme: switch abort_limit to an atomic_tChristoph Hellwig2015-12-22
| * nvme: remove dead controllers from a work itemChristoph Hellwig2015-12-22
| * nvme: merge probe_work and reset_workChristoph Hellwig2015-12-22
| * nvme: do not restart the request timeout if we're resetting the controllerKeith Busch2015-12-22
| * nvme: simplify resetsChristoph Hellwig2015-12-22
| * nvme: add NVME_SC_CANCELLEDChristoph Hellwig2015-12-22
| * nvme: merge nvme_abort_req and nvme_timeoutChristoph Hellwig2015-12-22
| * nvme: don't take the I/O queue q_lock in nvme_timeoutChristoph Hellwig2015-12-22
| * nvme: protect against simultaneous shutdown invocationsKeith Busch2015-12-22
| * nvme: only add a controller to dev_list after it's been fully initializedChristoph Hellwig2015-12-22
| * nvme: only ignore hardware errors in nvme_create_io_queuesChristoph Hellwig2015-12-22
| * nvme: precedence bug in nvme_pr_clear()Dan Carpenter2015-12-09
| * nvme: fix another 32-bit build warningArnd Bergmann2015-12-08
| * NVMe: fix build with CONFIG_NVM enabledChristoph Hellwig2015-12-03
| * blk-integrity: empty implementation when disabledKeith Busch2015-12-03
| * nvme: refactor set_queue_countChristoph Hellwig2015-12-01
| * nvme: move chardev and sysfs interface to common codeChristoph Hellwig2015-12-01
| * nvme: move namespace scanning to common codeChristoph Hellwig2015-12-01
| * nvme: move the call to nvme_init_identify earlierChristoph Hellwig2015-12-01
| * nvme: add a common helper to read Identify Controller dataChristoph Hellwig2015-12-01
| * nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig2015-12-01
| * nvme: move remaining CC setup into nvme_enable_ctrlChristoph Hellwig2015-12-01
| * nvme: add explicit quirk handlingChristoph Hellwig2015-12-01
| * nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig2015-12-01
| * nvme: use the block layer for userspace passthrough metadataKeith Busch2015-12-01
| * nvme: split __nvme_submit_sync_cmdChristoph Hellwig2015-12-01
| * nvme: move nvme_setup_flush and nvme_setup_rw to common codeChristoph Hellwig2015-12-01
| * nvme: move nvme_error_status to common codeChristoph Hellwig2015-12-01
| * nvme: factor out a nvme_unmap_data helperChristoph Hellwig2015-12-01
| * nvme: refactor nvme_queue_rqChristoph Hellwig2015-12-01
| * nvme: simplify nvme_setup_prps calling conventionChristoph Hellwig2015-12-01
| * nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig2015-12-01
| * nvme: use vendor it from identifyChristoph Hellwig2015-12-01
| * nvme: split nvme_trans_device_id_pageChristoph Hellwig2015-12-01
| * nvme: use offset instead of a struct for registersChristoph Hellwig2015-12-01
| * nvme: split command submission helpers out of pci.cChristoph Hellwig2015-12-01
| * nvme: move struct nvme_iod to pci.cChristoph Hellwig2015-12-01
* | Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-21
|\ \
| * | lightnvm: introduce mlc lower page table mappingsMatias Bjørling2016-01-12
| * | lightnvm: return the get_bb_tbl return valueMatias Bjørling2016-01-12
| * | lightnvm: refactor end_io functions for syncMatias Bjørling2016-01-12
* | | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-19
|\ \ \ | |/ / |/| / | |/
| * blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-01