summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-07-19nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni1-0/+1
2023-07-19nvme-core: add missing fault-injection cleanupChaitanya Kulkarni1-0/+1
2023-07-19nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg3-7/+25
2023-07-19nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni1-2/+5
2023-07-19nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni1-2/+5
2023-07-19nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg3-18/+0
2023-07-19nvme-auth: remove symbol export from nvme_auth_resetSagi Grimberg1-1/+0
2023-07-19nvme-auth: rename authentication work elementsSagi Grimberg1-4/+4
2023-07-19nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchapSagi Grimberg1-6/+6
2023-06-28nvme: improve handling of long keep alivesUday Shankar1-1/+15
2023-06-28nvme: check IO start time when deciding to defer KAUday Shankar2-1/+14
2023-06-28nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar1-1/+17
2023-06-21NVMe: Add MAXIO 1602 to bogus nid list.Tatsuki Sugiura1-0/+2
2023-06-09nvme-pci: Add quirk for Teamgroup MP33 SSDDaniel Smith1-0/+2
2023-06-09nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi1-1/+5
2023-06-09nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_diskChristoph Hellwig1-1/+0
2023-06-09nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev3-1/+10
2023-06-09nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048GSagi Grimberg1-0/+2
2023-06-09nvme: fix the name of Zone Append for verbose loggingChristoph Hellwig1-1/+1
2023-05-11nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei1-21/+27
2023-05-11nvme: fix async event trace eventKeith Busch2-13/+7
2023-05-11nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal3-8/+18
2023-05-11nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal1-7/+2
2023-05-11nvmet: fix Identify Controller handlingDamien Le Moal1-5/+2
2023-05-11nvmet: fix Identify Namespace handlingDamien Le Moal1-7/+2
2023-05-11nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Damien Le Moal1-7/+9
2023-04-26nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg1-20/+26
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong1-0/+2
2023-04-20nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNJuraj Pecigos1-1/+2
2023-04-20nvme: send Identify with CNS 06h only to I/O controllersMartin George1-1/+2
2023-04-13nvme: fix discard support without oncsKeith Busch1-3/+3
2023-04-06block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-6/+8
2023-04-06nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620Philipp Geulen1-0/+2
2023-03-22nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin1-0/+2
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal1-1/+3
2023-03-22nvme: fix handling single range discard requestMing Lei1-9/+19
2023-03-11nvme-fabrics: show well known discovery nameDaniel Wagner1-1/+2
2023-03-11nvme-tcp: don't access released socket during error recoveryAkinobu Mita1-0/+6
2023-03-11nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig1-17/+18
2023-02-22nvme-pci: refresh visible attrs for cmb attributesKeith Busch1-0/+8
2023-02-22nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg1-1/+1
2023-02-22nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg1-1/+1
2023-02-22nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi1-0/+1
2023-02-22nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi1-1/+3
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel1-1/+3
2023-02-09use less confusing names for iov_iter direction initializersAl Viro3-5/+5
2023-02-06nvme-apple: only reset the controller when RTKit is runningJanne Grunau1-3/+3
2023-02-01nvme: fix passthrough csi checkKeith Busch1-1/+1
2023-02-01nvme-fc: fix initialization orderRoss Lagerwall1-10/+8
2023-02-01nvme: consolidate setting the tagset flagsChristoph Hellwig6-19/+21