summaryrefslogtreecommitdiff
path: root/block/blk-iocost.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-12/+8
2025-03-19block/blk-iocost: ensure 'ret' is set on errorJens Axboe1-1/+3
2025-03-19block: correct locking order for protecting blk-wbt parametersNilay Shroff1-13/+5
2025-03-19block: release q->elevator_lock in ioc_qos_writeNilay Shroff1-0/+1
2025-03-10block: protect wbt_lat_usec using q->elevator_lockNilay Shroff1-0/+2
2025-02-18blk_iocost: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-11block: introduce init_wait_func()Muchun Song1-2/+1
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-6/+8
2024-12-12blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-10-02blk_iocost: remove some duplicate irq disable/enablesDan Carpenter1-4/+4
2024-09-11blk_iocost: make read-only static array vrate_adj_pct constColin Ian King1-1/+1
2024-08-26blk_iocost: fix more out of bound shiftsKonstantin Ovsepian1-3/+5
2024-04-19blk-iocost: do not WARN if iocg was already offlinedLi Nan1-2/+5
2024-04-05blk-iocost: avoid out of bounds shiftRik van Riel1-3/+4
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-4/+4
2024-02-08blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe1-4/+4
2024-01-10block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe1-1/+1
2023-08-09blk-iocost: fix queue stats accountingChengming Zhou1-2/+3
2023-07-20blk-iocost: skip empty flush bio in iocostChengming Zhou1-0/+4
2023-06-26blk-iocost: move wbt_enable/disable_default() out of spinlockYu Kuai1-2/+5
2023-06-05blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan1-3/+4
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