summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
7 daysnvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin1-1/+1
13 daysnvme: fix admin request_queue lifetimeKeith Busch1-1/+2
2025-12-01nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki1-1/+1
2025-12-01nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne1-1/+1
2025-12-01nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()Ewan D. Milne1-6/+7
2025-11-13nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis1-1/+7
2025-11-13nvme-fc: use lock accessing port_state and rport stateDaniel Wagner1-2/+8
2025-11-13nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner1-7/+9
2025-10-23nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa1-0/+3
2025-10-23nvme-multipath: Skip nr_active increments in RETRY dispositionAmit Chaudhary1-2/+4
2025-10-19nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber1-0/+2
2025-10-15nvmet-fc: move lsop put work to nvmet_fc_ls_req_opDaniel Wagner1-10/+9
2025-09-25nvme: fix PI insert on writeChristoph Hellwig1-7/+11
2025-09-19nvme-pci: skip nvme_write_sq_db on empty rqlistMaurizio Lombardi1-0/+3
2025-08-20nvme-tcp: log TLS handshake failures at error levelMaurizio Lombardi1-3/+8
2025-08-20nvme-pci: try function level reset on init failureKeith Busch1-2/+22
2025-08-15nvmet: exit debugfs after discovery subsystem exitsMohamed Khalfella1-1/+1
2025-08-15nvmet: initialize discovery subsys after debugfs is initializedMohamed Khalfella1-6/+6
2025-07-24nvmet-tcp: fix callback lock for TLS handshakeMaurizio Lombardi1-2/+2
2025-07-24nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai1-0/+4
2025-07-24nvme: fix endianness of command word prints in nvme_log_err_passthru()John Garry1-6/+6
2025-07-24nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()Zheng Qixing1-1/+1
2025-07-10nvmet: fix memory leak of bio integrityDmitry Bogdanov1-0/+2
2025-07-10nvme: Fix incorrect cdw15 value in passthru error loggingAlok Tiwari1-1/+1
2025-07-06nvme-tcp: sanitize request list handlingHannes Reinecke1-1/+14
2025-07-06nvme-tcp: fix I/O stalls on congested socketsHannes Reinecke1-1/+6
2025-06-27nvme: always punt polled uring_cmd end_io work to task_workJens Axboe1-14/+7
2025-06-19nvmet-fcloop: access fcpreq only when holding reqlockDaniel Wagner1-15/+16
2025-06-19nvme: fix command limits status codeKeith Busch5-20/+3
2025-06-04nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman1-0/+2
2025-05-29nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
2025-05-29nvme-pci: add quirks for WDC Blue SN550 15b7:5009Wentao Guan1-0/+3
2025-05-29nvme-pci: add quirks for device 126f:1001Wentao Guan1-0/+3
2025-05-22nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch1-0/+2
2025-05-22nvme-pci: make nvme_pci_npages_prp() __always_inlineKees Cook1-1/+1
2025-05-18nvme: unblock ctrl state transition for firmware updateDaniel Wagner1-1/+2
2025-05-09nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLSAlistair Francis1-0/+1
2025-05-09nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLSAlistair Francis1-0/+1
2025-05-09nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-05-09nvme-pci: fix queue unquiesce check on slot_resetKeith Busch1-1/+1
2025-05-02nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke1-1/+1
2025-05-02nvmet-fc: put ref when assoc->del_work is already scheduledDaniel Wagner1-1/+2
2025-05-02nvmet-fc: take tgtport reference only onceDaniel Wagner1-15/+7
2025-05-02nvme: multipath: fix return value of nvme_available_pathUday Shankar1-1/+1
2025-05-02nvme: re-read ANA log page after ns scan completesHannes Reinecke1-0/+5
2025-05-02nvme: requeue namespace scan on missed AENsHannes Reinecke1-0/+4
2025-04-25block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig1-1/+1
2025-04-25block: add a rq_list typeChristoph Hellwig2-9/+8
2025-04-25nvmet-fc: Remove unused functionsWangYuli1-14/+0
2025-04-20nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner1-1/+1