| Age | Commit message (Expand) | Author |
| 2024-11-08 | block, bfq: fix procress reference leakage for bfqq in merge chain | Yu Kuai |
| 2024-10-22 | blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race | Omar Sandoval |
| 2024-10-17 | blk_iocost: fix more out of bound shifts | Konstantin Ovsepian |
| 2024-10-17 | block: fix potential invalid pointer dereference in blk_add_partition | Riyan Dhiman |
| 2024-10-17 | block: print symbolic error name instead of error code | Christian Heusel |
| 2024-10-17 | block, bfq: don't break merge chain in bfq_split_bfqq() | Yu Kuai |
| 2024-10-17 | block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator() | Yu Kuai |
| 2024-10-17 | block, bfq: fix possible UAF for bfqq->bic with merge chain | Yu Kuai |
| 2024-09-12 | block: initialize integrity buffer to zero before writing it to media | Christoph Hellwig |
| 2024-09-12 | block: remove the blk_flush_integrity call in blk_integrity_unregister | Christoph Hellwig |
| 2024-07-05 | block/ioctl: prefer different overflow check | Justin Stitt |
| 2024-05-17 | blk-iocost: avoid out of bounds shift | Rik van Riel |
| 2024-04-13 | block: prevent division by zero in blk_rq_stat_sum() | Roman Smirnov |
| 2024-04-13 | block: add check that partition length needs to be aligned with block size | Min Li |
| 2024-04-13 | block: Clear zone limits for a non-zoned stacked queue | Damien Le Moal |
| 2024-04-13 | block: introduce zone_write_granularity limit | Damien Le Moal |
| 2024-03-26 | block: add a new set_read_only method | Christoph Hellwig |
| 2024-03-26 | block: sed-opal: handle empty atoms when parsing response | Greg Joyce |
| 2024-02-23 | blk-iocost: Fix an UBSAN shift-out-of-bounds warning | Tejun Heo |
| 2024-02-23 | blk-mq: fix IO hang from sbitmap wakeup race | Ming Lei |
| 2024-02-23 | block: prevent an integer overflow in bvec_try_merge_hw_page | Christoph Hellwig |
| 2024-02-23 | block: Remove special-casing of compound pages | Matthew Wilcox (Oracle) |
| 2023-12-20 | blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!" | Ming Lei |
| 2023-10-10 | block: fix use-after-free of q->q_usage_counter | Ming Lei |
| 2023-07-27 | block/partition: fix signedness issue for Amiga partitions | Michael Schmitz |
| 2023-07-27 | block: add overflow checks for Amiga partition support | Michael Schmitz |
| 2023-07-27 | block: fix signed int overflow in Amiga partition support | Michael Schmitz |
| 2023-07-27 | blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost | Li Nan |
| 2023-06-14 | block/blk-iocost (gcc13): keep large values in a new enum | Jiri Slaby (SUSE) |
| 2023-06-14 | blk-iocost: avoid 64-bit division in ioc_timer_fn | Arnd Bergmann |
| 2023-05-17 | blk-crypto: make blk_crypto_evict_key() more robust | Eric Biggers |
| 2023-05-17 | blk-crypto: make blk_crypto_evict_key() return void | Eric Biggers |
| 2023-05-17 | blk-mq: release crypto keyslot before reporting I/O complete | Eric Biggers |
| 2023-03-17 | block, bfq: fix uaf for bfqq in bic_set_bfqq() | Yu Kuai |
| 2023-03-17 | block, bfq: replace 0/1 with false/true in bic apis | Yu Kuai |
| 2023-03-17 | block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC" | NeilBrown |
| 2023-03-17 | block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq | Yu Kuai |
| 2023-03-17 | block, bfq: fix possible uaf for 'bfqq->bic' | Yu Kuai |
| 2023-03-11 | blk-iocost: fix divide by 0 error in calc_lcoefs() | Li Nan |
| 2023-03-11 | block: bio-integrity: Copy flags when bio_integrity_payload is cloned | Martin K. Petersen |
| 2023-03-11 | blk-mq: correct stale comment of .get_budget | Kemeng Shi |
| 2023-03-11 | blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx | Kemeng Shi |
| 2023-03-11 | blk-mq: avoid sleep in blk_mq_alloc_request_hctx | Kemeng Shi |
| 2023-02-06 | blk-cgroup: fix missing pd_online_fn() while activating policy | Yu Kuai |
| 2023-02-01 | block: fix and cleanup bio_check_ro | Christoph Hellwig |
| 2023-01-14 | blk-mq: fix possible memleak when register 'hctx' failed | Ye Bin |
| 2022-12-08 | block: unhash blkdev part inode when the part is deleted | Ming Lei |
| 2022-12-02 | block, bfq: fix null pointer dereference in bfq_bio_bfqg() | Yu Kuai |
| 2022-11-25 | block: sed-opal: kmalloc the cmd/resp buffers | Serge Semin |
| 2022-11-10 | block, bfq: protect 'bfqd->queued' by 'bfqd->lock' | Yu Kuai |