aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski1-2/+2
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund1-2/+16
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling1-5/+7
2016-09-15nvme: remove the post_scan calloutChristoph Hellwig1-1/+0
2016-07-12nvme: Limit command retriesKeith Busch1-1/+4
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli1-0/+13
2016-07-08nvme: add new reconnecting controller stateChristoph Hellwig1-0/+1
2016-07-05nvme: add keep-alive supportSagi Grimberg1-0/+8
2016-07-05nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig1-0/+11
2016-07-05nvme: add fabrics sysfs attributesMing Lin1-0/+4
2016-07-05nvme: Modify and export sync command submission for fabricsChristoph Hellwig1-2/+3
2016-06-07nvme: move nvme_cancel_request() to common codeMing Lin1-0/+1
2016-06-07drivers: use req op accessorMike Christie1-2/+2
2016-05-17NVMe: Short-cut removal on surprise hot-unplugKeith Busch1-0/+1
2016-05-02nvme: add helper nvme_cleanup_cmd()Ming Lin1-0/+6
2016-05-02nvme: move AER handling to common codeChristoph Hellwig1-0/+7
2016-05-02nvme: move namespace scanning to coreChristoph Hellwig1-1/+3
2016-05-02nvme: introduce a controller state machineChristoph Hellwig1-0/+11
2016-05-02nvme: remove the io_incapable methodChristoph Hellwig1-12/+0
2016-04-26nvme: fix cntlid typeChristoph Hellwig1-1/+1
2016-04-12nvme: add helper nvme_setup_cmd()Ming Lin1-51/+2
2016-04-12nvme: add helper nvme_map_len()Ming Lin1-0/+8
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2016-03-16NVMe: Expose ns wwid through single sysfs entryKeith Busch1-0/+1
2016-03-08NVMe: Create discard zero quirk white listKeith Busch1-0/+6
2016-03-03NVMe: Move error handling to failed reset handlerKeith Busch1-0/+2
2016-03-03NVMe: Fix namespace removal deadlockKeith Busch1-0/+4
2016-03-03NVMe: Use IDA for namespace disk namingKeith Busch1-0/+2
2016-02-29nvme: expose cntlid in sysfsMing Lin1-0/+1
2016-02-29nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig1-1/+2
2016-02-11NVMe: Fix io incapable return valuesKeith Busch1-2/+2
2016-02-10nvme: split dev_list_lockMing Lin1-2/+0
2016-02-10nvme/host: reference the fabric module for each bdev open calloutSagi Grimberg1-0/+1
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+191
2016-01-12NVMe: Remove queue freezing on resetsKeith Busch1-2/+2
2016-01-12nvme: synchronize access to ctrl->namespacesChristoph Hellwig1-0/+1
2016-01-12nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg1-0/+3
2015-12-22NVMe: Export namespace attributes to sysfsKeith Busch1-0/+3
2015-12-22nvme: factor out a few helpers from req_completionChristoph Hellwig1-0/+7
2015-12-22NVMe: Remove device management handles on removeKeith Busch1-0/+1
2015-12-22NVMe: Implement namespace list scanningKeith Busch1-0/+6
2015-12-22nvme: switch abort_limit to an atomic_tChristoph Hellwig1-1/+1
2015-12-22nvme: add NVME_SC_CANCELLEDChristoph Hellwig1-0/+10
2015-12-01nvme: refactor set_queue_countChristoph Hellwig1-0/+1
2015-12-01nvme: move chardev and sysfs interface to common codeChristoph Hellwig1-5/+13
2015-12-01nvme: move namespace scanning to common codeChristoph Hellwig1-3/+21
2015-12-01nvme: add a common helper to read Identify Controller dataChristoph Hellwig1-0/+4
2015-12-01nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig1-0/+11
2015-12-01nvme: add explicit quirk handlingChristoph Hellwig1-0/+13