summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-mpath: fix last path removal during trafficSagi Grimberg2017-12-291-0/+1
* nvme: fix sector units when going between formatsJeff Lien2017-12-291-1/+5
* nvme: setup streams after initializing namespace headKeith Busch2017-12-151-1/+1
* nvme: check hw sectors before setting chunk sectorsKeith Busch2017-12-151-1/+2
* nvme: call blk_integrity_unregister after queue is cleaned upMing Lei2017-12-151-2/+2
* nvme: set discard_alignment to zeroDavid Disseldorp2017-12-151-1/+1
* nvme: Suppress static analyis warningKeith Busch2017-11-201-5/+2
* 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-141-384/+917
|\
| * nvme: fix visibility of "uuid" ns attributeMartin Wilck2017-11-111-1/+1
| * nvme: expose subsys attribute to sysfsHannes Reinecke2017-11-101-0/+48
| * nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke2017-11-101-0/+2
| * nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig2017-11-101-26/+31
| * nvme: implement multipath access to nvme subsystemsChristoph Hellwig2017-11-101-14/+133
| * nvme: track shared namespacesChristoph Hellwig2017-11-101-39/+181
| * nvme: introduce a nvme_ns_ids structureChristoph Hellwig2017-11-101-30/+39
| * nvme: track subsystemsChristoph Hellwig2017-11-101-29/+181
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-101-2/+3
| * nvme: send uevent for some asynchronous eventsKeith Busch2017-11-101-0/+28
| * nvme: unexport starting async event workKeith Busch2017-11-101-7/+1
| * nvme: remove handling of multiple AEN requestsKeith Busch2017-11-101-25/+3
| * nvme: centralize AEN definesKeith Busch2017-11-101-1/+1
| * nvme: fix eui_show() print formatJavier González2017-11-101-1/+1
| * nvme: compare NQN string with right sizeJavier González2017-11-101-1/+1
| * nvme: check admin passthru command effectsKeith Busch2017-11-101-0/+107
| * nvme: factor get log into a helperKeith Busch2017-11-101-6/+13
| * nvme: fix and clarify the check for missing metadataChristoph Hellwig2017-11-101-13/+18
| * nvme: split __nvme_revalidate_diskChristoph Hellwig2017-11-101-23/+26
| * nvme: set the chunk size before freezing the queueChristoph Hellwig2017-11-101-2/+3
| * nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig2017-11-101-16/+17
| * nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig2017-11-101-7/+7
| * nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig2017-11-101-30/+10
| * nvme: move the dying queue check from cancel to completionChristoph Hellwig2017-11-101-6/+3
| * 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/+16
| * nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-271-21/+22
| * nvme: simplify nvme_openChristoph Hellwig2017-10-271-30/+10
| * 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/+7
| * nvme: introduce nvme_reinit_tagsetSagi Grimberg2017-10-181-0/+10
| * nvme: simplify compat_ioctl handlingChristoph Hellwig2017-10-161-11/+1
| * nvme: update timeout module parameter typeMarc Olson2017-10-041-4/+4
* | nvme: Fix setting logical block format when revalidatingKeith Busch2017-10-301-0/+1
* | nvme: fix visibility of "uuid" ns attributeMartin Wilck2017-10-011-1/+1
|/
* nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg2017-09-251-2/+2