aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2025-03-20nvmet-tcp: support secure channel concatenationHannes Reinecke6-13/+199
2025-03-20nvmet: Add 'sq' argument to alloc_ctrl_argsHannes Reinecke5-9/+14
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke1-1/+0
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-1/+1
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-02-27nvmet-tcp: Fix a possible sporadic response drops in weakly ordered archMeir Elisha1-4/+11
2025-02-27nvmet: remove old function prototypeMaurizio Lombardi1-1/+0
2025-02-18nvmet: Use enum definitions instead of hardcoded valuesDamien Le Moal1-7/+7
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-03Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14Jens Axboe4-3/+4
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-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds13-130/+3443
2025-01-14nvmet: fix rw control endian accessKeith Busch1-1/+1
2025-01-10nvmet: New NVMe PCI endpoint function target driverDamien Le Moal3-0/+2604
2025-01-10nvmet: Implement arbitration feature supportDamien Le Moal2-2/+56
2025-01-10nvmet: Implement interrupt config feature supportDamien Le Moal2-2/+57
2025-01-10nvmet: Implement interrupt coalescing feature supportDamien Le Moal2-2/+61
2025-01-10nvmet: Implement host identifier set feature supportDamien Le Moal1-4/+31
2025-01-10nvmet: Introduce get/set_feature controller operationsDamien Le Moal1-0/+4
2025-01-10nvmet: Do not require SGL for PCI target controller commandsDamien Le Moal2-6/+26
2025-01-10nvmet: Add support for I/O queue management admin commandsDamien Le Moal2-3/+170
2025-01-10nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()Damien Le Moal2-0/+89
2025-01-10nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal6-2/+135
2025-01-10nvmet: Improve nvmet_alloc_ctrl() interface and implementationDamien Le Moal3-65/+94
2025-01-10nvme: Add PCI transport typeDamien Le Moal3-0/+12
2025-01-10nvmet: Add drvdata field to struct nvmet_ctrlDamien Le Moal1-0/+2
2025-01-10nvmet: Introduce nvmet_get_cmd_effects_admin()Damien Le Moal1-1/+6
2025-01-10nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpersDamien Le Moal2-35/+36
2025-01-10nvmet: Add vendor_id and subsys_vendor_id subsystem attributesDamien Le Moal3-3/+49
2025-01-07nvmet: handle rw's limited retry flagGuixin Liu1-0/+3
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig2-9/+12
2024-12-27nvmet-loop: avoid using mutex in IO hotpathNilay Shroff5-65/+79
2024-12-27nvmet: propagate npwg topologyLuis Chamberlain1-1/+1
2024-12-27nvmet: Don't overflow subsysnqnLeo Stone1-2/+9
2024-12-05Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13Jens Axboe2-4/+8
2024-12-04nvmet: replace kmalloc + memset with kzalloc for data allocationYu-Chun Lin1-2/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-02nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()Nilay Shroff1-2/+7
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds9-26/+1714
2024-11-18nvme: define the remaining used sgls constantsKeith Busch1-3/+4
2024-11-13Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe8-18/+1701
2024-11-13nvmet: add tracing of reservation commandsGuixin Liu1-0/+108