summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
9 daysblock: 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-03-13partitions: mac: fix handling of bogus partition tableJann Horn1-3/+15
2025-03-13blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu1-0/+1
2025-03-13partitions: ldm: remove the initial kernel-doc notationRandy Dunlap1-1/+1
2025-02-01block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig1-8/+5
2024-12-19blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-12-14block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2-0/+19
2024-11-08block, bfq: fix procress reference leakage for bfqq in merge chainYu Kuai1-17/+16
2024-10-22blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval1-1/+1
2024-10-17blk_iocost: fix more out of bound shiftsKonstantin Ovsepian1-3/+5
2024-10-17block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman1-3/+5
2024-10-17block: print symbolic error name instead of error codeChristian Heusel1-2/+2
2024-10-17block, bfq: don't break merge chain in bfq_split_bfqq()Yu Kuai1-1/+1
2024-10-17block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()Yu Kuai1-2/+6
2024-10-17block, bfq: fix possible UAF for bfqq->bic with merge chainYu Kuai1-1/+2
2024-09-12block: initialize integrity buffer to zero before writing it to mediaChristoph Hellwig1-1/+10
2024-09-12block: remove the blk_flush_integrity call in blk_integrity_unregisterChristoph Hellwig1-2/+0
2024-07-05block/ioctl: prefer different overflow checkJustin Stitt1-1/+1
2024-05-17blk-iocost: avoid out of bounds shiftRik van Riel1-3/+4
2024-04-13block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov1-1/+1
2024-04-13block: add check that partition length needs to be aligned with block sizeMin Li1-4/+7
2024-04-13block: Clear zone limits for a non-zoned stacked queueDamien Le Moal1-0/+4
2024-04-13block: introduce zone_write_granularity limitDamien Le Moal2-1/+44
2024-03-26block: add a new set_read_only methodChristoph Hellwig1-0/+5
2024-03-26block: 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