aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-8/+13
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds19-206/+3542
2025-01-17block: Add common atomic writes enable flagJohn Garry1-0/+1
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.14/blockJens Axboe15-186/+3523
2025-01-12nvme-pci: use correct size to free the hmb bufferFrancis Pravin1-2/+2
2025-01-12nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura1-4/+22
2025-01-12nvme-pci: fix comment typoBaruch Siach1-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-10nvme: Move opcode string helper functions declarationsDamien Le Moal1-39/+0
2025-01-10nvme: change return type of nvme_poll_cq() to boolYongsoo Joo1-4/+4
2025-01-10nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura1-2/+6
2025-01-10nvme-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-07nvmet: handle rw's limited retry flagGuixin Liu1-0/+3
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig2-2/+0
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig2-9/+12
2024-12-31Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13Jens Axboe9-81/+108
2024-12-27nvme-tcp: remove nvme_tcp_destroy_io_queues()Chunguang.xu1-11/+7
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-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-11nvme-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 Axboe6-30/+22
2024-12-04nvme-tcp: simplify nvme_tcp_teardown_io_queues()Chunguang.xu1-10/+4
2024-12-04nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()Chunguang.xu1-1/+0
2024-12-04nvme-rdma: unquiesce admin_q before destroy itChunguang.xu1-7/+1
2024-12-04nvme-tcp: fix the memleak while create new ctrl failedChunguang.xu1-1/+1
2024-12-04nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundaryChristoph Hellwig1-1/+2
2024-12-04nvmet: replace kmalloc + memset with kzalloc for data allocationYu-Chun Lin1-2/+1