summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-01-04block: remove blk_rq_bio_prepChristoph Hellwig
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig
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-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
2024-12-23blk-mq: remove unused queue mapping helpersDaniel Wagner
2024-12-23blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei
2024-12-23block: don't verify queue freeze manually in elevator_init_mq()Ming Lei
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei
2024-12-23block: remove unnecessary check in blk_unfreeze_check_owner()Ming Lei
2024-12-23block: add support to pass user meta bufferKanchan Joshi
2024-12-23block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flagsAnuj Gupta
2024-12-23block: modify bio_integrity_map_user to accept iov_iter as argumentAnuj Gupta
2024-12-23block: copy back bounce buffer to user-space correctly in case of splitChristoph Hellwig
2024-12-23block: define set of integrity flags to be inherited by cloned bipAnuj Gupta
2024-12-18block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei
2024-12-18block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei
2024-12-18block/bdev: use helper for max block size checkLuis Chamberlain
2024-12-13block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff
2024-12-13block: Fix queue_iostats_passthrough_show()Bart Van Assche
2024-12-13blk-mq: Clean up blk_mq_requeue_work()Bart Van Assche
2024-12-13mq-deadline: Remove a local variableBart Van Assche
2024-12-12blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry
2024-12-10block: get wp_offset by bdev_offset_from_zone_startLongPing Wei
2024-12-10blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo
2024-12-10block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal
2024-12-10block: Ignore REQ_NOWAIT for zone reset and zone finish operationsDamien Le Moal
2024-12-10block: Use a zone write plug BIO work for REQ_NOWAIT BIOsDamien Le Moal
2024-12-06blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei
2024-12-06blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-29block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai
2024-11-27block: Don't allow an atomic write be truncated in blkdev_write_iter()John Garry
2024-11-26mq-deadline: don't call req_get_ioprio from the I/O completion handlerChristoph Hellwig
2024-11-26block: Prevent potential deadlock in blk_revalidate_disk_zones()Damien Le Moal
2024-11-25block: Remove extra part pointer NULLify in blk_rq_init()John Garry
2024-11-19block: req->bio is always set in the merge codeChristoph Hellwig
2024-11-19block: don't bother checking the data direction for mergesChristoph Hellwig
2024-11-19block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactorSuraj Sonawane
2024-11-19Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"Zach Wade