summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-02-23bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng1-4/+4
2021-02-13blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei1-7/+0
2021-02-13block: don't hold q->sysfs_lock in elevator_init_mqMing Lei1-9/+5
2021-02-13block: fix NULL pointer dereference in register_diskzhengbin1-4/+6
2021-01-19bfq: Fix computation of shallow depthJan Kara1-4/+4
2021-01-17block: fix use-after-free in disk_part_iter_nextMing Lei1-3/+6
2020-12-30block: factor out requeue handling from dispatch codeJohannes Thumshirn1-11/+18
2020-11-10blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi1-2/+12
2020-11-10blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi1-0/+1
2020-11-05Revert "block: ratelimit handle_bad_sector() message"Greg Kroah-Hartman1-4/+5
2020-10-30block: ratelimit handle_bad_sector() messageTetsuo Handa1-5/+4
2020-09-12block: ensure bdi->io_pages is always initializedJens Axboe1-0/+2
2020-09-03blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei2-0/+18
2020-07-16block: release bip in a right way in error pathChengguang Xu1-9/+14
2020-07-01block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai1-1/+0
2020-04-17block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu1-4/+12
2020-04-17block: Fix use-after-free issue accessing struct io_cqSahitya Tummala1-0/+7
2020-04-17block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov1-0/+3
2020-03-25block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato1-4/+5
2020-02-01block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner1-1/+3
2020-02-01block: cleanup __blkdev_issue_discard()Ming Lei1-17/+6
2020-01-27block: don't use bio->bi_vcnt to figure out segment numberMing Lei1-7/+1
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka1-1/+1
2020-01-12block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang1-1/+1
2020-01-09compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann1-0/+2
2020-01-09compat_ioctl: block: handle Persistent ReservationsArnd Bergmann1-0/+9
2019-12-17blk-mq: make sure that line break can be printedMing Lei1-1/+1
2019-12-17block: fix single range discard mergeMing Lei1-1/+1
2019-12-17blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei1-5/+10
2019-12-01block: call rq_qos_exit() after queue is frozenMing Lei2-2/+3
2019-12-01block: fix the DISCARD request mergeJianchao Wang1-10/+36
2019-11-20blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente1-2/+8
2019-11-20block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2-6/+88
2019-11-12blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo1-5/+8
2019-10-29blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo1-8/+5
2019-10-17blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar3-9/+15
2019-10-07block: mq-deadline: Fix queue restart handlingDamien Le Moal1-10/+13
2019-10-05block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu3-1/+21
2019-10-01blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2-2/+3
2019-10-01blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang4-12/+15
2019-09-16blk-mq: free hw queue's resource in hctx's release handlerMing Lei4-8/+11
2019-09-16blk-iolatency: fix STS_AGAIN handlingDennis Zhou1-37/+14
2019-09-16Blk-iolatency: warn on negative inflight IO counterLiu Bo1-1/+3
2019-08-29block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente1-3/+11
2019-08-04block, scsi: Change the preempt-only flag into a counterBart Van Assche2-18/+27
2019-07-31block/bio-integrity: fix a memory leak bugWenwen Wang1-2/+6
2019-07-31block: init flush rq ref count to 1Josef Bacik1-0/+1
2019-07-26blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo1-2/+6
2019-07-26blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo1-1/+3
2019-07-26blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov1-6/+3