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-rq-qos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: correct stale comment in rq_qos_wait
Kemeng Shi
2023-09-18
1
-1
/
+1
*
block/rq_qos: protect rq_qos apis with a new lock
Yu Kuai
2023-05-23
1
-14
/
+6
*
blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
Christoph Hellwig
2023-02-03
1
-2
/
+2
*
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
-3
/
+10
*
blk-rq-qos: move rq_qos_add and rq_qos_del out of line
Christoph Hellwig
2023-02-03
1
-0
/
+60
*
block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_below
Uros Bizjak
2022-07-12
1
-8
/
+2
*
block: remove per-disk debugfs files in blk_unregister_queue
Christoph Hellwig
2022-06-17
1
-4
/
+0
*
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
2022-06-17
1
-0
/
+2
*
rq-qos: fix missed wake-ups in rq_qos_throttle try two
Jan Kara
2021-06-08
1
-2
/
+2
*
blk-wbt: fix performance regression in wbt scale_up/scale_down
Harshad Shirwadkar
2019-10-06
1
-5
/
+9
*
block/rq_qos: implement rq_qos_ops->queue_depth_changed()
Tejun Heo
2019-08-28
1
-0
/
+9
*
block/rq_qos: add rq_qos_merge()
Tejun Heo
2019-08-28
1
-0
/
+9
*
rq-qos: use a mb for got_token
Josef Bacik
2019-07-18
1
-0
/
+3
*
rq-qos: set ourself TASK_UNINTERRUPTIBLE after we schedule
Josef Bacik
2019-07-18
1
-0
/
+1
*
rq-qos: don't reset has_sleepers on spurious wakeups
Josef Bacik
2019-07-18
1
-1
/
+1
*
rq-qos: fix missed wake-ups in rq_qos_throttle
Josef Bacik
2019-07-18
1
-0
/
+1
*
block: Fix rq_qos_wait() kernel-doc header
Bart Van Assche
2019-05-31
1
-3
/
+4
*
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-04-30
1
-0
/
+2
*
blk-mq-debugfs: support rq_qos
Ming Lei
2018-12-16
1
-0
/
+2
*
block: add rq_qos_wait to rq_qos
Josef Bacik
2018-12-07
1
-0
/
+86
*
blk-rq-qos: inline check for q->rq_qos functions
Jens Axboe
2018-11-16
1
-35
/
+28
*
block: remove the unused lock argument to rq_qos_throttle
Christoph Hellwig
2018-11-15
1
-3
/
+2
*
blk-rq-qos: make depth comparisons unsigned
Josef Bacik
2018-07-22
1
-4
/
+4
*
rq-qos: introduce dio_bio callback
Josef Bacik
2018-07-09
1
-0
/
+10
*
block: remove external dependency on wbt_flags
Josef Bacik
2018-07-09
1
-9
/
+15
*
blk-rq-qos: refactor out common elements of blk-wbt
Josef Bacik
2018-07-09
1
-0
/
+178