summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2025-01-13blk-cgroup: rwstat: fix kernel-doc warnings in header fileRandy Dunlap-2/+3
2025-01-13blk-cgroup: fix kernel-doc warnings in header fileRandy Dunlap-4/+6
2025-01-13block: mark GFP_NOIO around sysfs ->store()Ming Lei-0/+3
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-31/+44
2025-01-10block: fix queue freeze vs limits lock order in sysfs store methodsChristoph Hellwig-8/+10
2025-01-10block: add a store_limit operations for sysfs entriesChristoph Hellwig-67/+61
2025-01-10block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig-26/+22
2025-01-10block: check BLK_FEAT_POLL under q_usage_countChristoph Hellwig-12/+22
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig-9/+26
2025-01-10block: fix docs for freezing of queue limits updatesChristoph Hellwig-1/+2
2025-01-10blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu-0/+1
2025-01-09block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai-2/+10
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig-27/+8
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig-22/+1
2025-01-06block: remove blk_mq_init_bitmapsChristoph Hellwig-29/+12
2025-01-06block: better split mq vs non-mq code in add_disk_fwnodeChristoph Hellwig-13/+15
2025-01-06block: add a dma mapping iteratorChristoph Hellwig-107/+70
2025-01-04block: remove blk_rq_bio_prepChristoph Hellwig-5/+9
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig-199/+34
2025-01-03block: retry call probe after request_module in blk_request_moduleYang Erkun-5/+17
2025-01-02kyber: constify sysfs attributesThomas Weißschuh-1/+1
2025-01-02block, bfq: constify sysfs attributesThomas Weißschuh-1/+1
2025-01-02block: mq-deadline: Constify sysfs attributesThomas Weißschuh-1/+1
2025-01-02elevator: Enable const sysfs attributesThomas Weißschuh-5/+5
2024-12-23blk-zoned: Split queue_zone_wplugs_show()Bart Van Assche-20/+24
2024-12-23blk-zoned: Improve the queue reference count strategy documentationBart Van Assche-4/+2
2024-12-23blk-zoned: Document locking assumptionsBart Van Assche-0/+4
2024-12-23blk-zoned: Minimize #include directivesBart Van Assche-4/+0
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig-3/+1
2024-12-23blk-mq: remove unused queue mapping helpersDaniel Wagner-94/+0
2024-12-23blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner-0/+37
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei-12/+12
2024-12-23block: don't verify queue freeze manually in elevator_init_mq()Ming Lei-5/+2
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei-12/+22
2024-12-23block: remove unnecessary check in blk_unfreeze_check_owner()Ming Lei-2/+0
2024-12-23block: add support to pass user meta bufferKanchan Joshi-10/+85
2024-12-23block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flagsAnuj Gupta-0/+5
2024-12-23block: modify bio_integrity_map_user to accept iov_iter as argumentAnuj Gupta-8/+14
2024-12-23block: copy back bounce buffer to user-space correctly in case of splitChristoph Hellwig-7/+8
2024-12-23block: define set of integrity flags to be inherited by cloned bipAnuj Gupta-1/+1
2024-12-18block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei-1/+10
2024-12-18block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei-26/+23
2024-12-18block/bdev: use helper for max block size checkLuis Chamberlain-2/+1
2024-12-13block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff-23/+26
2024-12-13block: Fix queue_iostats_passthrough_show()Bart Van Assche-1/+1
2024-12-13blk-mq: Clean up blk_mq_requeue_work()Bart Van Assche-6/+4
2024-12-13mq-deadline: Remove a local variableBart Van Assche-4/+1
2024-12-12blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor-1/+8
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry-2/+2
2024-12-10block: get wp_offset by bdev_offset_from_zone_startLongPing Wei-1/+1