aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2016-02-11NVMe: Allow request mergesKeith Busch
2016-02-10nvme: split pci module out of core moduleMing Lin
2016-02-10nvme: split dev_list_lockMing Lin
2016-02-10nvme: move timeout variables to core.cMing Lin
2016-02-10nvme/host: reference the fabric module for each bdev open calloutSagi Grimberg
2016-02-10nvme: Log the ctrl device name instead of the underlying pci device nameSagi Grimberg
2016-02-09nvme: fix drvdata setup for the nvme deviceChristoph Hellwig
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-12NVMe: Export NVMe attributes to sysfs groupKeith Busch
2016-01-12NVMe: Remove queue freezing on resetsKeith Busch
2016-01-12nvme: make SG_IO support optionalChristoph Hellwig
2016-01-12nvme: fixes for NVME_IOCTL_IO_CMD on the char deviceChristoph Hellwig
2016-01-12nvme: synchronize access to ctrl->namespacesChristoph Hellwig
2016-01-12nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg
2015-12-22NVMe: Export namespace attributes to sysfsKeith Busch
2015-12-22nvme: factor out a few helpers from req_completionChristoph Hellwig
2015-12-22NVMe: Simplify metadata setupKeith Busch
2015-12-22NVMe: Remove device management handles on removeKeith Busch
2015-12-22NVMe: Implement namespace list scanningKeith Busch
2015-12-22nvme: switch abort_limit to an atomic_tChristoph Hellwig
2015-12-09nvme: precedence bug in nvme_pr_clear()Dan Carpenter
2015-12-08nvme: fix another 32-bit build warningArnd Bergmann
2015-12-03blk-integrity: empty implementation when disabledKeith Busch
2015-12-01nvme: refactor set_queue_countChristoph Hellwig
2015-12-01nvme: move chardev and sysfs interface to common codeChristoph Hellwig
2015-12-01nvme: move namespace scanning to common codeChristoph Hellwig
2015-12-01nvme: add a common helper to read Identify Controller dataChristoph Hellwig
2015-12-01nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig
2015-12-01nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig
2015-12-01nvme: use the block layer for userspace passthrough metadataKeith Busch
2015-12-01nvme: split __nvme_submit_sync_cmdChristoph Hellwig
2015-12-01nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig
2015-12-01nvme: split command submission helpers out of pci.cChristoph Hellwig