summaryrefslogtreecommitdiffstats
path: root/block/blk-iocost.c
Commit message (Expand)AuthorAgeFilesLines
* blk-iocost: do not WARN if iocg was already offlinedLi Nan2024-04-191-2/+5
* blk-iocost: avoid out of bounds shiftRik van Riel2024-04-051-3/+4
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-4/+4
|\
| * block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-051-4/+4
* | blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo2024-02-081-0/+7
|/
* block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe2024-01-101-1/+1
* blk-iocost: fix queue stats accountingChengming Zhou2023-08-091-2/+3
* blk-iocost: skip empty flush bio in iocostChengming Zhou2023-07-201-0/+4
* blk-iocost: move wbt_enable/disable_default() out of spinlockYu Kuai2023-06-261-2/+5
* blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan2023-06-051-3/+4
* 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