summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig2023-07-231-3/+33
* nvme-pci: fix DMA direction of unmapping integrity dataMing Lei2023-07-231-1/+1
* nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni2023-07-191-0/+1
* nvme-core: add missing fault-injection cleanupChaitanya Kulkarni2023-07-191-0/+1
* nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg2023-07-193-7/+25
* nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni2023-07-191-2/+5
* nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni2023-07-191-2/+5
* nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg2023-07-193-18/+0
* nvme-auth: remove symbol export from nvme_auth_resetSagi Grimberg2023-07-191-1/+0
* nvme-auth: rename authentication work elementsSagi Grimberg2023-07-191-4/+4
* nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchapSagi Grimberg2023-07-191-6/+6
* nvme: improve handling of long keep alivesUday Shankar2023-06-281-1/+15
* nvme: check IO start time when deciding to defer KAUday Shankar2023-06-282-1/+14
* nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar2023-06-281-1/+17
* NVMe: Add MAXIO 1602 to bogus nid list.Tatsuki Sugiura2023-06-211-0/+2
* nvme-pci: Add quirk for Teamgroup MP33 SSDDaniel Smith2023-06-091-0/+2
* nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi2023-06-091-1/+5
* nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_diskChristoph Hellwig2023-06-091-1/+0
* nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev2023-06-093-1/+10
* nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048GSagi Grimberg2023-06-091-0/+2
* nvme: fix the name of Zone Append for verbose loggingChristoph Hellwig2023-06-091-1/+1
* nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei2023-05-111-21/+27
* nvme: fix async event trace eventKeith Busch2023-05-112-13/+7
* nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal2023-05-113-8/+18
* nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal2023-05-111-7/+2
* nvmet: fix Identify Controller handlingDamien Le Moal2023-05-111-5/+2
* nvmet: fix Identify Namespace handlingDamien Le Moal2023-05-111-7/+2
* nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Damien Le Moal2023-05-111-7/+9
* nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg2023-04-261-20/+26
* nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong2023-04-201-0/+2
* nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNJuraj Pecigos2023-04-201-1/+2
* nvme: send Identify with CNS 06h only to I/O controllersMartin George2023-04-201-1/+2
* nvme: fix discard support without oncsKeith Busch2023-04-131-3/+3
* block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe2023-04-061-6/+8
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620Philipp Geulen2023-04-061-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin2023-03-221-0/+2
* nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal2023-03-221-1/+3
* nvme: fix handling single range discard requestMing Lei2023-03-221-9/+19
* nvme-fabrics: show well known discovery nameDaniel Wagner2023-03-111-1/+2
* nvme-tcp: don't access released socket during error recoveryAkinobu Mita2023-03-111-0/+6
* nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig2023-03-111-17/+18
* nvme-pci: refresh visible attrs for cmb attributesKeith Busch2023-02-221-0/+8
* nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg2023-02-221-1/+1
* nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg2023-02-221-1/+1
* nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi2023-02-221-0/+1
* nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi2023-02-221-1/+3
* nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel2023-02-221-1/+3
* use less confusing names for iov_iter direction initializersAl Viro2023-02-093-5/+5
* nvme-apple: only reset the controller when RTKit is runningJanne Grunau2023-02-061-3/+3
* nvme: fix passthrough csi checkKeith Busch2023-02-011-1/+1