summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2025-03-13Merge tag 'nvme-6.14-2025-03-13' of git://git.infradead.org/nvme into block-6.14Jens Axboe
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki
2025-03-11nvme: move error logging from nvme_end_req() to __nvme_end_req()Shin'ichiro Kawasaki
2025-03-10nvme-pci: fix stuck reset on concurrent DPC and HPKeith Busch
2025-03-05nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter
2025-02-27nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()Maurizio Lombardi
2025-02-27nvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi
2025-02-25nvme-ioctl: fix leaked requests on mapping errorKeith Busch
2025-02-24nvme-pci: skip CMB blocks incompatible with PCI P2P DMAIcenowy Zheng
2025-02-24nvme-pci: clean up CMBMSC when registering CMB failsIcenowy Zheng
2025-02-24nvme-tcp: fix possible UAF in nvme_tcp_pollSagi Grimberg
2025-02-20nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner
2025-02-20nvme-fc: rely on state transitions to handle connectivity lossDaniel Wagner
2025-02-18apple-nvme: Support coprocessors left idleHector Martin
2025-02-18apple-nvme: Release power domains when probe failsHector Martin
2025-02-18nvme/ioctl: add missing space in err messageCaleb Sander Mateos
2025-02-18nvme-tcp: fix connect failure on receiving partial ICResp PDUCaleb Sander Mateos
2025-02-18nvme: tcp: Fix compilation warning with W=1Damien Le Moal
2025-02-18nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi
2025-02-18nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha
2025-02-03Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14Jens Axboe
2025-01-31nvme-fc: use ctrl state getterDaniel Wagner
2025-01-31nvme: make nvme_tls_attrs_group staticKeith Busch
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig
2025-01-23nvme-fc: do not ignore connectivity loss during connectingDaniel Wagner
2025-01-23nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner
2025-01-23nvme-fc: go straight to connecting state when initializingDaniel Wagner
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-17block: Add common atomic writes enable flagJohn Garry
2025-01-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber
2025-01-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber
2025-01-17nvme-pci: remove redundant dma frees in hmbFrancis Pravin
2025-01-13nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe
2025-01-13Merge tag 'nvme-6.14-2025-01-12' of git://git.infradead.org/nvme into for-6.1...Jens Axboe
2025-01-12nvme-pci: use correct size to free the hmb bufferFrancis Pravin
2025-01-12nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura
2025-01-12nvme-pci: fix comment typoBaruch Siach
2025-01-10nvme: Move opcode string helper functions declarationsDamien Le Moal
2025-01-10nvme: change return type of nvme_poll_cq() to boolYongsoo Joo
2025-01-10nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura
2025-01-10nvme-tcp: Fix I/O queue cpu spreading for multiple controllersSagi Grimberg
2025-01-10nvme: fix queue freeze vs limits lock orderChristoph Hellwig
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig
2024-12-31Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13Jens Axboe
2024-12-27nvme-tcp: remove nvme_tcp_destroy_io_queues()Chunguang.xu
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
2024-12-23nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner
2024-12-23nvme: add support for passing on the application tagKanchan Joshi
2024-12-23block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flagsAnuj Gupta