summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-03-27block: add a new set_read_only methodChristoph Hellwig1-0/+5
2024-03-27block: sed-opal: handle empty atoms when parsing responseGreg Joyce2-1/+6
2024-02-23blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-23blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-02-23block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig1-1/+1
2024-02-23block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)1-4/+3
2023-12-20blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei1-0/+2
2023-10-10block: fix use-after-free of q->q_usage_counterMing Lei2-2/+2
2023-07-27block/partition: fix signedness issue for Amiga partitionsMichael Schmitz1-1/+1
2023-07-27block: add overflow checks for Amiga partition supportMichael Schmitz1-18/+85
2023-07-27block: fix signed int overflow in Amiga partition supportMichael Schmitz1-4/+5
2023-07-27blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan1-3/+4
2023-06-14block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)1-0/+2
2023-06-14blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann1-3/+5
2023-05-17blk-crypto: make blk_crypto_evict_key() more robustEric Biggers2-30/+42
2023-05-17blk-crypto: make blk_crypto_evict_key() return voidEric Biggers1-12/+10
2023-05-17blk-mq: release crypto keyslot before reporting I/O completeEric Biggers5-17/+43
2023-03-17block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai2-2/+4
2023-03-17block, bfq: replace 0/1 with false/true in bic apisYu Kuai2-6/+6
2023-03-17block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown1-1/+1
2023-03-17block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai1-1/+1
2023-03-17block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai1-1/+6
2023-03-11blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan1-3/+8
2023-03-11block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen1-0/+1
2023-03-11blk-mq: correct stale comment of .get_budgetKemeng Shi1-2/+2
2023-03-11blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi1-2/+1
2023-03-11blk-mq: avoid sleep in blk_mq_alloc_request_hctxKemeng Shi1-1/+2
2023-02-06blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai1-0/+4
2023-02-01block: fix and cleanup bio_check_roChristoph Hellwig1-3/+1
2023-01-14blk-mq: fix possible memleak when register 'hctx' failedYe Bin1-2/+9
2022-12-08block: unhash blkdev part inode when the part is deletedMing Lei1-0/+7
2022-12-02block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai1-0/+4
2022-11-25block: sed-opal: kmalloc the cmd/resp buffersSerge Semin1-4/+28
2022-11-10block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai1-1/+3
2022-10-30blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai1-2/+1
2022-10-30blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai1-5/+4
2022-10-30block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen1-1/+0
2022-10-26blk-throttle: prevent overflow while calculating wait timeYu Kuai1-5/+3
2022-10-26block: fix inflight statistics of part0Jeffle Xu1-1/+2
2022-08-31blk-mq: fix io hung due to missing commit_rqsYu Kuai1-2/+3
2022-08-21block: remove the request_queue to argument request based tracepointsChristoph Hellwig3-6/+6
2022-08-21blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei1-0/+3
2022-08-21block: fix infinite loop for invalid zone appendKeith Busch1-3/+0
2022-06-22block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche1-0/+2
2022-06-09block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara1-6/+2
2022-06-09bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara1-3/+12
2022-06-09bfq: Get rid of __bio_blkcg() usageJan Kara3-51/+25
2022-06-09bfq: Remove pointless bfq_init_rq() callsJan Kara1-6/+6
2022-06-09bfq: Drop pointless unlock-lock pairJan Kara1-3/+0
2022-06-09bfq: Avoid merging queues with different parentsJan Kara1-0/+8