index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-iolatency.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
1
-0
/
+1
2021-08-31
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-19
/
+19
2021-08-16
blk-cgroup: stop using seq_get_buf
Christoph Hellwig
1
-19
/
+19
2021-08-05
blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()
Yu Kuai
1
-1
/
+5
2020-10-08
block: Remove redundant 'return' statement
Baolin Wang
1
-1
/
+1
2020-07-01
blk-iolatency: only call ktime_get() if needed
Hongnan Li
1
-1
/
+2
2019-08-29
blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
Tejun Heo
1
-1
/
+1
2019-08-29
blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
Tejun Heo
1
-2
/
+4
2019-07-16
blkcg: allow blkcg_policy->pd_stat() to print non-debug info too
Tejun Heo
1
-0
/
+3
2019-07-06
blk-iolatency: fix STS_AGAIN handling
Dennis Zhou
1
-37
/
+14
2019-06-20
blk-iolatency: only account submitted bios
Dennis Zhou
1
-0
/
+4
2019-06-15
blk-iolatency: clear use_delay when io.latency is set to zero
Tejun Heo
1
-1
/
+3
2019-05-01
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
1
-0
/
+1
2019-03-20
blk-iolatency: #include "blk.h"
Bart Van Assche
1
-0
/
+1
2019-02-08
Blk-iolatency: warn on negative inflight IO counter
Liu Bo
1
-1
/
+3
2019-02-08
blk-iolatency: fix IO hang due to negative inflight counter
Liu Bo
1
-7
/
+45
2018-12-17
block: fix blk-iolatency accounting underflow
Dennis Zhou
1
-1
/
+1
2018-12-08
block: convert io-latency to use rq_qos_wait
Josef Bacik
1
-23
/
+8
2018-12-08
blkcg: rename blkg_try_get() to blkg_tryget()
Dennis Zhou
1
-1
/
+1
2018-12-08
blkcg: consolidate bio_issue_init() to be a part of core
Dennis Zhou
1
-2
/
+0
2018-12-08
blkcg: associate blkg when associating a device
Dennis Zhou
1
-3
/
+1
2018-12-08
blkcg: introduce common blkg association logic
Dennis Zhou
1
-8
/
+2
2018-12-08
blkcg: convert blkg_lookup_create() to find closest blkg
Dennis Zhou
1
-12
/
+2
2018-12-08
blkcg: update blkg_lookup_create() to do locking
Dennis Zhou
1
-1
/
+1
2018-12-08
blkcg: fix ref count issue with bio_blkcg() using task_css
Dennis Zhou
1
-1
/
+1
2018-11-15
block: remove the queue_lock indirection
Christoph Hellwig
1
-2
/
+2
2018-11-15
block: remove the unused lock argument to rq_qos_throttle
Christoph Hellwig
1
-18
/
+6
2018-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+24
2018-11-02
blkcg: revert blkcg cleanups series
Dennis Zhou
1
-2
/
+24
2018-10-27
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
1
-3
/
+5
2018-09-28
blk-iolatency: keep track of previous windows stats
Josef Bacik
1
-7
/
+13
2018-09-28
blk-iolatency: use a percentile approache for ssd's
Josef Bacik
1
-34
/
+145
2018-09-28
blk-iolatency: deal with small samples
Josef Bacik
1
-1
/
+1
2018-09-28
blk-iolatency: deal with nr_requests == 1
Josef Bacik
1
-1
/
+1
2018-09-28
blk-iolatency: use q->nr_requests directly
Josef Bacik
1
-3
/
+3
2018-09-22
blkcg: rename blkg_try_get to blkg_tryget
Dennis Zhou (Facebook)
1
-1
/
+1
2018-09-22
blkcg: consolidate bio_issue_init to be a part of core
Dennis Zhou (Facebook)
1
-2
/
+0
2018-09-22
blkcg: always associate a bio with a blkg
Dennis Zhou (Facebook)
1
-22
/
+2
2018-09-22
blkcg: update blkg_lookup_create to do locking
Dennis Zhou (Facebook)
1
-1
/
+1
2018-09-22
blkcg: fix ref count issue with bio_blkcg using task_css
Dennis Zhou (Facebook)
1
-1
/
+1
2018-09-14
blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'
YueHaibing
1
-5
/
+0
2018-08-02
block: make iolatency avg_lat exponentially decay
Dennis Zhou (Facebook)
1
-15
/
+45
2018-08-01
blk-iolatency: fix blkg leak in timer_fn
Josef Bacik
1
-1
/
+1
2018-07-16
blk-iolatency: truncate our current time
Josef Bacik
1
-0
/
+6
2018-07-16
blk-iolatency: don't change the latency window
Josef Bacik
1
-10
/
+0
2018-07-11
blk-iolatency: fix max_depth comparisons
Josef Bacik
1
-6
/
+6
2018-07-10
block: iolatency: avoid 64-bit division
Arnd Bergmann
1
-2
/
+1
2018-07-09
block: introduce blk-iolatency io controller
Josef Bacik
1
-0
/
+930