summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-03-22block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei1-1/+1
2025-03-13block: fix conversion of GPT partition name to 7-bitOlivier Gayot1-1/+1
2025-02-21partitions: mac: fix handling of bogus partition tableJann Horn1-3/+15
2025-02-17block: don't revert iter for -EIOCBQUEUEDJens Axboe1-2/+3
2025-02-17blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu1-0/+1
2025-02-08partitions: ldm: remove the initial kernel-doc notationRandy Dunlap1-1/+1
2025-02-08block: retry call probe after request_module in blk_request_moduleYang Erkun1-5/+17
2025-02-01block: fix integer overflow in BLKSECDISCARDAlexey Dobriyan1-4/+5
2025-01-23block: fix uaf for flush rq while iterating tagsYu Kuai2-10/+5
2025-01-17block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai1-2/+10
2025-01-02block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei1-1/+10
2025-01-02blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei1-11/+92
2025-01-02blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei1-8/+7
2024-12-19blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-12-19blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo1-1/+5
2024-12-09block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai1-13/+24
2024-12-09blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche1-1/+2
2024-12-09block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2-0/+19
2024-12-09block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song1-13/+34
2024-12-09block: fix missing dispatching request when queue is started or unquiescedMuchun Song1-0/+2
2024-12-09block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig1-1/+9
2024-11-17block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24151-2/+2
2024-11-08block: fix sanity checks in blk_rq_map_user_bvecXinyu Zhang1-3/+1
2024-10-22blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval1-1/+1
2024-10-10blk_iocost: fix more out of bound shiftsKonstantin Ovsepian1-3/+5
2024-10-04block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman1-3/+5
2024-10-04block: print symbolic error name instead of error codeChristian Heusel1-2/+2
2024-10-04block, bfq: fix procress reference leakage for bfqq in merge chainYu Kuai1-20/+17
2024-10-04block, bfq: fix uaf for accessing waker_bfqq after splittingYu Kuai1-3/+28
2024-10-04block, bfq: don't break merge chain in bfq_split_bfqq()Yu Kuai1-1/+1
2024-10-04block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()Yu Kuai1-2/+6
2024-10-04block, bfq: fix possible UAF for bfqq->bic with merge chainYu Kuai1-1/+2
2024-09-30block: Fix where bio IO priority gets setHongyu Jin2-10/+10
2024-09-08block: remove the blk_flush_integrity call in blk_integrity_unregisterChristoph Hellwig1-2/+0
2024-08-29block: Fix lockdep warning in blk_mq_mark_tag_waitLi Lingfeng1-2/+3
2024-08-03block: fix deadlock between sd_remove & sd_releaseYang Yang1-1/+1
2024-08-03block/mq-deadline: Fix the tag reservation codeBart Van Assche1-3/+17
2024-08-03block: Call .limit_depth() after .hctx has been setBart Van Assche1-6/+6
2024-08-03block: initialize integrity buffer to zero before writing it to mediaChristoph Hellwig1-1/+10
2024-06-27block/ioctl: prefer different overflow checkJustin Stitt1-1/+1
2024-06-21block: fix request.queuelist usage in flushChengming Zhou1-1/+2
2024-06-21block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()Su Hui1-1/+1
2024-06-12blk-cgroup: Properly propagate the iostat update up the hierarchyWaiman Long1-1/+18
2024-06-12blk-cgroup: fix list corruption from reorder of WRITE ->lqueuedMing Lei1-0/+10
2024-06-12blk-cgroup: fix list corruption from resetting io statMing Lei1-23/+35
2024-06-12block: support to account io_ticks preciselyYu Kuai5-5/+13
2024-06-12block: fix and simplify blkdevparts= cmdline parsingINAGAKI Hiroshi1-37/+12
2024-06-12block: refine the EOF check in blkdev_iomap_beginChristoph Hellwig1-1/+1
2024-05-25block: add a partscan sysfs attribute for disksChristoph Hellwig1-0/+8
2024-05-25block: add a disk_has_partscan helperChristoph Hellwig2-9/+3