summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1472
2016-01-12NVMe: Export NVMe attributes to sysfs groupKeith Busch1-11/+33
2016-01-12NVMe: Remove queue freezing on resetsKeith Busch1-5/+2
2016-01-12nvme: make SG_IO support optionalChristoph Hellwig1-0/+2
2016-01-12nvme: fixes for NVME_IOCTL_IO_CMD on the char deviceChristoph Hellwig1-5/+34
2016-01-12nvme: synchronize access to ctrl->namespacesChristoph Hellwig1-0/+17
2016-01-12nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg1-0/+28
2015-12-22NVMe: Export namespace attributes to sysfsKeith Busch1-2/+67
2015-12-22nvme: factor out a few helpers from req_completionChristoph Hellwig1-0/+11
2015-12-22NVMe: Simplify metadata setupKeith Busch1-25/+3
2015-12-22NVMe: Remove device management handles on removeKeith Busch1-4/+9
2015-12-22NVMe: Implement namespace list scanningKeith Busch1-9/+71
2015-12-22nvme: switch abort_limit to an atomic_tChristoph Hellwig1-1/+1
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-03blk-integrity: empty implementation when disabledKeith Busch1-2/+2
2015-12-01nvme: refactor set_queue_countChristoph Hellwig1-0/+16
2015-12-01nvme: move chardev and sysfs interface to common codeChristoph Hellwig1-6/+209
2015-12-01nvme: move namespace scanning to common codeChristoph Hellwig1-3/+189
2015-12-01nvme: add a common helper to read Identify Controller dataChristoph Hellwig1-0/+52
2015-12-01nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig1-0/+106
2015-12-01nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig1-0/+413
2015-12-01nvme: use the block layer for userspace passthrough metadataKeith Busch1-9/+74
2015-12-01nvme: split __nvme_submit_sync_cmdChristoph Hellwig1-24/+57
2015-12-01nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig1-5/+5
2015-12-01nvme: split command submission helpers out of pci.cChristoph Hellwig1-0/+173