index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-iolatency.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
blk-cgroup: pass a gendisk to blkcg_schedule_throttle
Christoph Hellwig
1
-1
/
+1
2022-09-26
blk-iolatency: pass a gendisk to blk_iolatency_init
Christoph Hellwig
1
-1
/
+2
2022-07-20
block: don't allow the same type rq_qos add more than once
Jinke Han
1
-7
/
+11
2022-07-12
blk-iolatency: Use atomic{,64}_try_cmpxchg
Uros Bizjak
1
-7
/
+5
2022-05-26
blk-iolatency: Fix inflight count imbalances and IO hangs on offline
Tejun Heo
1
-58
/
+64
2022-05-17
blk-cgroup: always terminate io.stat lines
Wolfgang Bumiller
1
-5
/
+3
2022-03-14
block: fix rq-qos breakage from skipping rq_qos_done_bio()
Tejun Heo
1
-1
/
+1
2022-02-11
block: partition include/linux/blk-cgroup.h
Ming Lei
1
-1
/
+1
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
1
-0
/
+1
2021-08-30
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-28
blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
Tejun Heo
1
-1
/
+1
2019-08-28
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-05
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-04-30
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-07
block: convert io-latency to use rq_qos_wait
Josef Bacik
1
-23
/
+8
2018-12-07
blkcg: rename blkg_try_get() to blkg_tryget()
Dennis Zhou
1
-1
/
+1
2018-12-07
blkcg: consolidate bio_issue_init() to be a part of core
Dennis Zhou
1
-2
/
+0
2018-12-07
blkcg: associate blkg when associating a device
Dennis Zhou
1
-3
/
+1
2018-12-07
blkcg: introduce common blkg association logic
Dennis Zhou
1
-8
/
+2
2018-12-07
blkcg: convert blkg_lookup_create() to find closest blkg
Dennis Zhou
1
-12
/
+2
2018-12-07
blkcg: update blkg_lookup_create() to do locking
Dennis Zhou
1
-1
/
+1
2018-12-07
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-01
blkcg: revert blkcg cleanups series
Dennis Zhou
1
-2
/
+24
2018-10-26
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-21
blkcg: rename blkg_try_get to blkg_tryget
Dennis Zhou (Facebook)
1
-1
/
+1
2018-09-21
blkcg: consolidate bio_issue_init to be a part of core
Dennis Zhou (Facebook)
1
-2
/
+0
2018-09-21
blkcg: always associate a bio with a blkg
Dennis Zhou (Facebook)
1
-22
/
+2
2018-09-21
blkcg: update blkg_lookup_create to do locking
Dennis Zhou (Facebook)
1
-1
/
+1
2018-09-21
blkcg: fix ref count issue with bio_blkcg using task_css
Dennis Zhou (Facebook)
1
-1
/
+1
2018-09-13
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
[next]