summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-01-02block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei
2025-01-02blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei
2025-01-02blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei
2024-12-19blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor
2024-12-19blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo
2024-12-09block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai
2024-12-09blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche
2024-12-09block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song
2024-12-09block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song
2024-12-09block: fix missing dispatching request when queue is started or unquiescedMuchun Song
2024-12-09block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig
2024-11-17block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane2415
2024-11-08block: fix sanity checks in blk_rq_map_user_bvecXinyu Zhang
2024-10-22blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval
2024-10-10blk_iocost: fix more out of bound shiftsKonstantin Ovsepian
2024-10-04block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman
2024-10-04block: print symbolic error name instead of error codeChristian Heusel
2024-10-04block, bfq: fix procress reference leakage for bfqq in merge chainYu Kuai
2024-10-04block, bfq: fix uaf for accessing waker_bfqq after splittingYu Kuai
2024-10-04block, bfq: don't break merge chain in bfq_split_bfqq()Yu Kuai
2024-10-04block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()Yu Kuai
2024-10-04block, bfq: fix possible UAF for bfqq->bic with merge chainYu Kuai
2024-09-30block: Fix where bio IO priority gets setHongyu Jin
2024-09-08block: remove the blk_flush_integrity call in blk_integrity_unregisterChristoph Hellwig
2024-08-29block: Fix lockdep warning in blk_mq_mark_tag_waitLi Lingfeng
2024-08-03block: fix deadlock between sd_remove & sd_releaseYang Yang
2024-08-03block/mq-deadline: Fix the tag reservation codeBart Van Assche
2024-08-03block: Call .limit_depth() after .hctx has been setBart Van Assche
2024-08-03block: initialize integrity buffer to zero before writing it to mediaChristoph Hellwig
2024-06-27block/ioctl: prefer different overflow checkJustin Stitt
2024-06-21block: fix request.queuelist usage in flushChengming Zhou
2024-06-21block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()Su Hui
2024-06-12blk-cgroup: Properly propagate the iostat update up the hierarchyWaiman Long
2024-06-12blk-cgroup: fix list corruption from reorder of WRITE ->lqueuedMing Lei
2024-06-12blk-cgroup: fix list corruption from resetting io statMing Lei
2024-06-12block: support to account io_ticks preciselyYu Kuai
2024-06-12block: fix and simplify blkdevparts= cmdline parsingINAGAKI Hiroshi
2024-06-12block: refine the EOF check in blkdev_iomap_beginChristoph Hellwig
2024-05-25block: add a partscan sysfs attribute for disksChristoph Hellwig
2024-05-25block: add a disk_has_partscan helperChristoph Hellwig
2024-05-17blk-iocost: do not WARN if iocg was already offlinedLi Nan
2024-05-17blk-iocost: avoid out of bounds shiftRik van Riel
2024-05-17block: fix overflow in blk_ioctl_discard()Li Nan
2024-04-17block: fix q->blkg_list corruption during disk rebindMing Lei
2024-04-13block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov
2024-04-03block: Do not force full zone append completion in req_bio_endio()Damien Le Moal
2024-04-03Revert "block/mq-deadline: use correct way to throttling write requests"Bart Van Assche
2024-04-03block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby
2024-04-03block: Clear zone limits for a non-zoned stacked queueDamien Le Moal
2024-03-26block: Provide bdev_open_* functionsJan Kara