summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2021-03-11block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2021-03-04blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka
2021-03-04bfq: Avoid false bfq queue mergingJan Kara
2021-03-04block: don't release queue's sysfs lock during switching elevatorMing Lei
2021-03-04block: fix race between switching elevator and removing queuesMing Lei
2021-03-04block: split .sysfs_lock into two locksMing Lei
2021-03-04block: add helper for checking if queue is registeredMing Lei
2021-02-23bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng
2021-02-13blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei
2021-02-13block: don't hold q->sysfs_lock in elevator_init_mqMing Lei
2021-02-13block: fix NULL pointer dereference in register_diskzhengbin
2021-01-19bfq: Fix computation of shallow depthJan Kara
2021-01-17block: fix use-after-free in disk_part_iter_nextMing Lei
2020-12-30block: factor out requeue handling from dispatch codeJohannes Thumshirn
2020-11-10blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi
2020-11-10blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi
2020-11-05Revert "block: ratelimit handle_bad_sector() message"Greg Kroah-Hartman
2020-10-30block: ratelimit handle_bad_sector() messageTetsuo Handa
2020-09-12block: ensure bdi->io_pages is always initializedJens Axboe
2020-09-03blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei
2020-07-16block: release bip in a right way in error pathChengguang Xu
2020-06-30block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai
2020-04-17block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu
2020-04-17block: Fix use-after-free issue accessing struct io_cqSahitya Tummala
2020-04-17block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov
2020-03-25block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato
2020-02-01block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner
2020-02-01block: cleanup __blkdev_issue_discard()Ming Lei
2020-01-27block: don't use bio->bi_vcnt to figure out segment numberMing Lei
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka
2020-01-12block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang
2020-01-09compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann
2020-01-09compat_ioctl: block: handle Persistent ReservationsArnd Bergmann
2019-12-17blk-mq: make sure that line break can be printedMing Lei
2019-12-17block: fix single range discard mergeMing Lei
2019-12-17blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei
2019-12-01block: call rq_qos_exit() after queue is frozenMing Lei
2019-12-01block: fix the DISCARD request mergeJianchao Wang
2019-11-20blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente
2019-11-20block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente
2019-11-12blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo
2019-10-29blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo
2019-10-17blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar
2019-10-07block: mq-deadline: Fix queue restart handlingDamien Le Moal
2019-10-05block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu
2019-10-01blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin
2019-10-01blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang
2019-09-16blk-mq: free hw queue's resource in hctx's release handlerMing Lei
2019-09-16blk-iolatency: fix STS_AGAIN handlingDennis Zhou
2019-09-16Blk-iolatency: warn on negative inflight IO counterLiu Bo