index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-iocost.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-iocost: move wbt_enable/disable_default() out of spinlock
Yu Kuai
2023-06-26
1
-2
/
+5
*
blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost
Li Nan
2023-06-05
1
-3
/
+4
*
blkcg: Restructure blkg_conf_prep() and friends
Tejun Heo
2023-04-13
1
-24
/
+34
*
blk-iocost: Pass gendisk to ioc_refresh_params
Breno Leitao
2023-02-28
1
-6
/
+20
*
Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"
Christoph Hellwig
2023-02-14
1
-1
/
+1
*
blk-cgroup: pass a gendisk to pd_alloc_fn
Christoph Hellwig
2023-02-03
1
-3
/
+4
*
blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
Christoph Hellwig
2023-02-03
1
-2
/
+2
*
blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
Christoph Hellwig
2023-02-03
1
-6
/
+6
*
blk-rq-qos: constify rq_qos_ops
Christoph Hellwig
2023-02-03
1
-1
/
+1
*
blk-rq-qos: make rq_qos_add and rq_qos_del more useful
Christoph Hellwig
2023-02-03
1
-10
/
+3
*
blk-wbt: pass a gendisk to wbt_{enable,disable}_default
Christoph Hellwig
2023-02-03
1
-2
/
+2
*
blk-cgroup: pin the gendisk in struct blkcg_gq
Christoph Hellwig
2023-02-03
1
-1
/
+1
*
blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()
Li Nan
2023-01-29
1
-2
/
+2
*
blk-iocost: fix divide by 0 error in calc_lcoefs()
Li Nan
2023-01-29
1
-3
/
+8
*
blk-iocost: read params inside lock in sysfs apis
Yu Kuai
2023-01-29
1
-0
/
+4
*
blk-iocost: don't allow to configure bio based device
Yu Kuai
2023-01-29
1
-0
/
+10
*
blk-iocost: check return value of match_u64()
Yu Kuai
2023-01-29
1
-1
/
+2
*
blk-iocost: avoid 64-bit division in ioc_timer_fn
Arnd Bergmann
2023-01-29
1
-3
/
+5
*
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-25
1
-1
/
+1
*
block/blk-iocost (gcc13): keep large values in a new enum
Jiri Slaby (SUSE)
2022-12-14
1
-0
/
+2
*
blk-iocost: Correct comment in blk_iocost_init
Kemeng Shi
2022-12-01
1
-1
/
+1
*
blk-iocost: Remove vrate member in struct ioc_now
Kemeng Shi
2022-12-01
1
-3
/
+3
*
blk-iocost: Trace vtime_base_rate instead of vtime_rate
Kemeng Shi
2022-12-01
1
-1
/
+1
*
blk-iocost: Reset vtime_base_rate in ioc_refresh_params
Kemeng Shi
2022-12-01
1
-1
/
+3
*
blk-iocost: Fix typo in comment
Kemeng Shi
2022-12-01
1
-1
/
+1
*
blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()
Yu Kuai
2022-10-23
1
-2
/
+4
*
blk-iocost: prevent configuration update concurrent with io throttling
Yu Kuai
2022-10-23
1
-2
/
+24
*
blk-iocost: don't release 'ioc->lock' while updating params
Yu Kuai
2022-10-23
1
-5
/
+2
*
blk-iocost: disable writeback throttling
Yu Kuai
2022-10-23
1
-0
/
+2
*
blk-cgroup: pass a gendisk to blkcg_schedule_throttle
Christoph Hellwig
2022-09-26
1
-2
/
+2
*
blk-iocost: cleanup ioc_qos_write
Christoph Hellwig
2022-09-26
1
-6
/
+8
*
blk-iocost: pass a gendisk to blk_iocost_init
Christoph Hellwig
2022-09-26
1
-3
/
+4
*
blk-iocost: simplify ioc_name
Christoph Hellwig
2022-09-26
1
-9
/
+5
*
blk-iocost: Remove unnecessary (void*) conversions
Li zeming
2022-09-20
1
-1
/
+1
*
block: don't allow the same type rq_qos add more than once
Jinke Han
2022-07-20
1
-7
/
+13
*
blk-iocost: Simplify ioc_rqos_done()
Bart Van Assche
2022-06-27
1
-1
/
+1
*
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-23
1
-42
/
+34
|
\
|
*
blk-cgroup: always terminate io.stat lines
Wolfgang Bumiller
2022-05-17
1
-3
/
+2
|
*
blk-iocost: combine local_stat and desc_stat to stat
Chengming Zhou
2022-05-11
1
-39
/
+32
*
|
iocost: don't reset the inuse weight of under-weighted debtors
Tejun Heo
2022-04-27
1
-1
/
+11
|
/
*
block: partition include/linux/blk-cgroup.h
Ming Lei
2022-02-11
1
-1
/
+1
*
iocost: Fix divide-by-zero on donation from low hweight cgroup
Tejun Heo
2021-12-14
1
-1
/
+8
*
block: convert the rest of block to bdev_get_queue
Pavel Begunkov
2021-10-18
1
-6
/
+6
*
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
1
-14
/
+9
|
\
|
*
blk-cgroup: stop using seq_get_buf
Christoph Hellwig
2021-08-16
1
-14
/
+9
*
|
blk-iocost: fix lockdep warning on blkcg->lock
Ming Lei
2021-08-09
1
-4
/
+4
|
/
*
blk-iocost: fix operation ordering in iocg_wake_fn()
Tejun Heo
2021-07-27
1
-5
/
+6
*
blk-iocost: fix weight updates of inner active iocgs
Tejun Heo
2021-05-11
1
-2
/
+12
*
blk-iocost: don't ignore vrate_min on QD contention
Tejun Heo
2021-04-26
1
-4
/
+0
*
blk-iocost: fix NULL iocg deref from racing against initialization
Tejun Heo
2021-01-05
1
-5
/
+11
[next]