summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | nvme-fc: improve memory usage in nvme_fc_rcv_ls_req()Christophe JAILLET2022-11-151-8/+9
| * | | nvmet: only allocate a single slab for bvecsChristoph Hellwig2022-11-153-22/+19
| * | | nvmet: force reconnect when number of queue changesDaniel Wagner2022-11-151-1/+8
| * | | nvmet: use try_cmpxchg in nvmet_update_sq_headUros Bizjak2022-11-151-3/+2
| * | | nvme: use blk_mq_[un]quiesce_tagsetChao Leng2022-11-022-27/+9
| * | | blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig2022-11-021-2/+2
| * | | nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_workChristoph Hellwig2022-11-021-1/+0
| * | | nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig2022-11-021-1/+0
| * | | nvme: split nvme_kill_queuesChristoph Hellwig2022-11-024-33/+15
| * | | nvme: don't unquiesce the admin queue in nvme_kill_queuesChristoph Hellwig2022-11-021-4/+0
| * | | nvme: remove the NVME_NS_DEAD check in nvme_validate_nsChristoph Hellwig2022-11-021-4/+0
| * | | nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespacesChristoph Hellwig2022-11-021-1/+1
| * | | nvme: don't remove namespaces in nvme_passthru_endChristoph Hellwig2022-11-021-1/+0
| * | | nvme-pci: refactor the tagset handling in nvme_reset_workChristoph Hellwig2022-11-021-16/+28
| * | | block: set the disk capacity to 0 in blk_mark_disk_deadChristoph Hellwig2022-11-021-6/+1