aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-iocost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo1-24/+34
2023-02-28blk-iocost: Pass gendisk to ioc_refresh_paramsBreno Leitao1-6/+20
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig1-1/+1
2023-02-03blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig1-3/+4
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig1-2/+2
2023-02-03blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig1-6/+6
2023-02-03blk-rq-qos: constify rq_qos_opsChristoph Hellwig1-1/+1
2023-02-03blk-rq-qos: make rq_qos_add and rq_qos_del more usefulChristoph Hellwig1-10/+3
2023-02-03blk-wbt: pass a gendisk to wbt_{enable,disable}_defaultChristoph Hellwig1-2/+2
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig1-1/+1
2023-01-29blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()Li Nan1-2/+2
2023-01-29blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan1-3/+8
2023-01-29blk-iocost: read params inside lock in sysfs apisYu Kuai1-0/+4
2023-01-29blk-iocost: don't allow to configure bio based deviceYu Kuai1-0/+10
2023-01-29blk-iocost: check return value of match_u64()Yu Kuai1-1/+2
2023-01-29blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann1-3/+5
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-14block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)1-0/+2
2022-12-01blk-iocost: Correct comment in blk_iocost_initKemeng Shi1-1/+1
2022-12-01blk-iocost: Remove vrate member in struct ioc_nowKemeng Shi1-3/+3
2022-12-01blk-iocost: Trace vtime_base_rate instead of vtime_rateKemeng Shi1-1/+1
2022-12-01blk-iocost: Reset vtime_base_rate in ioc_refresh_paramsKemeng Shi1-1/+3
2022-12-01blk-iocost: Fix typo in commentKemeng Shi1-1/+1
2022-10-23blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()Yu Kuai1-2/+4
2022-10-23blk-iocost: prevent configuration update concurrent with io throttlingYu Kuai1-2/+24
2022-10-23blk-iocost: don't release 'ioc->lock' while updating paramsYu Kuai1-5/+2
2022-10-23blk-iocost: disable writeback throttlingYu Kuai1-0/+2
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig1-2/+2
2022-09-26blk-iocost: cleanup ioc_qos_writeChristoph Hellwig1-6/+8
2022-09-26blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig1-3/+4
2022-09-26blk-iocost: simplify ioc_nameChristoph Hellwig1-9/+5
2022-09-20blk-iocost: Remove unnecessary (void*) conversionsLi zeming1-1/+1
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han1-7/+13
2022-06-27blk-iocost: Simplify ioc_rqos_done()Bart Van Assche1-1/+1
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-42/+34
2022-05-17blk-cgroup: always terminate io.stat linesWolfgang Bumiller1-3/+2
2022-05-11blk-iocost: combine local_stat and desc_stat to statChengming Zhou1-39/+32
2022-04-27iocost: don't reset the inuse weight of under-weighted debtorsTejun Heo1-1/+11
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei1-1/+1
2021-12-14iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo1-1/+8
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov1-6/+6
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+9
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig1-14/+9
2021-08-09blk-iocost: fix lockdep warning on blkcg->lockMing Lei1-4/+4
2021-07-27blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo1-5/+6
2021-05-11blk-iocost: fix weight updates of inner active iocgsTejun Heo1-2/+12
2021-04-26blk-iocost: don't ignore vrate_min on QD contentionTejun Heo1-4/+0
2021-01-05blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo1-5/+11
2020-12-17blk-iocost: Add iocg idle state tracepointBaolin Wang1-0/+3
2020-12-07blk-iocost: Factor out the base vrate change into a separate functionBaolin Wang1-45/+54