index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-wbt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
blk-wbt: prevent NULL pointer dereference in wb_timer_fn
Andrea Righi
1
-0
/
+3
2021-08-23
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
1
-5
/
+5
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
1
-5
/
+5
2021-06-22
blk-wbt: make sure throttle is enabled properly
Zhang Yi
1
-1
/
+5
2021-06-22
blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...
Zhang Yi
1
-2
/
+3
2021-06-18
blk-wbt: remove outdated comment
lijiazi
1
-1
/
+0
2021-01-26
blk: wbt: remove unused parameter from wbt_should_throttle
Lei Chen
1
-2
/
+2
2020-12-01
block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init
Lei Chen
1
-1
/
+0
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-30
blk-wbt: rename __wbt_update_limits to wbt_update_limits
Guoqing Jiang
1
-4
/
+4
2020-05-30
blk-wbt: remove wbt_update_limits
Guoqing Jiang
1
-8
/
+0
2020-04-17
blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literals
Tommi Rantala
1
-2
/
+2
2019-10-06
blk-wbt: fix performance regression in wbt scale_up/scale_down
Harshad Shirwadkar
1
-2
/
+4
2019-08-29
block/rq_qos: implement rq_qos_ops->queue_depth_changed()
Tejun Heo
1
-10
/
+8
2019-08-27
block: add helper for checking if queue is registered
Ming Lei
1
-1
/
+1
2019-05-01
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
1
-0
/
+1
2019-01-24
blk-wbt: Declare local functions static
Bart Van Assche
1
-2
/
+2
2018-12-17
blk-wbt: export internal state via debugfs
Ming Lei
1
-0
/
+91
2018-12-12
block: deactivate blk_stat timer in wbt_disable_default()
Ming Lei
1
-1
/
+3
2018-12-08
block: convert wbt_wait() to use rq_qos_wait()
Josef Bacik
1
-54
/
+11
2018-11-16
block: add queue_is_mq() helper
Jens Axboe
1
-1
/
+1
2018-11-15
block: add wbt_disable_default export for BFQ
Jens Axboe
1
-0
/
+1
2018-11-15
block: remove a few unused exports
Christoph Hellwig
1
-2
/
+0
2018-11-15
block: remove the unused lock argument to rq_qos_throttle
Christoph Hellwig
1
-12
/
+4
2018-11-07
blk-wbt: kill check for legacy queue type
Jens Axboe
1
-2
/
+1
2018-10-11
blk-wbt: wake up all when we scale up, not down
Josef Bacik
1
-1
/
+1
2018-08-27
blk-wbt: remove dead code
Jens Axboe
1
-5
/
+0
2018-08-27
blk-wbt: improve waking of tasks
Jens Axboe
1
-7
/
+56
2018-08-27
blk-wbt: abstract out end IO completion handler
Jens Axboe
1
-7
/
+14
2018-08-23
blk-wbt: don't maintain inflight counts if disabled
Jens Axboe
1
-0
/
+3
2018-08-23
blk-wbt: fix has-sleeper queueing check
Jens Axboe
1
-3
/
+5
2018-08-23
blk-wbt: use wq_has_sleeper() for wq active check
Jens Axboe
1
-4
/
+4
2018-08-23
blk-wbt: move disable check into get_limit()
Jens Axboe
1
-15
/
+7
2018-08-14
blk-wbt: fix IO hang in wbt_wait()
Ming Lei
1
-5
/
+1
2018-08-07
blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
Anchal Agarwal
1
-31
/
+24
2018-07-09
block: remove external dependency on wbt_flags
Josef Bacik
1
-13
/
+39
2018-07-09
blk-rq-qos: refactor out common elements of blk-wbt
Josef Bacik
1
-182
/
+144
2018-05-09
block: get rid of struct blk_issue_stat
Omar Sandoval
1
-7
/
+5
2018-05-09
block: pass struct request instead of struct blk_issue_stat to wbt
Omar Sandoval
1
-27
/
+26
2018-05-09
block: move some wbt helpers to blk-wbt.c
Omar Sandoval
1
-0
/
+20
2018-05-09
blk-wbt: throttle discards like background writes
Jens Axboe
1
-17
/
+26
2018-05-09
blk-wbt: pass in enum wbt_flags to get_rq_wait()
Jens Axboe
1
-10
/
+15
2018-05-09
blk-wbt: account any writing command as a write
Jens Axboe
1
-1
/
+1
2018-02-07
blk-wbt: account flush requests correctly
Jens Axboe
1
-1
/
+9
2017-11-24
blk-wbt: fix comments typo
weiping zhang
1
-1
/
+1
2017-11-24
blk-wbt: move wbt_clear_stat to common place in wbt_done
weiping zhang
1
-2
/
+1
2017-11-24
blk-wbt: remove duplicated setting in wbt_init
weiping zhang
1
-2
/
+0
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-09
block,bfq: Disable writeback throttling
Luca Miccio
1
-1
/
+1
[next]