summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-11nvmet: New NVMe PCI endpoint function target driverDamien Le Moal3-0/+2604
2025-01-11nvmet: Implement arbitration feature supportDamien Le Moal2-2/+56
2025-01-11nvmet: Implement interrupt config feature supportDamien Le Moal2-2/+57
2025-01-11nvmet: Implement interrupt coalescing feature supportDamien Le Moal2-2/+61
2025-01-11nvmet: Implement host identifier set feature supportDamien Le Moal2-4/+32
2025-01-11nvmet: Introduce get/set_feature controller operationsDamien Le Moal1-0/+4
2025-01-11nvmet: Do not require SGL for PCI target controller commandsDamien Le Moal2-6/+26
2025-01-11nvmet: Add support for I/O queue management admin commandsDamien Le Moal2-3/+170
2025-01-11nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()Damien Le Moal2-0/+89
2025-01-11nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal6-2/+135
2025-01-11nvmet: Improve nvmet_alloc_ctrl() interface and implementationDamien Le Moal3-65/+94
2025-01-11nvme: Add PCI transport typeDamien Le Moal4-0/+13
2025-01-11nvmet: Add drvdata field to struct nvmet_ctrlDamien Le Moal1-0/+2
2025-01-11nvmet: Introduce nvmet_get_cmd_effects_admin()Damien Le Moal1-1/+6
2025-01-11nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpersDamien Le Moal2-35/+36
2025-01-11nvmet: Add vendor_id and subsys_vendor_id subsystem attributesDamien Le Moal3-3/+49
2025-01-11nvme: Move opcode string helper functions declarationsDamien Le Moal2-39/+40
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-07nvmet: handle rw's limited retry flagGuixin Liu1-0/+3
2025-01-06nbd: don't allow reconnect after disconnectYu Kuai1-0/+1
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig14-55/+29
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig8-29/+3
2025-01-06block: remove blk_mq_init_bitmapsChristoph Hellwig2-29/+12
2025-01-06block: better split mq vs non-mq code in add_disk_fwnodeChristoph Hellwig1-13/+15
2025-01-06block: add a dma mapping iteratorChristoph Hellwig1-107/+70
2025-01-06block: use page_to_phys in bvec_physChristoph Hellwig1-6/+1
2025-01-05block: remove blk_rq_bio_prepChristoph Hellwig3-13/+9
2025-01-05block: remove bio_add_pc_pageChristoph Hellwig7-214/+48
2025-01-03ps3disk: Do not use dev->bounce_size before it is setGeert Uytterhoeven1-2/+2
2025-01-03block: retry call probe after request_module in blk_request_moduleYang Erkun1-5/+17
2025-01-02kyber: constify sysfs attributesThomas Weißschuh1-1/+1
2025-01-02block, bfq: constify sysfs attributesThomas Weißschuh1-1/+1
2025-01-02block: mq-deadline: Constify sysfs attributesThomas Weißschuh1-1/+1
2025-01-02elevator: Enable const sysfs attributesThomas Weißschuh2-5/+5
2024-12-23blk-zoned: Split queue_zone_wplugs_show()Bart Van Assche1-20/+24
2024-12-23blk-zoned: Improve the queue reference count strategy documentationBart Van Assche1-4/+2
2024-12-23blk-zoned: Document locking assumptionsBart Van Assche1-0/+4
2024-12-23blk-zoned: Minimize #include directivesBart Van Assche1-4/+0
2024-12-23rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg1-1/+1
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig34-43/+15
2024-12-23blk-mq: remove unused queue mapping helpersDaniel Wagner5-116/+0
2024-12-23virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queuesDaniel Wagner2-4/+3
2024-12-23nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner2-3/+1
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner12-21/+13
2024-12-23blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner2-0/+39
2024-12-23virtio: hookup irq_get_affinity callbackDaniel Wagner1-0/+19
2024-12-23PCI: hookup irq_get_affinity callbackDaniel Wagner1-0/+14
2024-12-23driver core: bus: add irq_get_affinity callback to bus_typeDaniel Wagner1-0/+3