summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: add tracepoint for nvme_setup_cmdJohannes Thumshirn2018-01-261-0/+7
* nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang2018-01-261-1/+1
* nvme: host delete_work and reset_work on separate workqueuesRoy Shterman2018-01-151-5/+39
* nvme-pci: serialize pci resetsSagi Grimberg2018-01-151-1/+2
* nvme/multipath: Consult blk_status_t for failoverKeith Busch2018-01-101-4/+5
* nvme: Add more command status translationKeith Busch2018-01-101-0/+7
* nvme: fix subsystem multiple controllers support checkIsrael Rukshin2018-01-081-1/+17
* nvme: take refcount on transport moduleNitzan Carmi2018-01-081-3/+14
* nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang2018-01-081-3/+22
* nvme: modify the debug level for setting shutdown timeoutMax Gurtovoy2018-01-081-1/+1
* nvme: Suppress static analyis warningKeith Busch2017-11-201-5/+2Star
* nvme: Fix NULL dereference on reservation requestKeith Busch2017-11-201-6/+6
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-384/+917
|\
| * nvme: fix visibility of "uuid" ns attributeMartin Wilck2017-11-111-1/+1
| * nvme: expose subsys attribute to sysfsHannes Reinecke2017-11-111-0/+48
| * nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke2017-11-111-0/+2
| * nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig2017-11-111-26/+31
| * nvme: implement multipath access to nvme subsystemsChristoph Hellwig2017-11-111-14/+133
| * nvme: track shared namespacesChristoph Hellwig2017-11-111-39/+181
| * nvme: introduce a nvme_ns_ids structureChristoph Hellwig2017-11-111-30/+39
| * nvme: track subsystemsChristoph Hellwig2017-11-111-29/+181
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-111-2/+3
| * nvme: send uevent for some asynchronous eventsKeith Busch2017-11-111-0/+28
| * nvme: unexport starting async event workKeith Busch2017-11-111-7/+1Star
| * nvme: remove handling of multiple AEN requestsKeith Busch2017-11-111-25/+3Star
| * nvme: centralize AEN definesKeith Busch2017-11-111-1/+1
| * nvme: fix eui_show() print formatJavier González2017-11-111-1/+1
| * nvme: compare NQN string with right sizeJavier González2017-11-111-1/+1
| * nvme: check admin passthru command effectsKeith Busch2017-11-111-0/+107
| * nvme: factor get log into a helperKeith Busch2017-11-111-6/+13
| * nvme: fix and clarify the check for missing metadataChristoph Hellwig2017-11-111-13/+18
| * nvme: split __nvme_revalidate_diskChristoph Hellwig2017-11-111-23/+26
| * nvme: set the chunk size before freezing the queueChristoph Hellwig2017-11-111-2/+3
| * nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig2017-11-111-16/+17
| * nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig2017-11-111-7/+7
| * nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig2017-11-111-30/+10Star
| * nvme: move the dying queue check from cancel to completionChristoph Hellwig2017-11-111-6/+3Star
| * nvme: comment typo fixed in clearing AERMinwoo Im2017-11-031-1/+1
| * nvme: allow controller RESETTING to RECONNECTING transitionJames Smart2017-11-011-0/+1
| * nvme: flush reset_work before safely continuing with delete operationSagi Grimberg2017-11-011-0/+1
| * nvme: consolidate common code from ->reset_workChristoph Hellwig2017-11-011-0/+4
| * nvme: move controller deletion to common codeChristoph Hellwig2017-11-011-1/+37
| * nvme: check for a live controller in nvme_dev_openChristoph Hellwig2017-10-271-1/+1
| * nvme: get rid of nvme_ctrl_listChristoph Hellwig2017-10-271-60/+16Star
| * nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-271-21/+22
| * nvme: simplify nvme_openChristoph Hellwig2017-10-271-30/+10Star
| * nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig2017-10-271-1/+2
| * nvme: use ida_simple_{get,remove} for the controller instanceChristoph Hellwig2017-10-201-33/+7Star
| * nvme: introduce nvme_reinit_tagsetSagi Grimberg2017-10-181-0/+10
| * nvme: simplify compat_ioctl handlingChristoph Hellwig2017-10-161-11/+1Star