summaryrefslogtreecommitdiff
path: root/block/blk-iocost.c
AgeCommit message (Expand)Author
2022-10-23blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()Yu Kuai
2022-10-23blk-iocost: prevent configuration update concurrent with io throttlingYu Kuai
2022-10-23blk-iocost: don't release 'ioc->lock' while updating paramsYu Kuai
2022-10-23blk-iocost: disable writeback throttlingYu Kuai
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig
2022-09-26blk-iocost: cleanup ioc_qos_writeChristoph Hellwig
2022-09-26blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig
2022-09-26blk-iocost: simplify ioc_nameChristoph Hellwig
2022-09-20blk-iocost: Remove unnecessary (void*) conversionsLi zeming
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han
2022-06-27blk-iocost: Simplify ioc_rqos_done()Bart Van Assche
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-17blk-cgroup: always terminate io.stat linesWolfgang Bumiller
2022-05-11blk-iocost: combine local_stat and desc_stat to statChengming Zhou
2022-04-27iocost: don't reset the inuse weight of under-weighted debtorsTejun Heo
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2021-12-14iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig
2021-08-09blk-iocost: fix lockdep warning on blkcg->lockMing Lei
2021-07-27blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo
2021-05-11blk-iocost: fix weight updates of inner active iocgsTejun Heo
2021-04-26blk-iocost: don't ignore vrate_min on QD contentionTejun Heo
2021-01-05blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo
2020-12-17blk-iocost: Add iocg idle state tracepointBaolin Wang
2020-12-07blk-iocost: Factor out the base vrate change into a separate functionBaolin Wang
2020-12-07blk-iocost: Factor out the active iocgs' state check into a separate functionBaolin Wang
2020-12-07blk-iocost: Move the usage ratio calculation to the correct placeBaolin Wang
2020-12-07blk-iocost: Remove unnecessary advance declarationBaolin Wang
2020-12-07blk-iocost: Fix some typos in commentsBaolin Wang
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig
2020-10-09block: use helper function to test queue registerYufen Yu
2020-10-08block: Remove redundant 'return' statementBaolin Wang
2020-09-25iocost: consider iocgs with active delays for debt forgivenessTejun Heo
2020-09-25iocost: add iocg_forgive_debt tracepointTejun Heo
2020-09-25iocost: reimplement debt forgiveness using average usageTejun Heo
2020-09-25iocost: recalculate delay after debt reductionTejun Heo
2020-09-25iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level oneTejun Heo
2020-09-25iocost: factor out ioc_forgive_debts()Tejun Heo
2020-09-14iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()Tejun Heo
2020-09-11blk-iocost: fix divide-by-zero in transfer_surpluses()Tejun Heo
2020-09-01blk-iocost: add three debug stat - cost.wait, indebt and indelayTejun Heo
2020-09-01blk-iocost: restore inuse update tracepointsTejun Heo
2020-09-01blk-iocost: implement vtime loss compensationTejun Heo
2020-09-01blk-iocost: halve debts if device stays idleTejun Heo
2020-09-01blk-iocost: implement delay adjustment hysteresisTejun Heo
2020-09-01blk-iocost: revamp debt handlingTejun Heo
2020-09-01blk-iocost: revamp in-period donation snapbacksTejun Heo
2020-09-01blk-iocost: revamp donation amount determinationTejun Heo