index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-wbt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
Yu Kuai
2022-10-09
1
-2
/
+1
*
blk-wbt: call rq_qos_add() after wb_normal is initialized
Yu Kuai
2022-09-21
1
-5
/
+4
*
block: don't allow the same type rq_qos add more than once
Jinke Han
2022-07-20
1
-1
/
+11
*
block: Use the new blk_opf_t type
Bart Van Assche
2022-07-14
1
-8
/
+8
*
block: Use enum req_op where appropriate
Bart Van Assche
2022-07-14
1
-1
/
+1
*
blk-wbt: prevent NULL pointer dereference in wb_timer_fn
Andrea Righi
2021-10-19
1
-0
/
+3
*
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-23
1
-5
/
+5
*
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
2021-08-09
1
-5
/
+5
*
blk-wbt: make sure throttle is enabled properly
Zhang Yi
2021-06-21
1
-1
/
+5
*
blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...
Zhang Yi
2021-06-21
1
-2
/
+3
*
blk-wbt: remove outdated comment
lijiazi
2021-06-18
1
-1
/
+0
*
blk: wbt: remove unused parameter from wbt_should_throttle
Lei Chen
2021-01-26
1
-2
/
+2
*
block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init
Lei Chen
2020-11-30
1
-1
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
blk-wbt: rename __wbt_update_limits to wbt_update_limits
Guoqing Jiang
2020-05-29
1
-4
/
+4
*
blk-wbt: remove wbt_update_limits
Guoqing Jiang
2020-05-29
1
-8
/
+0
*
blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literals
Tommi Rantala
2020-04-17
1
-2
/
+2
*
blk-wbt: fix performance regression in wbt scale_up/scale_down
Harshad Shirwadkar
2019-10-06
1
-2
/
+4
*
block/rq_qos: implement rq_qos_ops->queue_depth_changed()
Tejun Heo
2019-08-28
1
-10
/
+8
*
block: add helper for checking if queue is registered
Ming Lei
2019-08-27
1
-1
/
+1
*
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-04-30
1
-0
/
+1
*
blk-wbt: Declare local functions static
Bart Van Assche
2019-01-24
1
-2
/
+2
*
blk-wbt: export internal state via debugfs
Ming Lei
2018-12-16
1
-0
/
+91
*
block: deactivate blk_stat timer in wbt_disable_default()
Ming Lei
2018-12-12
1
-1
/
+3
*
block: convert wbt_wait() to use rq_qos_wait()
Josef Bacik
2018-12-07
1
-54
/
+11
*
block: add queue_is_mq() helper
Jens Axboe
2018-11-16
1
-1
/
+1
*
block: add wbt_disable_default export for BFQ
Jens Axboe
2018-11-15
1
-0
/
+1
*
block: remove a few unused exports
Christoph Hellwig
2018-11-15
1
-2
/
+0
*
block: remove the unused lock argument to rq_qos_throttle
Christoph Hellwig
2018-11-15
1
-12
/
+4
*
blk-wbt: kill check for legacy queue type
Jens Axboe
2018-11-07
1
-2
/
+1
*
blk-wbt: wake up all when we scale up, not down
Josef Bacik
2018-10-11
1
-1
/
+1
*
blk-wbt: remove dead code
Jens Axboe
2018-08-27
1
-5
/
+0
*
blk-wbt: improve waking of tasks
Jens Axboe
2018-08-27
1
-7
/
+56
*
blk-wbt: abstract out end IO completion handler
Jens Axboe
2018-08-27
1
-7
/
+14
*
blk-wbt: don't maintain inflight counts if disabled
Jens Axboe
2018-08-23
1
-0
/
+3
*
blk-wbt: fix has-sleeper queueing check
Jens Axboe
2018-08-22
1
-3
/
+5
*
blk-wbt: use wq_has_sleeper() for wq active check
Jens Axboe
2018-08-22
1
-4
/
+4
*
blk-wbt: move disable check into get_limit()
Jens Axboe
2018-08-22
1
-15
/
+7
*
blk-wbt: fix IO hang in wbt_wait()
Ming Lei
2018-08-14
1
-5
/
+1
*
blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
Anchal Agarwal
2018-08-07
1
-31
/
+24
*
block: remove external dependency on wbt_flags
Josef Bacik
2018-07-09
1
-13
/
+39
*
blk-rq-qos: refactor out common elements of blk-wbt
Josef Bacik
2018-07-09
1
-182
/
+144
*
block: get rid of struct blk_issue_stat
Omar Sandoval
2018-05-09
1
-7
/
+5
*
block: pass struct request instead of struct blk_issue_stat to wbt
Omar Sandoval
2018-05-09
1
-27
/
+26
*
block: move some wbt helpers to blk-wbt.c
Omar Sandoval
2018-05-09
1
-0
/
+20
*
blk-wbt: throttle discards like background writes
Jens Axboe
2018-05-08
1
-17
/
+26
*
blk-wbt: pass in enum wbt_flags to get_rq_wait()
Jens Axboe
2018-05-08
1
-10
/
+15
*
blk-wbt: account any writing command as a write
Jens Axboe
2018-05-08
1
-1
/
+1
*
blk-wbt: account flush requests correctly
Jens Axboe
2018-02-06
1
-1
/
+9
*
blk-wbt: fix comments typo
weiping zhang
2017-11-23
1
-1
/
+1
[next]