index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-iolatency.c
Age
Commit message (
Expand
)
Author
2019-08-28
blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
Tejun Heo
2019-08-28
blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
Tejun Heo
2019-07-16
blkcg: allow blkcg_policy->pd_stat() to print non-debug info too
Tejun Heo
2019-07-05
blk-iolatency: fix STS_AGAIN handling
Dennis Zhou
2019-06-20
blk-iolatency: only account submitted bios
Dennis Zhou
2019-06-15
blk-iolatency: clear use_delay when io.latency is set to zero
Tejun Heo
2019-04-30
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-03-20
blk-iolatency: #include "blk.h"
Bart Van Assche
2019-02-08
Blk-iolatency: warn on negative inflight IO counter
Liu Bo
2019-02-08
blk-iolatency: fix IO hang due to negative inflight counter
Liu Bo
2018-12-17
block: fix blk-iolatency accounting underflow
Dennis Zhou
2018-12-07
block: convert io-latency to use rq_qos_wait
Josef Bacik
2018-12-07
blkcg: rename blkg_try_get() to blkg_tryget()
Dennis Zhou
2018-12-07
blkcg: consolidate bio_issue_init() to be a part of core
Dennis Zhou
2018-12-07
blkcg: associate blkg when associating a device
Dennis Zhou
2018-12-07
blkcg: introduce common blkg association logic
Dennis Zhou
2018-12-07
blkcg: convert blkg_lookup_create() to find closest blkg
Dennis Zhou
2018-12-07
blkcg: update blkg_lookup_create() to do locking
Dennis Zhou
2018-12-07
blkcg: fix ref count issue with bio_blkcg() using task_css
Dennis Zhou
2018-11-15
block: remove the queue_lock indirection
Christoph Hellwig
2018-11-15
block: remove the unused lock argument to rq_qos_throttle
Christoph Hellwig
2018-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-11-01
blkcg: revert blkcg cleanups series
Dennis Zhou
2018-10-26
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
2018-09-28
blk-iolatency: keep track of previous windows stats
Josef Bacik
2018-09-28
blk-iolatency: use a percentile approache for ssd's
Josef Bacik
2018-09-28
blk-iolatency: deal with small samples
Josef Bacik
2018-09-28
blk-iolatency: deal with nr_requests == 1
Josef Bacik
2018-09-28
blk-iolatency: use q->nr_requests directly
Josef Bacik
2018-09-21
blkcg: rename blkg_try_get to blkg_tryget
Dennis Zhou (Facebook)
2018-09-21
blkcg: consolidate bio_issue_init to be a part of core
Dennis Zhou (Facebook)
2018-09-21
blkcg: always associate a bio with a blkg
Dennis Zhou (Facebook)
2018-09-21
blkcg: update blkg_lookup_create to do locking
Dennis Zhou (Facebook)
2018-09-21
blkcg: fix ref count issue with bio_blkcg using task_css
Dennis Zhou (Facebook)
2018-09-13
blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'
YueHaibing
2018-08-02
block: make iolatency avg_lat exponentially decay
Dennis Zhou (Facebook)
2018-08-01
blk-iolatency: fix blkg leak in timer_fn
Josef Bacik
2018-07-16
blk-iolatency: truncate our current time
Josef Bacik
2018-07-16
blk-iolatency: don't change the latency window
Josef Bacik
2018-07-11
blk-iolatency: fix max_depth comparisons
Josef Bacik
2018-07-10
block: iolatency: avoid 64-bit division
Arnd Bergmann
2018-07-09
block: introduce blk-iolatency io controller
Josef Bacik