summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2022-12-06nvme-pci: split out a nvme_pci_ctrl_is_dead helperChristoph Hellwig
2022-12-06nvme-pci: return early on ctrl state mismatch in nvme_reset_workChristoph Hellwig
2022-12-06nvme-pci: rename nvme_disable_io_queuesChristoph Hellwig
2022-12-06nvme-pci: cleanup nvme_suspend_queueChristoph Hellwig
2022-12-06nvme-pci: remove nvme_pci_disableChristoph Hellwig
2022-12-06nvme-pci: remove nvme_disable_admin_queueChristoph Hellwig
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig
2022-12-06nvme: use nvme_wait_ready in nvme_shutdown_ctrlChristoph Hellwig
2022-12-06nvme-apple: fix controller shutdown in apple_nvme_disableChristoph Hellwig
2022-12-06nvme-fc: move common code into helperChaitanya Kulkarni
2022-12-06nvme-fc: avoid null pointer dereferenceChaitanya Kulkarni
2022-12-06nvme: allow unprivileged passthrough of Identify ControllerJoel Granados
2022-12-06nvme-multipath: support io stats on the mpath deviceSagi Grimberg
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg
2022-12-06nvme: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-12-06nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULLChristoph Hellwig
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig
2022-11-16nvme: return err on nvme_init_non_mdts_limits failJoel Granados
2022-11-16nvme: avoid fallback to sequential scan due to transient issuesUday Shankar
2022-11-16nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg
2022-11-16nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg
2022-11-16nvme-auth: have dhchap_auth_work wait for queues auth to completeSagi Grimberg
2022-11-16nvme-auth: remove redundant auth_work flushSagi Grimberg
2022-11-16nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg
2022-11-16nvme-auth: check chap ctrl_key once constructedSagi Grimberg
2022-11-16nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg
2022-11-16nvme-auth: remove redundant deallocationsSagi Grimberg
2022-11-16nvme-auth: clear sensitive info right after authentication completesSagi Grimberg
2022-11-16nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg
2022-11-16nvme-auth: don't keep long lived 4k dhchap bufferSagi Grimberg
2022-11-16nvme-auth: remove redundant if statementSagi Grimberg
2022-11-16nvme-auth: don't override ctrl keys before validationSagi Grimberg
2022-11-16nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg
2022-11-16nvme-auth: remove redundant buffer deallocationsSagi Grimberg
2022-11-16nvme-auth: don't re-authenticate if the controller is not LIVESagi Grimberg
2022-11-16nvme-auth: remove symbol export from nvme_auth_resetSagi Grimberg
2022-11-16nvme-auth: rename authentication work elementsSagi Grimberg
2022-11-16nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchapSagi Grimberg
2022-11-16nvme-pci: don't unbind the driver on reset failureChristoph Hellwig
2022-11-16nvme-pci: split the initial probe from the rest pathChristoph Hellwig
2022-11-16nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig
2022-11-15nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig
2022-11-15nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig
2022-11-15nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig
2022-11-15nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig
2022-11-15nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig
2022-11-15nvme-pci: move more teardown work to nvme_removeChristoph Hellwig
2022-11-15nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig