summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2019-11-25blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo
2019-11-09blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar
2019-11-09blk-mq: move lockdep_assert_held() into elevator_exitMing Lei
2019-10-05block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu
2019-10-05block: mq-deadline: Fix queue restart handlingDamien Le Moal
2019-10-05block: make rq sector size accessible for block statsHou Tao
2019-10-05blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingzhengbin
2019-08-29block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente
2019-08-25blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin
2019-08-16rq-qos: use a mb for got_tokenJosef Bacik
2019-08-16rq-qos: set ourself TASK_UNINTERRUPTIBLE after we scheduleJosef Bacik
2019-08-16rq-qos: don't reset has_sleepers on spurious wakeupsJosef Bacik
2019-07-31block/bio-integrity: fix a memory leak bugWenwen Wang
2019-07-31block: init flush rq ref count to 1Josef Bacik
2019-07-28block: Limit zone array allocation sizeDamien Le Moal
2019-07-26blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo
2019-07-26blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo
2019-07-26blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov
2019-07-26block: Fix potential overflow in blk_report_zones()Damien Le Moal
2019-07-26block: Allow mapping of vmalloc-ed buffersDamien Le Moal
2019-07-26blk-iolatency: fix STS_AGAIN handlingDennis Zhou
2019-07-26block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente
2019-07-26blk-iolatency: only account submitted biosDennis Zhou
2019-07-14block, bfq: NULL out the bic when it's no longer validDouglas Anderson
2019-07-14block: fix .bi_size overflowMing Lei
2019-07-06blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman
2019-06-25block, bfq: fix operator in BFQQ_TOTALLY_SEEKYPaolo Valente
2019-06-17block: fix page leak when merging to same pageChristoph Hellwig
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig
2019-06-13blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei
2019-06-13blk-mq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-13block: force select mq-deadline for zoned block devicesDamien Le Moal
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe
2019-06-07block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei
2019-06-05block: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang
2019-05-31block: print offending values when cloned rq limits are exceededJohn Pittman
2019-05-31blk-mq: Document the blk_mq_hw_queue_to_node() argumentsBart Van Assche
2019-05-31blk-mq: Fix spelling in a source code commentBart Van Assche
2019-05-31block: Fix bsg_setup_queue() kernel-doc headerBart Van Assche
2019-05-31block: Fix rq_qos_wait() kernel-doc headerBart Van Assche
2019-05-31block: Fix blk_mq_*_map_queues() kernel-doc headersBart Van Assche
2019-05-31block: Fix throtl_pending_timer_fn() kernel-doc headerBart Van Assche
2019-05-31block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche
2019-05-31block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche
2019-05-29blk-mq: Fix memory leak in error handlingJes Sorensen
2019-05-29block: don't protect generic_make_request_checks with blk_queue_enterMing Lei
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei
2019-05-23blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig