aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-13nvme: use blk_rq_payload_bytesGravatar Christoph Hellwig 1-8/+0
2016-12-21nvme: simplify stripe quirkGravatar Keith Busch 1-1/+0
2016-12-09block: improve handling of the magic discard payloadGravatar Christoph Hellwig 1-2/+4
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceGravatar Matias Bjørling 1-14/+11
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventGravatar Christoph Hellwig 1-2/+2
2016-11-10nvme: introduce struct nvme_requestGravatar Christoph Hellwig 1-1/+15
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Gravatar Andy Lutomirski 1-2/+2
2016-09-21lightnvm: expose device geometry through sysfsGravatar Simon A. F. Lund 1-2/+16
2016-09-21lightnvm: control life of nvm_dev in driverGravatar Matias Bjørling 1-5/+7
2016-09-15nvme: remove the post_scan calloutGravatar Christoph Hellwig 1-1/+0
2016-07-12nvme: Limit command retriesGravatar Keith Busch 1-1/+4
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGravatar Guilherme G. Piccoli 1-0/+13
2016-07-08nvme: add new reconnecting controller stateGravatar Christoph Hellwig 1-0/+1
2016-07-05nvme: add keep-alive supportGravatar Sagi Grimberg 1-0/+8
2016-07-05nvme-fabrics: add a generic NVMe over Fabrics libraryGravatar Christoph Hellwig 1-0/+11
2016-07-05nvme: add fabrics sysfs attributesGravatar Ming Lin 1-0/+4
2016-07-05nvme: Modify and export sync command submission for fabricsGravatar Christoph Hellwig 1-2/+3
2016-06-07nvme: move nvme_cancel_request() to common codeGravatar Ming Lin 1-0/+1
2016-06-07drivers: use req op accessorGravatar Mike Christie 1-2/+2
2016-05-17NVMe: Short-cut removal on surprise hot-unplugGravatar Keith Busch 1-0/+1
2016-05-02nvme: add helper nvme_cleanup_cmd()Gravatar Ming Lin 1-0/+6
2016-05-02nvme: move AER handling to common codeGravatar Christoph Hellwig 1-0/+7
2016-05-02nvme: move namespace scanning to coreGravatar Christoph Hellwig 1-1/+3
2016-05-02nvme: introduce a controller state machineGravatar Christoph Hellwig 1-0/+11
2016-05-02nvme: remove the io_incapable methodGravatar Christoph Hellwig 1-12/+0
2016-04-26nvme: fix cntlid typeGravatar Christoph Hellwig 1-1/+1
2016-04-12nvme: add helper nvme_setup_cmd()Gravatar Ming Lin 1-51/+2
2016-04-12nvme: add helper nvme_map_len()Gravatar Ming Lin 1-0/+8
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+11
2016-03-16NVMe: Expose ns wwid through single sysfs entryGravatar Keith Busch 1-0/+1
2016-03-08NVMe: Create discard zero quirk white listGravatar Keith Busch 1-0/+6
2016-03-03NVMe: Move error handling to failed reset handlerGravatar Keith Busch 1-0/+2
2016-03-03NVMe: Fix namespace removal deadlockGravatar Keith Busch 1-0/+4
2016-03-03NVMe: Use IDA for namespace disk namingGravatar Keith Busch 1-0/+2
2016-02-29nvme: expose cntlid in sysfsGravatar Ming Lin 1-0/+1
2016-02-29nvme: return the whole CQE through the request passthrough interfaceGravatar Christoph Hellwig 1-1/+2
2016-02-11NVMe: Fix io incapable return valuesGravatar Keith Busch 1-2/+2
2016-02-10nvme: split dev_list_lockGravatar Ming Lin 1-2/+0
2016-02-10nvme/host: reference the fabric module for each bdev open calloutGravatar Sagi Grimberg 1-0/+1
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-51/+191
2016-01-12NVMe: Remove queue freezing on resetsGravatar Keith Busch 1-2/+2
2016-01-12nvme: synchronize access to ctrl->namespacesGravatar Christoph Hellwig 1-0/+1
2016-01-12nvme: Move nvme_freeze/unfreeze_queues to nvme coreGravatar Sagi Grimberg 1-0/+3
2015-12-22NVMe: Export namespace attributes to sysfsGravatar Keith Busch 1-0/+3
2015-12-22nvme: factor out a few helpers from req_completionGravatar Christoph Hellwig 1-0/+7
2015-12-22NVMe: Remove device management handles on removeGravatar Keith Busch 1-0/+1
2015-12-22NVMe: Implement namespace list scanningGravatar Keith Busch 1-0/+6
2015-12-22nvme: switch abort_limit to an atomic_tGravatar Christoph Hellwig 1-1/+1
2015-12-22nvme: add NVME_SC_CANCELLEDGravatar Christoph Hellwig 1-0/+10