summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nvme: use nvme_wait_ready in nvme_shutdown_ctrlChristoph Hellwig2022-12-061-26/+12
| * | | nvme-apple: fix controller shutdown in apple_nvme_disableChristoph Hellwig2022-12-061-1/+2
| * | | nvme-fc: move common code into helperChaitanya Kulkarni2022-12-061-8/+11
| * | | nvme-fc: avoid null pointer dereferenceChaitanya Kulkarni2022-12-061-1/+10
| * | | nvme: allow unprivileged passthrough of Identify ControllerJoel Granados2022-12-061-0/+2
| * | | nvme-multipath: support io stats on the mpath deviceSagi Grimberg2022-12-063-0/+42
| * | | nvme: introduce nvme_start_requestSagi Grimberg2022-12-067-6/+11
| * | | nvme: use kstrtobool() instead of strtobool()Christophe JAILLET2022-12-062-9/+11
| * | | nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULLChristoph Hellwig2022-12-061-0/+4
| * | | nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-214-3/+79
| * | | nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-214-5/+54
| * | | nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-188-68/+68
| * | | nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
| * | | nvme: return err on nvme_init_non_mdts_limits failJoel Granados2022-11-161-1/+1
| * | | nvme: avoid fallback to sequential scan due to transient issuesUday Shankar2022-11-161-4/+11
| * | | nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
| * | | nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
| * | | nvme-auth: have dhchap_auth_work wait for queues auth to completeSagi Grimberg2022-11-161-7/+6
| * | | nvme-auth: remove redundant auth_work flushSagi Grimberg2022-11-161-6/+2
| * | | nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg2022-11-163-55/+69
| * | | nvme-auth: check chap ctrl_key once constructedSagi Grimberg2022-11-161-2/+2
| * | | nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg2022-11-163-18/+0
| * | | nvme-auth: remove redundant deallocationsSagi Grimberg2022-11-161-20/+0
| * | | nvme-auth: clear sensitive info right after authentication completesSagi Grimberg2022-11-161-0/+2
| * | | nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg2022-11-163-2/+43
| * | | nvme-auth: don't keep long lived 4k dhchap bufferSagi Grimberg2022-11-161-23/+24
| * | | nvme-auth: remove redundant if statementSagi Grimberg2022-11-161-1/+1
| * | | nvme-auth: don't override ctrl keys before validationSagi Grimberg2022-11-161-2/+10
| * | | nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg2022-11-163-7/+25
| * | | nvme-auth: remove redundant buffer deallocationsSagi Grimberg2022-11-161-4/+0
| * | | nvme-auth: don't re-authenticate if the controller is not LIVESagi Grimberg2022-11-161-0/+7
| * | | nvme-auth: remove symbol export from nvme_auth_resetSagi Grimberg2022-11-161-1/+0
| * | | nvme-auth: rename authentication work elementsSagi Grimberg2022-11-161-4/+4
| * | | nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchapSagi Grimberg2022-11-161-6/+6
| * | | nvme-pci: don't unbind the driver on reset failureChristoph Hellwig2022-11-161-30/+10
| * | | nvme-pci: split the initial probe from the rest pathChristoph Hellwig2022-11-161-53/+80
| * | | nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig2022-11-161-5/+6
| * | | nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig2022-11-151-16/+16
| * | | nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig2022-11-151-5/+2
| * | | nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig2022-11-151-21/+17
| * | | nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig2022-11-151-35/+46
| * | | nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig2022-11-151-23/+18
| * | | nvme-pci: move more teardown work to nvme_removeChristoph Hellwig2022-11-151-2/+2
| * | | nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig2022-11-151-2/+1
| * | | nvme: simplify transport specific device attribute handlingChristoph Hellwig2022-11-153-17/+16
| * | | nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-158-25/+29
| * | | nvme: don't call nvme_init_ctrl_finish from nvme_passthru_endChristoph Hellwig2022-11-151-2/+4
| * | | nvme: implement the DEAC bit for the Write Zeroes commandChristoph Hellwig2022-11-152-1/+13
| * | | nvme: identify-namespace without CAP_SYS_ADMINKanchan Joshi2022-11-151-2/+16
| * | | nvme: fine-granular CAP_SYS_ADMIN for nvme io commandsKanchan Joshi2022-11-151-33/+69