summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-10nvmet: New NVMe PCI endpoint function target driverDamien Le Moal
2025-01-10nvmet: Implement arbitration feature supportDamien Le Moal
2025-01-10nvmet: Implement interrupt config feature supportDamien Le Moal
2025-01-10nvmet: Implement interrupt coalescing feature supportDamien Le Moal
2025-01-10nvmet: Implement host identifier set feature supportDamien Le Moal
2025-01-10nvmet: Introduce get/set_feature controller operationsDamien Le Moal
2025-01-10nvmet: Do not require SGL for PCI target controller commandsDamien Le Moal
2025-01-10nvmet: Add support for I/O queue management admin commandsDamien Le Moal
2025-01-10nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()Damien Le Moal
2025-01-10nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal
2025-01-10nvmet: Improve nvmet_alloc_ctrl() interface and implementationDamien Le Moal
2025-01-10nvme: Add PCI transport typeDamien Le Moal
2025-01-10nvmet: Add drvdata field to struct nvmet_ctrlDamien Le Moal
2025-01-10nvmet: Introduce nvmet_get_cmd_effects_admin()Damien Le Moal
2025-01-10nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpersDamien Le Moal
2025-01-10nvmet: Add vendor_id and subsys_vendor_id subsystem attributesDamien Le Moal
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-07nvmet: handle rw's limited retry flagGuixin Liu
2025-01-06nbd: don't allow reconnect after disconnectYu Kuai
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig
2025-01-06block: remove blk_mq_init_bitmapsChristoph Hellwig
2025-01-06block: better split mq vs non-mq code in add_disk_fwnodeChristoph Hellwig
2025-01-06block: add a dma mapping iteratorChristoph Hellwig
2025-01-06block: use page_to_phys in bvec_physChristoph Hellwig
2025-01-04block: remove blk_rq_bio_prepChristoph Hellwig
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig
2025-01-03ps3disk: Do not use dev->bounce_size before it is setGeert Uytterhoeven
2025-01-03block: retry call probe after request_module in blk_request_moduleYang Erkun
2025-01-02kyber: constify sysfs attributesThomas Weißschuh
2025-01-02block, bfq: constify sysfs attributesThomas Weißschuh
2025-01-02block: mq-deadline: Constify sysfs attributesThomas Weißschuh
2025-01-02elevator: Enable const sysfs attributesThomas Weißschuh
2024-12-23blk-zoned: Split queue_zone_wplugs_show()Bart Van Assche
2024-12-23blk-zoned: Improve the queue reference count strategy documentationBart Van Assche
2024-12-23blk-zoned: Document locking assumptionsBart Van Assche
2024-12-23blk-zoned: Minimize #include directivesBart Van Assche
2024-12-23rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
2024-12-23blk-mq: remove unused queue mapping helpersDaniel Wagner
2024-12-23virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queuesDaniel Wagner
2024-12-23nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner
2024-12-23blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner
2024-12-23virtio: hookup irq_get_affinity callbackDaniel Wagner
2024-12-23PCI: hookup irq_get_affinity callbackDaniel Wagner
2024-12-23driver core: bus: add irq_get_affinity callback to bus_typeDaniel Wagner