summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke3-3/+64
2025-03-20nvme: add nvme_auth_derive_tls_psk()Hannes Reinecke2-0/+117
2025-03-20nvme: add nvme_auth_generate_digest()Hannes Reinecke1-0/+134
2025-03-20nvme: add nvme_auth_generate_psk()Hannes Reinecke1-0/+87
2025-03-17nvme: convert timeouts to secs_to_jiffies()Easwar Hariharan1-4/+2
2025-03-13Merge tag 'nvme-6.14-2025-03-13' of git://git.infradead.org/nvme into block-6.14Jens Axboe2-15/+26
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta5-6/+5
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki2-3/+5
2025-03-11nvme: move error logging from nvme_end_req() to __nvme_end_req()Shin'ichiro Kawasaki1-6/+6
2025-03-10nvmet: pci-epf: Do not add an IRQ vector if not neededDamien Le Moal1-8/+7
2025-03-10nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully createdDamien Le Moal1-6/+7
2025-03-10nvme-pci: fix stuck reset on concurrent DPC and HPKeith Busch1-1/+12
2025-03-06Merge tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux into ...Arnd Bergmann1-1/+1
2025-03-05nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter1-3/+3
2025-02-28nvme: map uring_cmd data even if address is 0Xinyu Zhang1-1/+1
2025-02-27nvmet-tcp: Fix a possible sporadic response drops in weakly ordered archMeir Elisha1-4/+11
2025-02-27nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()Maurizio Lombardi1-3/+29
2025-02-27nvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi1-1/+1
2025-02-27nvmet: remove old function prototypeMaurizio Lombardi1-1/+0
2025-02-27io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()Pavel Begunkov1-4/+6
2025-02-25nvme-ioctl: fix leaked requests on mapping errorKeith Busch1-4/+8
2025-02-24nvme-pci: skip CMB blocks incompatible with PCI P2P DMAIcenowy Zheng1-8/+12
2025-02-24nvme-pci: clean up CMBMSC when registering CMB failsIcenowy Zheng1-0/+1
2025-02-24nvme-tcp: fix possible UAF in nvme_tcp_pollSagi Grimberg1-2/+3
2025-02-20nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner1-2/+0
2025-02-20nvme-fc: rely on state transitions to handle connectivity lossDaniel Wagner1-61/+6
2025-02-18soc: apple: rtkit: Pass the crashlog to the crashed() callbackAsahi Lina1-1/+1
2025-02-18apple-nvme: Support coprocessors left idleHector Martin1-17/+36
2025-02-18apple-nvme: Release power domains when probe failsHector Martin1-0/+2
2025-02-18nvmet: Use enum definitions instead of hardcoded valuesDamien Le Moal1-7/+7
2025-02-18nvme/ioctl: add missing space in err messageCaleb Sander Mateos1-2/+1
2025-02-18nvme-tcp: fix connect failure on receiving partial ICResp PDUCaleb Sander Mateos1-1/+4
2025-02-18nvme: tcp: Fix compilation warning with W=1Damien Le Moal1-1/+1
2025-02-18nvmet: pci-epf: Avoid RCU stalls under heavy workloadDamien Le Moal1-0/+11
2025-02-18nvmet: pci-epf: Do not uselessly write the CSTS registerDamien Le Moal1-2/+6
2025-02-18nvmet: pci-epf: Correctly initialize CSTS when enabling the controllerDamien Le Moal1-8/+12
2025-02-18nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li1-10/+23
2025-02-18nvmet: Fix crash when a namespace is disabledHannes Reinecke1-21/+19
2025-02-18nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi1-0/+43
2025-02-18nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha1-0/+2
2025-02-03Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14Jens Axboe8-24/+40
2025-01-31nvme-fc: use ctrl state getterDaniel Wagner1-3/+6
2025-01-31nvme: make nvme_tls_attrs_group staticKeith Busch1-1/+1
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig2-8/+11
2025-01-28nvmet: add a missing endianess conversion in nvmet_execute_admin_connectChristoph Hellwig1-1/+1
2025-01-28nvmet: the result field in nvmet_alloc_ctrl_args is little endianChristoph Hellwig1-1/+1
2025-01-24nvmet: fix a memory leak in controller identifySagi Grimberg1-0/+1
2025-01-23nvme-fc: do not ignore connectivity loss during connectingDaniel Wagner1-5/+18
2025-01-23nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2025-01-23nvme-fc: go straight to connecting state when initializingDaniel Wagner1-2/+1