summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-30virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]Pankaj Raghav1-4/+4
2022-11-29Merge tag 'nvme-6.2-2022-11-29' of git://git.infradead.org/nvme into for-6.2/...Jens Axboe16-510/+764
2022-11-24drbd: destroy workqueue when drbd device was freedWang ShaoBo1-1/+5
2022-11-24drbd: remove call to memset before free device/resource/connectionWang ShaoBo1-3/+0
2022-11-22drbd: use consistent licenseChristoph Böhmwalder25-25/+25
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig1-1/+1
2022-11-21nvmet: expose firmware revision to configfsAleksandr Miloserdov4-3/+79
2022-11-21nvmet: expose IEEE OUI to configfsAleksandr Miloserdov4-5/+54
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig8-68/+68
2022-11-16dm: track per-add_disk holder relations in DMChristoph Hellwig1-10/+39
2022-11-16dm: make sure create and remove dm device won't race with open and close tableYu Kuai1-0/+16
2022-11-16dm: cleanup close_table_deviceChristoph Hellwig1-9/+3
2022-11-16dm: cleanup open_table_deviceChristoph Hellwig1-29/+27
2022-11-16dm: remove free_table_devicesChristoph Hellwig1-14/+1
2022-11-16nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg1-0/+2
2022-11-16nvme: return err on nvme_init_non_mdts_limits failJoel Granados1-1/+1
2022-11-16nvme: avoid fallback to sequential scan due to transient issuesUday Shankar1-4/+11
2022-11-16nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg1-1/+1
2022-11-16nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg1-1/+1
2022-11-16nvme-auth: have dhchap_auth_work wait for queues auth to completeSagi Grimberg1-7/+6
2022-11-16nvme-auth: remove redundant auth_work flushSagi Grimberg1-6/+2
2022-11-16nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg3-55/+69
2022-11-16nvme-auth: check chap ctrl_key once constructedSagi Grimberg1-2/+2
2022-11-16nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg3-18/+0
2022-11-16nvme-auth: remove redundant deallocationsSagi Grimberg1-20/+0
2022-11-16nvme-auth: clear sensitive info right after authentication completesSagi Grimberg1-0/+2
2022-11-16nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg3-2/+43
2022-11-16nvme-auth: don't keep long lived 4k dhchap bufferSagi Grimberg1-23/+24
2022-11-16nvme-auth: remove redundant if statementSagi Grimberg1-1/+1
2022-11-16nvme-auth: don't override ctrl keys before validationSagi Grimberg1-2/+10
2022-11-16nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg3-7/+25
2022-11-16nvme-auth: remove redundant buffer deallocationsSagi Grimberg1-4/+0
2022-11-16nvme-auth: don't re-authenticate if the controller is not LIVESagi Grimberg1-0/+7
2022-11-16nvme-auth: remove symbol export from nvme_auth_resetSagi Grimberg1-1/+0
2022-11-16nvme-auth: rename authentication work elementsSagi Grimberg1-4/+4
2022-11-16nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchapSagi Grimberg1-6/+6
2022-11-16nvme-pci: don't unbind the driver on reset failureChristoph Hellwig1-30/+10
2022-11-16nvme-pci: split the initial probe from the rest pathChristoph Hellwig1-53/+80
2022-11-16nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig1-5/+6
2022-11-15nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig1-16/+16
2022-11-15nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig1-5/+2
2022-11-15nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig1-21/+17
2022-11-15nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig1-35/+46
2022-11-15nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig1-23/+18
2022-11-15nvme-pci: move more teardown work to nvme_removeChristoph Hellwig1-2/+2
2022-11-15nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig1-2/+1
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig3-17/+16
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig8-25/+29
2022-11-15nvme: don't call nvme_init_ctrl_finish from nvme_passthru_endChristoph Hellwig1-2/+4
2022-11-15nvme: implement the DEAC bit for the Write Zeroes commandChristoph Hellwig2-1/+13