summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2025-02-20nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner-2/+0
2025-02-20nvme-fc: rely on state transitions to handle connectivity lossDaniel Wagner-61/+6
2025-02-18apple-nvme: Support coprocessors left idleHector Martin-17/+36
2025-02-18apple-nvme: Release power domains when probe failsHector Martin-0/+2
2025-02-18nvmet: Use enum definitions instead of hardcoded valuesDamien Le Moal-7/+7
2025-02-18nvme/ioctl: add missing space in err messageCaleb Sander Mateos-2/+1
2025-02-18nvme-tcp: fix connect failure on receiving partial ICResp PDUCaleb Sander Mateos-1/+4
2025-02-18nvme: tcp: Fix compilation warning with W=1Damien Le Moal-1/+1
2025-02-18nvmet: pci-epf: Avoid RCU stalls under heavy workloadDamien Le Moal-0/+11
2025-02-18nvmet: pci-epf: Do not uselessly write the CSTS registerDamien Le Moal-2/+6
2025-02-18nvmet: pci-epf: Correctly initialize CSTS when enabling the controllerDamien Le Moal-8/+12
2025-02-18nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li-10/+23
2025-02-18nvmet: Fix crash when a namespace is disabledHannes Reinecke-21/+19
2025-02-18nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi-0/+43
2025-02-18nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha-0/+2
2025-02-03Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14Jens Axboe-24/+40
2025-01-31nvme-fc: use ctrl state getterDaniel Wagner-3/+6
2025-01-31nvme: make nvme_tls_attrs_group staticKeith Busch-1/+1
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig-8/+11
2025-01-28nvmet: add a missing endianess conversion in nvmet_execute_admin_connectChristoph Hellwig-1/+1
2025-01-28nvmet: the result field in nvmet_alloc_ctrl_args is little endianChristoph Hellwig-1/+1
2025-01-24nvmet: fix a memory leak in controller identifySagi Grimberg-0/+1
2025-01-23nvme-fc: do not ignore connectivity loss during connectingDaniel Wagner-5/+18
2025-01-23nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner-1/+7
2025-01-23nvme-fc: go straight to connecting state when initializingDaniel Wagner-2/+1
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds-8/+13
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds-206/+3542
2025-01-17block: Add common atomic writes enable flagJohn Garry-0/+1
2025-01-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber-0/+1
2025-01-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber-1/+2
2025-01-17nvme-pci: remove redundant dma frees in hmbFrancis Pravin-8/+0
2025-01-14nvmet: fix rw control endian accessKeith Busch-1/+1
2025-01-13nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe-1/+1
2025-01-13Merge tag 'nvme-6.14-2025-01-12' of git://git.infradead.org/nvme into for-6.1...Jens Axboe-186/+3523
2025-01-12nvme-pci: use correct size to free the hmb bufferFrancis Pravin-2/+2
2025-01-12nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura-4/+22
2025-01-12nvme-pci: fix comment typoBaruch Siach-1/+1
2025-01-10nvmet: New NVMe PCI endpoint function target driverDamien Le Moal-0/+2604
2025-01-10nvmet: Implement arbitration feature supportDamien Le Moal-2/+56
2025-01-10nvmet: Implement interrupt config feature supportDamien Le Moal-2/+57
2025-01-10nvmet: Implement interrupt coalescing feature supportDamien Le Moal-2/+61
2025-01-10nvmet: Implement host identifier set feature supportDamien Le Moal-4/+31
2025-01-10nvmet: Introduce get/set_feature controller operationsDamien Le Moal-0/+4
2025-01-10nvmet: Do not require SGL for PCI target controller commandsDamien Le Moal-6/+26
2025-01-10nvmet: Add support for I/O queue management admin commandsDamien Le Moal-3/+170
2025-01-10nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()Damien Le Moal-0/+89
2025-01-10nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal-2/+135
2025-01-10nvmet: Improve nvmet_alloc_ctrl() interface and implementationDamien Le Moal-65/+94
2025-01-10nvme: Add PCI transport typeDamien Le Moal-0/+12
2025-01-10nvmet: Add drvdata field to struct nvmet_ctrlDamien Le Moal-0/+2