summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-12-19blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-12-19blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo1-1/+5
2024-12-14block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2-0/+19
2024-12-14block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig1-1/+9
2024-11-17block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24151-2/+2
2024-11-08block: fix sanity checks in blk_rq_map_user_bvecXinyu Zhang1-3/+1
2024-11-01block, bfq: fix procress reference leakage for bfqq in merge chainYu Kuai1-20/+17
2024-10-22blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval1-1/+1
2024-10-17block, bfq: fix uaf for accessing waker_bfqq after splittingYu Kuai1-3/+28
2024-10-17blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh3-69/+8
2024-10-17blk-integrity: convert to struct device_attributeThomas Weißschuh1-65/+62
2024-10-17blk-integrity: use sysfs_emitThomas Weißschuh1-10/+9
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-30block: Fix where bio IO priority gets setHongyu Jin2-10/+10
2024-09-08block: remove the blk_flush_integrity call in blk_integrity_unregisterChristoph Hellwig1-2/+0
2024-08-29block: Fix lockdep warning in blk_mq_mark_tag_waitLi Lingfeng1-2/+3
2024-08-14block/mq-deadline: Fix the tag reservation codeBart Van Assche1-3/+17
2024-08-14block: Call .limit_depth() after .hctx has been setBart Van Assche1-1/+5
2024-08-03block: initialize integrity buffer to zero before writing it to mediaChristoph Hellwig1-1/+10
2024-08-03block: cleanup bio_integrity_prepJinyoung Choi1-5/+1
2024-08-03block: refactor to use helperNitesh Shetty1-3/+1
2024-06-27block/ioctl: prefer different overflow checkJustin Stitt1-1/+1
2024-06-12block: support to account io_ticks preciselyYu Kuai5-5/+13
2024-06-12block: open code __blk_account_io_done()Chaitanya Kulkarni1-13/+9
2024-06-12block: open code __blk_account_io_start()Chaitanya Kulkarni1-20/+16
2024-05-17blk-iocost: avoid out of bounds shiftRik van Riel1-3/+4
2024-05-17block: fix overflow in blk_ioctl_discard()Li Nan1-2/+3
2024-04-13block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov1-1/+1
2024-04-03block: Do not force full zone append completion in req_bio_endio()Damien Le Moal1-7/+2
2024-04-03blk-mq: release scheduler resource when request completesChengming Zhou1-3/+21
2024-04-03block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby1-7/+4
2024-04-03Revert "block/mq-deadline: use correct way to throttling write requests"Bart Van Assche1-2/+1
2024-04-03block: Clear zone limits for a non-zoned stacked queueDamien Le Moal1-0/+4
2024-03-26block: sed-opal: handle empty atoms when parsing responseGreg Joyce2-1/+6
2024-03-01block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt1-3/+10
2024-02-23block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-02-16block: treat poll queue enter similarly to timeoutsJens Axboe1-1/+10
2024-02-16blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-05blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-02-05block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig1-1/+1
2024-01-31block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2-2/+5
2024-01-25block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)1-15/+23
2024-01-25block: ensure we hold a queue reference when using queue limitsJens Axboe1-6/+10
2024-01-25block: add check that partition length needs to be aligned with block sizeMin Li1-4/+7
2024-01-25block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-1/+1