summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
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-10-29block: ratelimit handle_bad_sector() messageTetsuo Handa
2020-10-29blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang
2020-10-07block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov
2020-09-23block: only call sched requeue_request() for scheduled requestsOmar Sandoval
2020-09-17block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani
2020-09-09blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo
2020-09-09block: ensure bdi->io_pages is always initializedJens Axboe
2020-09-03blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei
2020-09-03block: fix get_max_io_size()Keith Busch
2020-09-03blkcg: fix memleak for iolatencyYufen Yu
2020-09-03blk-mq: insert request not through ->queue_rq into sw/scheduler queueMing Lei
2020-09-03bfq: fix blkio cgroup leakage v4Dmitry Monakhov
2020-09-03block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)
2020-09-03block: respect queue limit of max discard segmentMing Lei
2020-08-19iocost: Fix check condition of iocg abs_vdebtChengming Zhou
2020-07-22block: fix get_max_segment_size() overflow on 32bit archMing Lei
2020-07-22block: fix splitting segments on boundary masksMing Lei
2020-07-22blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao
2020-07-16blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()Ming Lei
2020-07-16block: release bip in a right way in error pathChengguang Xu
2020-06-30block: update hctx map when use multiple mapsWeiping Zhang
2020-06-30block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai
2020-06-22iocost: don't let vrate run wild while there's no saturation signalTejun Heo
2020-06-22block: reset mapping if failed to update hardware queue countWeiping Zhang
2020-06-22block: alloc map and request for new hardware queueMing Lei
2020-06-03Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe
2020-05-14iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo
2020-05-02blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetJohn Garry
2020-05-02blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long
2020-04-23block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente
2020-04-23block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente
2020-04-23block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente
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, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente
2020-04-17block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov
2020-04-13blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in syncBart Van Assche
2020-03-25block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato
2020-03-21blk-mq: insert flush request to the front of dispatch queueMing Lei
2020-03-21blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei
2020-03-18blk-iocost: fix incorrect vtime comparison in iocg_is_idle()Tejun Heo
2020-03-12block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente
2020-03-12block, bfq: get a ref to a group when adding it to a service treePaolo Valente
2020-03-12block, bfq: do not insert oom queue into position treePaolo Valente
2020-03-12block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente
2020-02-24block, bfq: do not plug I/O for bfq_queues with no proc refsPaolo Valente
2020-01-26block: fix memleak of bio integrity dataJustin Tee
2020-01-23block: Fix the type of 'sts' in bsg_queue_rq()Bart Van Assche