summaryrefslogtreecommitdiff
path: root/block/blk-iocost.c
Commit message (Expand)AuthorAgeFilesLines
* blkcg: Restructure blkg_conf_prep() and friendsTejun Heo2023-04-131-24/+34
* blk-iocost: Pass gendisk to ioc_refresh_paramsBreno Leitao2023-02-281-6/+20
* Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig2023-02-141-1/+1
* blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig2023-02-031-3/+4
* blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig2023-02-031-2/+2
* blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig2023-02-031-6/+6
* blk-rq-qos: constify rq_qos_opsChristoph Hellwig2023-02-031-1/+1
* blk-rq-qos: make rq_qos_add and rq_qos_del more usefulChristoph Hellwig2023-02-031-10/+3
* blk-wbt: pass a gendisk to wbt_{enable,disable}_defaultChristoph Hellwig2023-02-031-2/+2
* blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig2023-02-031-1/+1
* blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()Li Nan2023-01-291-2/+2
* blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan2023-01-291-3/+8
* blk-iocost: read params inside lock in sysfs apisYu Kuai2023-01-291-0/+4
* blk-iocost: don't allow to configure bio based deviceYu Kuai2023-01-291-0/+10
* blk-iocost: check return value of match_u64()Yu Kuai2023-01-291-1/+2
* blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann2023-01-291-3/+5
* 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