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-iolatency.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: fix bad lockdep annotation in blk-iolatency
Jens Axboe
2023-08-10
1
-1
/
+1
*
block: remove init_mutex and open-code blk_iolatency_try_init
Li Lingfeng
2023-08-10
1
-24
/
+11
*
blk-iolatency: Make initialization lazy
Tejun Heo
2023-04-13
1
-1
/
+28
*
blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/
Tejun Heo
2023-04-13
1
-1
/
+1
*
blkcg: Restructure blkg_conf_prep() and friends
Tejun Heo
2023-04-13
1
-3
/
+5
*
Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"
Christoph Hellwig
2023-02-14
1
-2
/
+2
*
Revert "blk-cgroup: move the cgroup information to struct gendisk"
Christoph Hellwig
2023-02-14
1
-1
/
+1
*
blk-cgroup: move the cgroup information to struct gendisk
Christoph Hellwig
2023-02-03
1
-1
/
+1
*
blk-cgroup: pass a gendisk to pd_alloc_fn
Christoph Hellwig
2023-02-03
1
-4
/
+3
*
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
-7
/
+7
*
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
/
+4
*
blk-cgroup: pin the gendisk in struct blkcg_gq
Christoph Hellwig
2023-02-03
1
-2
/
+2
*
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-25
1
-1
/
+1
*
block: Replace struct rq_depth with unsigned int in struct iolatency_grp
Kemeng Shi
2022-11-01
1
-15
/
+13
*
block: Correct comment for scale_cookie_change
Kemeng Shi
2022-11-01
1
-2
/
+4
*
block: Remove redundant parent blkcg_gp check in check_scale_change
Kemeng Shi
2022-11-01
1
-3
/
+0
*
blk-cgroup: pass a gendisk to blkcg_schedule_throttle
Christoph Hellwig
2022-09-26
1
-1
/
+1
*
blk-iolatency: pass a gendisk to blk_iolatency_init
Christoph Hellwig
2022-09-26
1
-1
/
+2
*
block: don't allow the same type rq_qos add more than once
Jinke Han
2022-07-20
1
-7
/
+11
*
blk-iolatency: Use atomic{,64}_try_cmpxchg
Uros Bizjak
2022-07-12
1
-7
/
+5
*
blk-iolatency: Fix inflight count imbalances and IO hangs on offline
Tejun Heo
2022-05-26
1
-58
/
+64
*
blk-cgroup: always terminate io.stat lines
Wolfgang Bumiller
2022-05-17
1
-5
/
+3
*
block: fix rq-qos breakage from skipping rq_qos_done_bio()
Tejun Heo
2022-03-14
1
-1
/
+1
*
block: partition include/linux/blk-cgroup.h
Ming Lei
2022-02-11
1
-1
/
+1
*
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
*
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
1
-19
/
+19
|
\
|
*
blk-cgroup: stop using seq_get_buf
Christoph Hellwig
2021-08-16
1
-19
/
+19
*
|
blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()
Yu Kuai
2021-08-05
1
-1
/
+5
|
/
*
block: Remove redundant 'return' statement
Baolin Wang
2020-10-08
1
-1
/
+1
*
blk-iolatency: only call ktime_get() if needed
Hongnan Li
2020-07-01
1
-1
/
+2
*
blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
Tejun Heo
2019-08-28
1
-1
/
+1
*
blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
Tejun Heo
2019-08-28
1
-2
/
+4
*
blkcg: allow blkcg_policy->pd_stat() to print non-debug info too
Tejun Heo
2019-07-16
1
-0
/
+3
*
blk-iolatency: fix STS_AGAIN handling
Dennis Zhou
2019-07-05
1
-37
/
+14
*
blk-iolatency: only account submitted bios
Dennis Zhou
2019-06-20
1
-0
/
+4
*
blk-iolatency: clear use_delay when io.latency is set to zero
Tejun Heo
2019-06-15
1
-1
/
+3
*
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-04-30
1
-0
/
+1
*
blk-iolatency: #include "blk.h"
Bart Van Assche
2019-03-20
1
-0
/
+1
*
Blk-iolatency: warn on negative inflight IO counter
Liu Bo
2019-02-08
1
-1
/
+3
*
blk-iolatency: fix IO hang due to negative inflight counter
Liu Bo
2019-02-08
1
-7
/
+45
*
block: fix blk-iolatency accounting underflow
Dennis Zhou
2018-12-17
1
-1
/
+1
*
block: convert io-latency to use rq_qos_wait
Josef Bacik
2018-12-07
1
-23
/
+8
*
blkcg: rename blkg_try_get() to blkg_tryget()
Dennis Zhou
2018-12-07
1
-1
/
+1
*
blkcg: consolidate bio_issue_init() to be a part of core
Dennis Zhou
2018-12-07
1
-2
/
+0
*
blkcg: associate blkg when associating a device
Dennis Zhou
2018-12-07
1
-3
/
+1
*
blkcg: introduce common blkg association logic
Dennis Zhou
2018-12-07
1
-8
/
+2
*
blkcg: convert blkg_lookup_create() to find closest blkg
Dennis Zhou
2018-12-07
1
-12
/
+2
*
blkcg: update blkg_lookup_create() to do locking
Dennis Zhou
2018-12-07
1
-1
/
+1
[next]