Age | Commit message (Expand) | Author | Files | Lines |
2025-03-28 | block, bfq: fix re-introduced UAF in bic_set_bfqq() | Acs, Jakub | 1 | -1/+1 |
2025-03-28 | block: fix 'kmem_cache of name 'bio-108' already exists' | Ming Lei | 1 | -1/+1 |
2025-03-13 | block: fix conversion of GPT partition name to 7-bit | Olivier Gayot | 1 | -1/+1 |
2025-03-07 | block, bfq: fix bfqq uaf in bfq_limit_depth() | Yu Kuai | 1 | -13/+24 |
2025-03-07 | block, bfq: split sync bfq_queues on a per-actuator basis | Paolo Valente | 3 | -110/+196 |
2025-02-21 | partitions: mac: fix handling of bogus partition table | Jann Horn | 1 | -3/+15 |
2025-02-21 | block: don't revert iter for -EIOCBQUEUED | Jens Axboe | 1 | -2/+3 |
2025-02-21 | blk-cgroup: Fix class @block_class's subsystem refcount leakage | Zijun Hu | 1 | -0/+1 |
2025-02-21 | partitions: ldm: remove the initial kernel-doc notation | Randy Dunlap | 1 | -1/+1 |
2025-02-21 | block: retry call probe after request_module in blk_request_module | Yang Erkun | 1 | -5/+17 |
2025-02-01 | block: fix integer overflow in BLKSECDISCARD | Alexey Dobriyan | 1 | -4/+5 |
2025-01-23 | block: fix uaf for flush rq while iterating tags | Yu Kuai | 2 | -10/+5 |
2025-01-17 | block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() | Yu Kuai | 1 | -2/+10 |
2025-01-02 | blk-mq: register cpuhp callback after hctx is added to xarray table | Ming Lei | 1 | -8/+7 |
2024-12-19 | blk-iocost: Avoid using clamp() on inuse in __propagate_weights() | Nathan Chancellor | 1 | -1/+8 |
2024-12-19 | blk-cgroup: Fix UAF in blkcg_unpin_online() | Tejun Heo | 1 | -1/+5 |
2024-12-14 | block: fix ordering between checking BLK_MQ_S_STOPPED request adding | Muchun Song | 2 | -0/+19 |
2024-12-14 | block: fix bio_split_rw_at to take zone_write_granularity into account | Christoph Hellwig | 1 | -1/+9 |
2024-11-17 | block: Fix elevator_get_default() checking for NULL q->tag_set | SurajSonawane2415 | 1 | -2/+2 |
2024-11-08 | block: fix sanity checks in blk_rq_map_user_bvec | Xinyu Zhang | 1 | -3/+1 |
2024-11-01 | block, bfq: fix procress reference leakage for bfqq in merge chain | Yu Kuai | 1 | -20/+17 |
2024-10-22 | blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race | Omar Sandoval | 1 | -1/+1 |
2024-10-17 | block, bfq: fix uaf for accessing waker_bfqq after splitting | Yu Kuai | 1 | -3/+28 |
2024-10-17 | blk-integrity: register sysfs attributes on struct device | Thomas Weißschuh | 3 | -69/+8 |
2024-10-17 | blk-integrity: convert to struct device_attribute | Thomas Weißschuh | 1 | -65/+62 |
2024-10-17 | blk-integrity: use sysfs_emit | Thomas Weißschuh | 1 | -10/+9 |
2024-10-17 | blk_iocost: fix more out of bound shifts | Konstantin Ovsepian | 1 | -3/+5 |
2024-10-17 | block: fix potential invalid pointer dereference in blk_add_partition | Riyan Dhiman | 1 | -3/+5 |
2024-10-17 | block: print symbolic error name instead of error code | Christian Heusel | 1 | -2/+2 |
2024-10-17 | block, bfq: don't break merge chain in bfq_split_bfqq() | Yu Kuai | 1 | -1/+1 |
2024-10-17 | block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator() | Yu Kuai | 1 | -2/+6 |
2024-10-17 | block, bfq: fix possible UAF for bfqq->bic with merge chain | Yu Kuai | 1 | -1/+2 |
2024-09-30 | block: Fix where bio IO priority gets set | Hongyu Jin | 2 | -10/+10 |
2024-09-08 | block: remove the blk_flush_integrity call in blk_integrity_unregister | Christoph Hellwig | 1 | -2/+0 |
2024-08-29 | block: Fix lockdep warning in blk_mq_mark_tag_wait | Li Lingfeng | 1 | -2/+3 |
2024-08-14 | block/mq-deadline: Fix the tag reservation code | Bart Van Assche | 1 | -3/+17 |
2024-08-14 | block: Call .limit_depth() after .hctx has been set | Bart Van Assche | 1 | -1/+5 |
2024-08-03 | block: initialize integrity buffer to zero before writing it to media | Christoph Hellwig | 1 | -1/+10 |
2024-08-03 | block: cleanup bio_integrity_prep | Jinyoung Choi | 1 | -5/+1 |
2024-08-03 | block: refactor to use helper | Nitesh Shetty | 1 | -3/+1 |
2024-06-27 | block/ioctl: prefer different overflow check | Justin Stitt | 1 | -1/+1 |
2024-06-12 | block: support to account io_ticks precisely | Yu Kuai | 5 | -5/+13 |
2024-06-12 | block: open code __blk_account_io_done() | Chaitanya Kulkarni | 1 | -13/+9 |
2024-06-12 | block: open code __blk_account_io_start() | Chaitanya Kulkarni | 1 | -20/+16 |
2024-05-17 | blk-iocost: avoid out of bounds shift | Rik van Riel | 1 | -3/+4 |
2024-05-17 | block: fix overflow in blk_ioctl_discard() | Li Nan | 1 | -2/+3 |
2024-04-13 | block: prevent division by zero in blk_rq_stat_sum() | Roman Smirnov | 1 | -1/+1 |
2024-04-03 | block: Do not force full zone append completion in req_bio_endio() | Damien Le Moal | 1 | -7/+2 |
2024-04-03 | blk-mq: release scheduler resource when request completes | Chengming Zhou | 1 | -3/+21 |
2024-04-03 | block: Fix page refcounts for unaligned buffers in __bio_release_pages() | Tony Battersby | 1 | -7/+4 |