summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov2024-04-131-1/+1
* block: add check that partition length needs to be aligned with block sizeMin Li2024-04-131-4/+7
* block: Clear zone limits for a non-zoned stacked queueDamien Le Moal2024-04-131-0/+4
* block: introduce zone_write_granularity limitDamien Le Moal2024-04-132-1/+44
* block: add a new set_read_only methodChristoph Hellwig2024-03-261-0/+5
* block: sed-opal: handle empty atoms when parsing responseGreg Joyce2024-03-262-1/+6
* blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo2024-02-231-0/+7
* blk-mq: fix IO hang from sbitmap wakeup raceMing Lei2024-02-231-0/+16
* block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig2024-02-231-1/+1
* block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)2024-02-231-4/+3
* blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei2023-12-201-0/+2
* block: fix use-after-free of q->q_usage_counterMing Lei2023-10-102-2/+2
* block/partition: fix signedness issue for Amiga partitionsMichael Schmitz2023-07-271-1/+1
* block: add overflow checks for Amiga partition supportMichael Schmitz2023-07-271-18/+85
* block: fix signed int overflow in Amiga partition supportMichael Schmitz2023-07-271-4/+5
* blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan2023-07-271-3/+4
* block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)2023-06-141-0/+2
* blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann2023-06-141-3/+5
* blk-crypto: make blk_crypto_evict_key() more robustEric Biggers2023-05-172-30/+42
* blk-crypto: make blk_crypto_evict_key() return voidEric Biggers2023-05-171-12/+10
* blk-mq: release crypto keyslot before reporting I/O completeEric Biggers2023-05-175-17/+43
* block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai2023-03-172-2/+4
* block, bfq: replace 0/1 with false/true in bic apisYu Kuai2023-03-172-6/+6
* block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown2023-03-171-1/+1
* block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai2023-03-171-1/+1
* block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai2023-03-171-1/+6
* blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan2023-03-111-3/+8
* block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen2023-03-111-0/+1
* blk-mq: correct stale comment of .get_budgetKemeng Shi2023-03-111-2/+2
* blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi2023-03-111-2/+1
* blk-mq: avoid sleep in blk_mq_alloc_request_hctxKemeng Shi2023-03-111-1/+2
* blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai2023-02-061-0/+4
* block: fix and cleanup bio_check_roChristoph Hellwig2023-02-011-3/+1
* blk-mq: fix possible memleak when register 'hctx' failedYe Bin2023-01-141-2/+9
* block: unhash blkdev part inode when the part is deletedMing Lei2022-12-081-0/+7
* block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai2022-12-021-0/+4
* block: sed-opal: kmalloc the cmd/resp buffersSerge Semin2022-11-251-4/+28
* block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai2022-11-101-1/+3
* blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai2022-10-301-2/+1
* blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai2022-10-301-5/+4
* block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen2022-10-301-1/+0
* blk-throttle: prevent overflow while calculating wait timeYu Kuai2022-10-261-5/+3
* block: fix inflight statistics of part0Jeffle Xu2022-10-261-1/+2
* blk-mq: fix io hung due to missing commit_rqsYu Kuai2022-08-311-2/+3
* block: remove the request_queue to argument request based tracepointsChristoph Hellwig2022-08-213-6/+6
* blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei2022-08-211-0/+3
* block: fix infinite loop for invalid zone appendKeith Busch2022-08-211-3/+0
* block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche2022-06-221-0/+2
* block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara2022-06-091-6/+2
* bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara2022-06-091-3/+12