summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu2019-10-053-1/+21
* block: mq-deadline: Fix queue restart handlingDamien Le Moal2019-10-051-10/+9
* block: make rq sector size accessible for block statsHou Tao2019-10-052-7/+7
* blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingzhengbin2019-10-051-3/+6
* block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente2019-08-291-3/+11
* blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2019-08-252-2/+3
* rq-qos: use a mb for got_tokenJosef Bacik2019-08-161-0/+3
* rq-qos: set ourself TASK_UNINTERRUPTIBLE after we scheduleJosef Bacik2019-08-161-0/+1
* rq-qos: don't reset has_sleepers on spurious wakeupsJosef Bacik2019-08-161-1/+1
* block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-311-2/+6
* block: init flush rq ref count to 1Josef Bacik2019-07-311-0/+1
* block: Limit zone array allocation sizeDamien Le Moal2019-07-281-16/+30
* blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo2019-07-261-2/+6
* blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo2019-07-261-1/+3
* blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov2019-07-261-6/+3
* block: Fix potential overflow in blk_report_zones()Damien Le Moal2019-07-261-1/+1
* block: Allow mapping of vmalloc-ed buffersDamien Le Moal2019-07-261-1/+27
* blk-iolatency: fix STS_AGAIN handlingDennis Zhou2019-07-261-37/+14
* block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente2019-07-261-1/+7
* blk-iolatency: only account submitted biosDennis Zhou2019-07-261-0/+4
* block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-07-141-0/+1
* block: fix .bi_size overflowMing Lei2019-07-141-5/+5
* blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman2019-07-061-0/+7
* block, bfq: fix operator in BFQQ_TOTALLY_SEEKYPaolo Valente2019-06-251-1/+1
* block: fix page leak when merging to same pageChristoph Hellwig2019-06-171-2/+10
* block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-171-15/+11
* blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei2019-06-131-1/+0
* blk-mq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-132-132/+49
* block: force select mq-deadline for zoned block devicesDamien Le Moal2019-06-131-0/+1
* cgroup/bfq: revert bfq.weight symlink changeJens Axboe2019-06-101-4/+2
* block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco2019-06-071-2/+4
* block: free sched's request pool in blk_cleanup_queueMing Lei2019-06-066-6/+52
* block: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang2019-06-051-1/+1
* block: print offending values when cloned rq limits are exceededJohn Pittman2019-05-311-2/+5
* blk-mq: Document the blk_mq_hw_queue_to_node() argumentsBart Van Assche2019-05-311-1/+5
* blk-mq: Fix spelling in a source code commentBart Van Assche2019-05-311-2/+2
* block: Fix bsg_setup_queue() kernel-doc headerBart Van Assche2019-05-311-0/+1
* block: Fix rq_qos_wait() kernel-doc headerBart Van Assche2019-05-311-3/+4
* block: Fix blk_mq_*_map_queues() kernel-doc headersBart Van Assche2019-05-313-5/+5
* block: Fix throtl_pending_timer_fn() kernel-doc headerBart Van Assche2019-05-311-1/+1
* block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche2019-05-311-2/+2
* block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche2019-05-311-1/+1
* blk-mq: Fix memory leak in error handlingJes Sorensen2019-05-291-1/+4
* block: don't protect generic_make_request_checks with blk_queue_enterMing Lei2019-05-291-31/+6
* block: move blk_exit_queue into __blk_release_queueMing Lei2019-05-293-53/+32
* blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu2019-05-232-10/+12
* block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig2019-05-231-82/+12
* block: remove the segment size check in bio_will_gapChristoph Hellwig2019-05-231-18/+1
* block: force an unlimited segment size on queues with a virt boundaryChristoph Hellwig2019-05-231-0/+11
* block: don't decrement nr_phys_segments for physically contigous segmentsChristoph Hellwig2019-05-231-22/+1