summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai2021-08-121-1/+5
* bdi: use bdi_dev_name() to get device nameYufen Yu2021-08-082-3/+5
* blk-wbt: make sure throttle is enabled properlyZhang Yi2021-07-201-1/+5
* blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2021-07-202-2/+4
* blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-221-2/+4
* block: only update parent bi_status when bio failYufen Yu2021-04-161-1/+1
* block: Suppress uevent for hidden device when removedDaniel Wagner2021-03-301-3/+1
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-111-5/+14
* blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-03-041-0/+12
* bfq: Avoid false bfq queue mergingJan Kara2021-03-041-0/+1
* block: don't release queue's sysfs lock during switching elevatorMing Lei2021-03-042-31/+3
* block: fix race between switching elevator and removing queuesMing Lei2021-03-041-3/+5
* block: split .sysfs_lock into two locksMing Lei2021-03-045-33/+85
* block: add helper for checking if queue is registeredMing Lei2021-03-043-4/+4
* bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng2021-02-231-4/+4
* blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei2021-02-131-7/+0
* block: don't hold q->sysfs_lock in elevator_init_mqMing Lei2021-02-131-9/+5
* block: fix NULL pointer dereference in register_diskzhengbin2021-02-131-4/+6
* bfq: Fix computation of shallow depthJan Kara2021-01-191-4/+4
* block: fix use-after-free in disk_part_iter_nextMing Lei2021-01-171-3/+6
* block: factor out requeue handling from dispatch codeJohannes Thumshirn2020-12-301-11/+18
* blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi2020-11-101-2/+12
* blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi2020-11-101-0/+1
* Revert "block: ratelimit handle_bad_sector() message"Greg Kroah-Hartman2020-11-051-4/+5
* block: ratelimit handle_bad_sector() messageTetsuo Handa2020-10-301-5/+4
* block: ensure bdi->io_pages is always initializedJens Axboe2020-09-121-0/+2
* blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei2020-09-032-0/+18
* block: release bip in a right way in error pathChengguang Xu2020-07-161-9/+14
* block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai2020-06-301-1/+0
* block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu2020-04-171-4/+12
* block: Fix use-after-free issue accessing struct io_cqSahitya Tummala2020-04-171-0/+7
* block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov2020-04-171-0/+3
* block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato2020-03-251-4/+5
* block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner2020-02-011-1/+3
* block: cleanup __blkdev_issue_discard()Ming Lei2020-02-011-17/+6
* block: don't use bio->bi_vcnt to figure out segment numberMing Lei2020-01-271-7/+1
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-231-1/+1
* block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang2020-01-121-1/+1
* compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann2020-01-091-0/+2
* compat_ioctl: block: handle Persistent ReservationsArnd Bergmann2020-01-091-0/+9
* blk-mq: make sure that line break can be printedMing Lei2019-12-171-1/+1
* block: fix single range discard mergeMing Lei2019-12-171-1/+1
* blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei2019-12-171-5/+10
* block: call rq_qos_exit() after queue is frozenMing Lei2019-12-012-2/+3
* block: fix the DISCARD request mergeJianchao Wang2019-12-011-10/+36
* blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente2019-11-201-2/+8
* block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2019-11-202-6/+88
* blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo2019-11-121-5/+8
* blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo2019-10-291-8/+5
* blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar2019-10-173-9/+15