summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
8 daysnvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter1-3/+3
14 daysnvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()Maurizio Lombardi1-3/+29
14 daysnvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi1-1/+1
2025-02-25nvme-ioctl: fix leaked requests on mapping errorKeith Busch1-4/+8
2025-02-25nvme-pci: skip CMB blocks incompatible with PCI P2P DMAIcenowy Zheng1-8/+12
2025-02-25nvme-pci: clean up CMBMSC when registering CMB failsIcenowy Zheng1-0/+1
2025-02-25nvme-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-18apple-nvme: Support coprocessors left idleHector Martin1-17/+36
2025-02-18apple-nvme: Release power domains when probe failsHector Martin1-0/+2
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-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 Axboe4-21/+36
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-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
2025-01-21Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-8/+13
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds6-76/+99
2025-01-17block: Add common atomic writes enable flagJohn Garry1-0/+1
2025-01-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber1-0/+1
2025-01-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber1-1/+2
2025-01-17nvme-pci: remove redundant dma frees in hmbFrancis Pravin1-8/+0
2025-01-13nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe1-1/+1
2025-01-13Merge tag 'nvme-6.14-2025-01-12' of git://git.infradead.org/nvme into for-6.1...Jens Axboe4-65/+92
2025-01-13nvme-pci: use correct size to free the hmb bufferFrancis Pravin1-2/+2
2025-01-13nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura1-4/+22
2025-01-13nvme-pci: fix comment typoBaruch Siach1-1/+1
2025-01-11nvme: Move opcode string helper functions declarationsDamien Le Moal1-39/+0
2025-01-11nvme: change return type of nvme_poll_cq() to boolYongsoo Joo1-4/+4
2025-01-11nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura1-2/+6
2025-01-11nvme-tcp: Fix I/O queue cpu spreading for multiple controllersSagi Grimberg1-13/+57
2025-01-10nvme: fix queue freeze vs limits lock orderChristoph Hellwig1-4/+5
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig2-2/+0
2024-12-31Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13Jens Axboe3-13/+19
2024-12-28nvme-tcp: remove nvme_tcp_destroy_io_queues()Chunguang.xu1-11/+7
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig2-2/+0
2024-12-23nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner2-3/+1
2024-12-23nvme: add support for passing on the application tagKanchan Joshi1-0/+10
2024-12-23block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flagsAnuj Gupta1-8/+3
2024-12-18nvme: use blk_validate_block_size() for max LBA checkLuis Chamberlain1-1/+1
2024-12-12nvme-pci: 512 byte aligned dma pool segment quirkRobert Beckett2-2/+12
2024-12-05Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13Jens Axboe4-26/+14
2024-12-04nvme-tcp: simplify nvme_tcp_teardown_io_queues()Chunguang.xu1-10/+4