aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14nvme: remove nvme_reinit_tagsetChristoph Hellwig1-2/+0
2018-06-08nvme: cleanup double shift issueDan Carpenter1-1/+0
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2018-06-01nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig1-0/+2
2018-06-01nvme: mark nvme_queue_scan staticChristoph Hellwig1-1/+0
2018-06-01nvme: submit AEN event configuration on startupHannes Reinecke1-0/+1
2018-05-23nvme: fix lockdep warning in nvme_mpath_clear_current_pathJohannes Thumshirn1-1/+2
2018-05-21Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-1/+1
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig1-1/+1
2018-05-11nvme: add quirk to force medium priority for SQ creationJens Axboe1-0/+5
2018-05-03nvme/multipath: Fix multipath disabled naming collisionsKeith Busch1-0/+12
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart1-0/+1
2018-04-12nvme: unexport nvme_start_keep_aliveJohannes Thumshirn1-1/+0
2018-04-12nvme: enforce 64bit offset for nvme_get_log_ext fnMatias Bjørling1-1/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+34
2018-03-29nvme: lightnvm: add late setup of block size and metadataMatias Bjørling1-0/+2
2018-03-26nvme: make nvme_get_log_ext non-staticMatias Bjørling1-0/+3
2018-03-26nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi1-0/+1
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang1-1/+1
2018-03-26nvme: Add fault injection featureThomas Tai1-0/+27
2018-03-07Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig1-8/+0
2018-02-12nvme: Don't use a stack buffer for keep-alive commandRoland Dreier1-0/+1
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy1-1/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+7
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman1-0/+2
2018-01-15nvme-pci: serialize pci resetsSagi Grimberg1-0/+1
2018-01-10nvme/multipath: Consult blk_status_t for failoverKeith Busch1-2/+3
2018-01-08nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang1-0/+1
2017-12-29nvme-mpath: fix last path removal during trafficSagi Grimberg1-0/+12
2017-11-23nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien1-1/+1
2017-11-10nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke1-0/+8
2017-11-10nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig1-0/+1
2017-11-10nvme: implement multipath access to nvme subsystemsChristoph Hellwig1-0/+57
2017-11-10nvme: track shared namespacesChristoph Hellwig1-4/+22
2017-11-10nvme: introduce a nvme_ns_ids structureChristoph Hellwig1-4/+10
2017-11-10nvme: track subsystemsChristoph Hellwig1-5/+22
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche1-2/+3
2017-11-10nvme: send uevent for some asynchronous eventsKeith Busch1-0/+1
2017-11-10nvme: unexport starting async event workKeith Busch1-1/+0
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch1-2/+1
2017-11-10nvme: centralize AEN definesKeith Busch1-1/+0
2017-11-10nvme: check admin passthru command effectsKeith Busch1-0/+1
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig1-1/+4
2017-10-27nvme: get rid of nvme_ctrl_listChristoph Hellwig1-1/+2
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig1-1/+11
2017-10-18nvme: introduce nvme_reinit_tagsetSagi Grimberg1-0/+2
2017-10-04nvme: update timeout module parameter typeMarc Olson1-2/+2
2017-09-11nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig1-0/+3
2017-09-11nvme: fix lightnvm checkChristoph Hellwig1-5/+5
2017-08-30nvme: Make nvme user functions staticKeith Busch1-7/+0