summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-15nvme: setup streams after initializing namespace headKeith Busch1-1/+1
2017-12-15nvme: check hw sectors before setting chunk sectorsKeith Busch1-1/+2
2017-12-15nvme: call blk_integrity_unregister after queue is cleaned upMing Lei1-2/+2
2017-12-15nvme: set discard_alignment to zeroDavid Disseldorp1-1/+1
2017-11-20nvme: Suppress static analyis warningKeith Busch1-5/+2
2017-11-20nvme: Fix NULL dereference on reservation requestKeith Busch1-6/+6
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-384/+917
2017-11-11nvme: fix visibility of "uuid" ns attributeMartin Wilck1-1/+1
2017-11-10nvme: expose subsys attribute to sysfsHannes Reinecke1-0/+48
2017-11-10nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke1-0/+2
2017-11-10nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig1-26/+31
2017-11-10nvme: implement multipath access to nvme subsystemsChristoph Hellwig1-14/+133
2017-11-10nvme: track shared namespacesChristoph Hellwig1-39/+181
2017-11-10nvme: introduce a nvme_ns_ids structureChristoph Hellwig1-30/+39
2017-11-10nvme: track subsystemsChristoph Hellwig1-29/+181
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/+28
2017-11-10nvme: unexport starting async event workKeith Busch1-7/+1
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch1-25/+3
2017-11-10nvme: centralize AEN definesKeith Busch1-1/+1
2017-11-10nvme: fix eui_show() print formatJavier González1-1/+1
2017-11-10nvme: compare NQN string with right sizeJavier González1-1/+1
2017-11-10nvme: check admin passthru command effectsKeith Busch1-0/+107
2017-11-10nvme: factor get log into a helperKeith Busch1-6/+13
2017-11-10nvme: fix and clarify the check for missing metadataChristoph Hellwig1-13/+18
2017-11-10nvme: split __nvme_revalidate_diskChristoph Hellwig1-23/+26
2017-11-10nvme: set the chunk size before freezing the queueChristoph Hellwig1-2/+3
2017-11-10nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig1-16/+17
2017-11-10nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig1-7/+7
2017-11-10nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig1-30/+10
2017-11-10nvme: move the dying queue check from cancel to completionChristoph Hellwig1-6/+3
2017-11-03nvme: comment typo fixed in clearing AERMinwoo Im1-1/+1
2017-11-01nvme: allow controller RESETTING to RECONNECTING transitionJames Smart1-0/+1
2017-11-01nvme: flush reset_work before safely continuing with delete operationSagi Grimberg1-0/+1
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig1-0/+4
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig1-1/+37
2017-10-30nvme: Fix setting logical block format when revalidatingKeith Busch1-0/+1
2017-10-27nvme: check for a live controller in nvme_dev_openChristoph Hellwig1-1/+1
2017-10-27nvme: get rid of nvme_ctrl_listChristoph Hellwig1-60/+16
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig1-21/+22
2017-10-27nvme: simplify nvme_openChristoph Hellwig1-30/+10
2017-10-27nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig1-1/+2
2017-10-20nvme: use ida_simple_{get,remove} for the controller instanceChristoph Hellwig1-33/+7
2017-10-18nvme: introduce nvme_reinit_tagsetSagi Grimberg1-0/+10
2017-10-16nvme: simplify compat_ioctl handlingChristoph Hellwig1-11/+1
2017-10-04nvme: update timeout module parameter typeMarc Olson1-4/+4
2017-10-01nvme: fix visibility of "uuid" ns attributeMartin Wilck1-1/+1
2017-09-25nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg1-2/+2
2017-09-25nvme: allow timed-out ios to retryJames Smart1-2/+0
2017-09-25nvme: stop aer posting if controller state not liveJames Smart1-2/+3