summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
8 daysblk-mq: setup queue ->tag_set before initializing hctxMing Lei
8 daysblk-mq: add helper for checking if one CPU is mapped to specified hctxMing Lei
8 daysblk-mq: skip CPU offline notify on unmapped hctxCong Zhang
8 daysblk-mq: don't schedule block kworker on isolated CPUsMing Lei
8 daysblock: rate-limit capacity change info logLi Chen
8 daysblock: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella
8 daysblk-mq: Abort suspend when wakeup events are pendingCong Zhang
2025-11-24blk-cgroup: fix possible deadlock while configuring policyYu Kuai
2025-10-23block: fix race between set_blocksize and read pathsDarrick J. Wong
2025-10-19blk-crypto: fix missing blktrace bio split eventsYu Kuai
2025-10-15block: use int to store blk_stack_limits() return valueQianfeng Rong
2025-10-15blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctxLi Nan
2025-08-28block: reject invalid operation in submit_bio_noacctChristoph Hellwig
2025-08-28block: avoid possible overflow for chunk_sectors check in blk_stack_limits()John Garry
2025-07-24block: fix kobject leak in blk_unregister_queueMing Lei
2025-05-22scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski
2025-04-25block: fix resource leak in blk_register_queue() error pathZheng Qixing
2025-03-22block: 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-02-21partitions: mac: fix handling of bogus partition tableJann Horn
2025-02-17block: don't revert iter for -EIOCBQUEUEDJens Axboe
2025-02-17blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu
2025-02-08partitions: ldm: remove the initial kernel-doc notationRandy Dunlap
2025-02-08block: 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-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