summaryrefslogtreecommitdiffstats
path: root/block/blk-iocost.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)2022-12-141-0/+2
* blk-iocost: Correct comment in blk_iocost_initKemeng Shi2022-12-011-1/+1
* blk-iocost: Remove vrate member in struct ioc_nowKemeng Shi2022-12-011-3/+3
* blk-iocost: Trace vtime_base_rate instead of vtime_rateKemeng Shi2022-12-011-1/+1
* blk-iocost: Reset vtime_base_rate in ioc_refresh_paramsKemeng Shi2022-12-011-1/+3
* blk-iocost: Fix typo in commentKemeng Shi2022-12-011-1/+1
* blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()Yu Kuai2022-10-231-2/+4
* blk-iocost: prevent configuration update concurrent with io throttlingYu Kuai2022-10-231-2/+24
* blk-iocost: don't release 'ioc->lock' while updating paramsYu Kuai2022-10-231-5/+2
* blk-iocost: disable writeback throttlingYu Kuai2022-10-231-0/+2
* blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig2022-09-261-2/+2
* blk-iocost: cleanup ioc_qos_writeChristoph Hellwig2022-09-261-6/+8
* blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig2022-09-261-3/+4
* blk-iocost: simplify ioc_nameChristoph Hellwig2022-09-261-9/+5
* blk-iocost: Remove unnecessary (void*) conversionsLi zeming2022-09-201-1/+1
* block: don't allow the same type rq_qos add more than onceJinke Han2022-07-201-7/+13
* blk-iocost: Simplify ioc_rqos_done()Bart Van Assche2022-06-271-1/+1
* Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-42/+34
|\
| * blk-cgroup: always terminate io.stat linesWolfgang Bumiller2022-05-171-3/+2
| * blk-iocost: combine local_stat and desc_stat to statChengming Zhou2022-05-111-39/+32
* | iocost: don't reset the inuse weight of under-weighted debtorsTejun Heo2022-04-271-1/+11
|/
* block: partition include/linux/blk-cgroup.hMing Lei2022-02-111-1/+1
* iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo2021-12-141-1/+8
* block: convert the rest of block to bdev_get_queuePavel Begunkov2021-10-181-6/+6
* Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-14/+9
|\
| * blk-cgroup: stop using seq_get_bufChristoph Hellwig2021-08-161-14/+9
* | blk-iocost: fix lockdep warning on blkcg->lockMing Lei2021-08-091-4/+4
|/
* blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo2021-07-271-5/+6
* blk-iocost: fix weight updates of inner active iocgsTejun Heo2021-05-111-2/+12
* blk-iocost: don't ignore vrate_min on QD contentionTejun Heo2021-04-261-4/+0
* blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo2021-01-051-5/+11
* blk-iocost: Add iocg idle state tracepointBaolin Wang2020-12-171-0/+3
* blk-iocost: Factor out the base vrate change into a separate functionBaolin Wang2020-12-071-45/+54
* blk-iocost: Factor out the active iocgs' state check into a separate functionBaolin Wang2020-12-071-40/+54
* blk-iocost: Move the usage ratio calculation to the correct placeBaolin Wang2020-12-071-21/+23
* blk-iocost: Remove unnecessary advance declarationBaolin Wang2020-12-071-2/+0
* blk-iocost: Fix some typos in commentsBaolin Wang2020-12-071-6/+6
* block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-011-18/+18
* block: use helper function to test queue registerYufen Yu2020-10-091-1/+1
* block: Remove redundant 'return' statementBaolin Wang2020-10-081-1/+1
* iocost: consider iocgs with active delays for debt forgivenessTejun Heo2020-09-251-4/+7
* iocost: add iocg_forgive_debt tracepointTejun Heo2020-09-251-0/+12
* iocost: reimplement debt forgiveness using average usageTejun Heo2020-09-251-25/+69
* iocost: recalculate delay after debt reductionTejun Heo2020-09-251-1/+3
* iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level oneTejun Heo2020-09-251-8/+5
* iocost: factor out ioc_forgive_debts()Tejun Heo2020-09-251-31/+35
* iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()Tejun Heo2020-09-141-3/+9
* blk-iocost: fix divide-by-zero in transfer_surpluses()Tejun Heo2020-09-111-4/+10
* blk-iocost: add three debug stat - cost.wait, indebt and indelayTejun Heo2020-09-011-5/+72