summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2025-04-10nvme-pci: clean up CMBMSC when registering CMB failsIcenowy Zheng1-0/+1
2025-04-10nvme-tcp: fix possible UAF in nvme_tcp_pollSagi Grimberg1-2/+3
2025-03-22nvme-fc: rely on state transitions to handle connectivity lossDaniel Wagner1-61/+6
2025-03-22block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki2-3/+5
2025-03-22nvme: move error logging from nvme_end_req() to __nvme_end_req()Shin'ichiro Kawasaki1-6/+6
2025-03-22nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner1-2/+0
2025-03-22apple-nvme: Release power domains when probe failsHector Martin1-0/+2
2025-03-22nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha1-0/+2
2025-03-22nvme-fc: do not ignore connectivity loss during connectingDaniel Wagner1-5/+18
2025-03-22nvme-fc: go straight to connecting state when initializingDaniel Wagner1-2/+1
2025-03-13nvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi1-1/+1
2025-03-13nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter1-3/+3
2025-03-13nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()Maurizio Lombardi1-3/+29
2025-03-13nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi1-0/+43
2025-03-13nvme-ioctl: fix leaked requests on mapping errorKeith Busch1-4/+8
2025-03-13nvme-pci: use sgls for all user requests if possibleKeith Busch2-4/+13
2025-03-13nvme-pci: add support for sgl metadataKeith Busch2-15/+136
2025-02-27nvme/ioctl: add missing space in err messageCaleb Sander Mateos1-2/+1
2025-02-27nvme-tcp: fix connect failure on receiving partial ICResp PDUCaleb Sander Mateos1-1/+4
2025-02-27nvme: tcp: Fix compilation warning with W=1Damien Le Moal1-1/+1
2025-02-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber1-0/+1
2025-02-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber1-1/+2
2025-02-17nvme-fc: use ctrl state getterDaniel Wagner1-3/+6
2025-02-17nvme: make nvme_tls_attrs_group staticKeith Busch1-1/+1
2025-02-17nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2025-02-08nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe1-1/+1
2025-02-08nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura1-4/+22
2025-02-08nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura1-2/+6
2025-02-08nvme-tcp: Fix I/O queue cpu spreading for multiple controllersSagi Grimberg1-13/+57
2025-01-09nvme-pci: 512 byte aligned dma pool segment quirkRobert Beckett2-2/+12
2024-12-14Revert "nvme: make keep-alive synchronous operation"Nilay Shroff1-7/+10
2024-12-14nvme-rdma: unquiesce admin_q before destroy itChunguang.xu1-7/+1
2024-12-14nvme-tcp: fix the memleak while create new ctrl failedChunguang.xu1-1/+1
2024-12-14nvme-fabrics: handle zero MAXCMD without closing the connectionMaurizio Lombardi1-2/+3
2024-12-14nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supportedChristoph Hellwig1-1/+2
2024-12-05nvme-fabrics: fix kernel crash while shutting down controllerNilay Shroff1-0/+5
2024-12-05nvme/multipath: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
2024-12-05nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
2024-12-05nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig1-7/+9
2024-11-09Merge tag 'block-6.12-20241108' of git://git.kernel.dk/linuxLinus Torvalds1-7/+14
2024-11-05nvme/host: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
2024-11-02Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds2-16/+47
2024-10-30nvme: re-fix error-handling for io_uring nvme-passthroughKeith Busch1-2/+5
2024-10-30nvme: module parameter to disable pi with offsetsKeith Busch1-2/+17
2024-10-22nvme: enhance cns version checkingKeith Busch1-12/+25
2024-10-19Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds5-37/+71
2024-10-17nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish functionNilay Shroff1-8/+2
2024-10-17nvme: make keep-alive synchronous operationNilay Shroff1-10/+7
2024-10-17nvme-pci: fix race condition between reset and nvme_dev_disable()Maurizio Lombardi1-3/+16
2024-10-15nvme-multipath: defer partition scanningKeith Busch2-6/+34