aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds11-788/+2381
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 Reinecke3-0/+40
2017-11-10nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig3-26/+38
2017-11-10nvme: implement multipath access to nvme subsystemsChristoph Hellwig5-14/+455
2017-11-10nvme: track shared namespacesChristoph Hellwig3-50/+210
2017-11-10nvme: introduce a nvme_ns_ids structureChristoph Hellwig2-34/+49
2017-11-10nvme: track subsystemsChristoph Hellwig3-36/+205
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2-4/+6
2017-11-10nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei1-1/+2
2017-11-10nvme: send uevent for some asynchronous eventsKeith Busch2-0/+29
2017-11-10nvme: unexport starting async event workKeith Busch2-8/+1
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch5-39/+10
2017-11-10nvme-fc: remove unused "queue_size" fieldKeith Busch1-6/+3
2017-11-10nvme: centralize AEN definesKeith Busch5-47/+19
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-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy1-1/+1
2017-11-10nvme-fc: decouple ns references from lldd referencesJames Smart1-6/+78
2017-11-10nvme-fc: fix localport resume using stale valuesJames Smart1-2/+10
2017-11-10nvme: check admin passthru command effectsKeith Busch2-0/+108
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-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe7-448/+969
2017-11-03nvme: comment typo fixed in clearing AERMinwoo Im1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01nvme: Remove unused headersKeith Busch1-4/+0
2017-11-01nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart1-39/+239
2017-11-01nvme: allow controller RESETTING to RECONNECTING transitionJames Smart1-0/+1
2017-11-01nvme-fc: check connectivity before initiating reconnectsJames Smart1-7/+16
2017-11-01nvme-fc: add a dev_loss_tmo field to the remoteportJames Smart1-0/+31
2017-11-01nvme-fc: change ctlr state assignments during reset/reconnectJames Smart1-15/+13
2017-11-01nvme: flush reset_work before safely continuing with delete operationSagi Grimberg2-1/+1
2017-11-01nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expireSagi Grimberg1-1/+1
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig3-17/+4
2017-11-01nvme-rdma: remove nvme_rdma_remove_ctrlChristoph Hellwig1-10/+8
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig5-79/+53
2017-11-01nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrlChristoph Hellwig1-14/+6
2017-11-01nvme-fc: avoid workqueue flush stallsJames Smart1-1/+1
2017-10-30nvme: Fix setting logical block format when revalidatingKeith Busch1-0/+1
2017-10-27nvme-fc: remove NVME_FC_MAX_SEGMENTSJames Smart1-4/+2
2017-10-27nvme-fc: add support for duplicate_connect optionJames Smart1-0/+33