summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig3-9/+26
2025-01-10block: fix docs for freezing of queue limits updatesChristoph Hellwig1-1/+2
2025-01-10blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu1-0/+1
2025-01-09block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai1-2/+10
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig4-27/+8
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig3-22/+1
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-04block: remove blk_rq_bio_prepChristoph Hellwig2-5/+9
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig3-199/+34
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-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig2-3/+1
2024-12-23blk-mq: remove unused queue mapping helpersDaniel Wagner3-94/+0
2024-12-23blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner1-0/+37
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei3-12/+12
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 Lei4-12/+22
2024-12-23block: remove unnecessary check in blk_unfreeze_check_owner()Ming Lei1-2/+0
2024-12-23block: add support to pass user meta bufferKanchan Joshi2-10/+85
2024-12-23block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flagsAnuj Gupta1-0/+5
2024-12-23block: modify bio_integrity_map_user to accept iov_iter as argumentAnuj Gupta2-8/+14
2024-12-23block: copy back bounce buffer to user-space correctly in case of splitChristoph Hellwig1-7/+8
2024-12-23block: define set of integrity flags to be inherited by cloned bipAnuj Gupta1-1/+1
2024-12-18block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei1-1/+10
2024-12-18block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei3-26/+23
2024-12-18block/bdev: use helper for max block size checkLuis Chamberlain1-2/+1
2024-12-13block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff3-23/+26
2024-12-13block: Fix queue_iostats_passthrough_show()Bart Van Assche1-1/+1
2024-12-13blk-mq: Clean up blk_mq_requeue_work()Bart Van Assche1-6/+4
2024-12-13mq-deadline: Remove a local variableBart Van Assche1-4/+1
2024-12-12blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry2-2/+2
2024-12-10block: get wp_offset by bdev_offset_from_zone_startLongPing Wei1-1/+1
2024-12-10blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo1-1/+5
2024-12-10block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal1-247/+61
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal1-23/+118
2024-12-10block: Ignore REQ_NOWAIT for zone reset and zone finish operationsDamien Le Moal1-0/+9
2024-12-10block: Use a zone write plug BIO work for REQ_NOWAIT BIOsDamien Le Moal1-20/+42
2024-12-06blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei1-11/+92
2024-12-06blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei1-8/+7
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds10-77/+204