index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-wbt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-24
blk-wbt: Declare local functions static
Bart Van Assche
1
-2
/
+2
2018-12-16
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-07
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-22
blk-wbt: fix has-sleeper queueing check
Jens Axboe
1
-3
/
+5
2018-08-22
blk-wbt: use wq_has_sleeper() for wq active check
Jens Axboe
1
-4
/
+4
2018-08-22
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-08
blk-wbt: throttle discards like background writes
Jens Axboe
1
-17
/
+26
2018-05-08
blk-wbt: pass in enum wbt_flags to get_rq_wait()
Jens Axboe
1
-10
/
+15
2018-05-08
blk-wbt: account any writing command as a write
Jens Axboe
1
-1
/
+1
2018-02-06
blk-wbt: account flush requests correctly
Jens Axboe
1
-1
/
+9
2017-11-23
blk-wbt: fix comments typo
weiping zhang
1
-1
/
+1
2017-11-23
blk-wbt: move wbt_clear_stat to common place in wbt_done
weiping zhang
1
-2
/
+1
2017-11-23
blk-wbt: remove duplicated setting in wbt_init
weiping zhang
1
-2
/
+0
2017-11-14
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
2017-06-20
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
1
-1
/
+1
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-04-21
blk-stat: kill blk_stat_rq_ddir()
Jens Axboe
1
-1
/
+6
2017-04-19
block: Make writeback throttling defaults consistent for SQ devices
Jan Kara
1
-0
/
+19
2017-04-11
block: Fix list corruption of blk stats callback list
Jan Kara
1
-8
/
+4
2017-03-21
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
1
-32
/
+19
2017-03-21
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
Omar Sandoval
1
-6
/
+6
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
1
-4
/
+4
2017-01-02
block: Avoid that sparse complains about context imbalance in __wbt_wait()
Bart Van Assche
1
-5
/
+6
2017-01-02
block: Make wbt_wait() definition consistent with declaration
Bart Van Assche
1
-1
/
+1
2016-12-09
blk-wbt: don't throttle discard or write zeroes
Christoph Hellwig
1
-3
/
+2
2016-12-01
block: add support for REQ_OP_WRITE_ZEROES
Chaitanya Kulkarni
1
-2
/
+3
2016-11-28
blk-wbt: allow wbt to be enabled always through sysfs
Jens Axboe
1
-1
/
+2
2016-11-28
blk-wbt: cleanup disable-by-default for CFQ
Jens Axboe
1
-2
/
+8
2016-11-28
blk-wbt: allow reset of default latency through sysfs
Jens Axboe
1
-4
/
+13
2016-11-16
blk-wbt: fix old-style function declaration
Arnd Bergmann
1
-1
/
+1
[next]