summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-05-22scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski
2025-04-25blk-iocost: do not WARN if iocg was already offlinedLi Nan
2025-04-25blk-cgroup: support to track if policy is onlineYu Kuai
2025-03-28block, bfq: fix re-introduced UAF in bic_set_bfqq()Acs, Jakub
2025-03-28block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei
2025-03-13block: fix conversion of GPT partition name to 7-bitOlivier Gayot
2025-03-07block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai
2025-03-07block, bfq: split sync bfq_queues on a per-actuator basisPaolo Valente
2025-02-21partitions: mac: fix handling of bogus partition tableJann Horn
2025-02-21block: don't revert iter for -EIOCBQUEUEDJens Axboe
2025-02-21blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu
2025-02-21partitions: ldm: remove the initial kernel-doc notationRandy Dunlap
2025-02-21block: retry call probe after request_module in blk_request_moduleYang Erkun
2025-02-01block: fix integer overflow in BLKSECDISCARDAlexey Dobriyan
2025-01-23block: fix uaf for flush rq while iterating tagsYu Kuai
2025-01-17block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai
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-14block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song
2024-12-14block: 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-11-01block, bfq: fix procress reference leakage for bfqq in merge chainYu Kuai
2024-10-22blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval
2024-10-17block, bfq: fix uaf for accessing waker_bfqq after splittingYu Kuai
2024-10-17blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh
2024-10-17blk-integrity: convert to struct device_attributeThomas Weißschuh
2024-10-17blk-integrity: use sysfs_emitThomas Weißschuh
2024-10-17blk_iocost: fix more out of bound shiftsKonstantin Ovsepian
2024-10-17block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman
2024-10-17block: print symbolic error name instead of error codeChristian Heusel
2024-10-17block, bfq: don't break merge chain in bfq_split_bfqq()Yu Kuai
2024-10-17block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()Yu Kuai
2024-10-17block, 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-14block/mq-deadline: Fix the tag reservation codeBart Van Assche
2024-08-14block: 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-08-03block: cleanup bio_integrity_prepJinyoung Choi
2024-08-03block: refactor to use helperNitesh Shetty
2024-06-27block/ioctl: prefer different overflow checkJustin Stitt
2024-06-12block: support to account io_ticks preciselyYu Kuai
2024-06-12block: open code __blk_account_io_done()Chaitanya Kulkarni
2024-06-12block: open code __blk_account_io_start()Chaitanya Kulkarni
2024-05-17blk-iocost: avoid out of bounds shiftRik van Riel
2024-05-17block: fix overflow in blk_ioctl_discard()Li Nan
2024-04-13block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov