summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-10usb-storage: fix queue freeze vs limits lock orderChristoph Hellwig1-4/+1
2025-01-10nbd: fix queue freeze vs limits lock orderChristoph Hellwig1-15/+2
2025-01-10nvme: fix queue freeze vs limits lock orderChristoph Hellwig1-4/+5
2025-01-10block: fix queue freeze vs limits lock order in sysfs store methodsChristoph Hellwig1-8/+10
2025-01-10block: add a store_limit operations for sysfs entriesChristoph Hellwig1-67/+61
2025-01-10block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig4-26/+22
2025-01-10block: check BLK_FEAT_POLL under q_usage_countChristoph Hellwig2-12/+22
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig7-28/+35
2025-01-10block: fix docs for freezing of queue limits updatesChristoph Hellwig2-3/+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
2024-12-23null_blk: Remove accesses to page->indexMatthew Wilcox (Oracle)1-6/+6
2024-12-23block: rnull: Initialize the module in placeBenoît du Garreau1-12/+18
2024-12-23blktrace: remove redundant return at end of functionColin Ian King1-2/+0
2024-12-23block: Delete bio_set_prio()John Garry5-8/+6
2024-12-23block: Delete bio_prio()John Garry3-6/+5
2024-12-23blktrace: move copy_[to|from]_user() out of ->debugfs_lockMing Lei1-17/+9
2024-12-23blktrace: don't centralize grabbing q->debugfs_mutex in blk_trace_ioctlMing Lei1-7/+5
2024-12-23null_blk: Add rotational feature supportDamien Le Moal2-1/+13
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei4-13/+17
2024-12-23block: don't verify queue freeze manually in elevator_init_mq()Ming Lei1-5/+2
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei5-12/+24
2024-12-23block: remove unnecessary check in blk_unfreeze_check_owner()Ming Lei1-2/+0