summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel
2023-02-22nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko
2023-01-18nvme-pci: fix doorbell buffer value endiannessKlaus Jensen
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav
2022-12-08nvme: ensure subsystem reset is single threadedKeith Busch
2022-12-08nvme: restrict management ioctls to adminKeith Busch
2022-10-26nvmet-tcp: add bounds check on Transfer TagVarun Prakash
2022-10-26nvme: copy firmware_rev on each initKeith Busch
2022-10-05nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley
2022-10-05nvme: add new line after variable declatationChaitanya Kulkarni
2022-09-20nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi
2022-09-15nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg
2022-09-15nvmet: fix a use-after-freeBart Van Assche
2022-08-25nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg
2022-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li
2022-06-14nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman
2022-02-23nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg
2022-02-23nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg
2022-02-16nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg
2022-02-16nvme: Fix parsing of ANA log pagePrabhath Sajeepa
2021-12-01nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi
2021-12-01nvmet-tcp: fix incomplete data digest sendVarun Prakash
2021-11-17nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy
2021-11-17nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke
2021-11-17nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin
2021-11-17nvmet: fix use-after-free when a port is removedIsrael Rukshin
2021-11-17nvmet-tcp: fix header digest verificationAmit Engel
2021-11-17nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi
2021-11-02nvme-tcp: fix data digest pointer calculationVarun Prakash
2021-11-02nvmet-tcp: fix data digest pointer calculationVarun Prakash
2021-09-30nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman
2021-09-22nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg
2021-09-15nvmet: pass back cntlid on successful completionAmit Engel
2021-09-15nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li
2021-09-15nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li
2021-08-08nvme: fix nvme_setup_command metadata trace eventKeith Busch
2021-07-28nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig
2021-07-28nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-28nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-07-20nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi
2021-07-14nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke
2021-06-18nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke
2021-06-18nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke
2021-06-18nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke
2021-06-16nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg
2021-06-16nvme-fabrics: decode host pathing error for connectHannes Reinecke
2021-05-26nvmet: use new ana_log_size instead the old oneHou Pu