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.12.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
/
drivers
/
md
/
dm-cache-policy-smq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: remove unnecessary unlikely() around WARN_ON_ONCE()
Igor Stoppa
2018-10-16
1
-1
/
+1
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
dm cache policy smq: allocate cache blocks in order
Joe Thornber
2017-11-10
1
-1
/
+14
*
dm cache policy smq: change max background work from 10240 to 4096 blocks
Joe Thornber
2017-11-10
1
-1
/
+1
*
dm cache policy smq: take origin idle status into account when queuing writeb...
Joe Thornber
2017-11-10
1
-4
/
+4
*
dm cache policy smq: handle races with queuing background_work
Joe Thornber
2017-11-10
1
-3
/
+14
*
dm cache policy smq: don't do any writebacks unless IDLE
Joe Thornber
2017-05-14
1
-5
/
+4
*
dm cache policy smq: stop preemptively demoting blocks
Joe Thornber
2017-05-14
1
-12
/
+5
*
dm cache policy smq: put newly promoted entries at the top of the multiqueue
Joe Thornber
2017-05-14
1
-0
/
+1
*
dm cache policy smq: be more aggressive about triggering a writeback
Joe Thornber
2017-05-14
1
-1
/
+1
*
dm cache policy smq: only demote entries in bottom half of the clean multiqueue
Joe Thornber
2017-05-14
1
-1
/
+1
*
dm cache policy smq: cleanup free_target_met() and clean_target_met()
Mike Snitzer
2017-05-04
1
-11
/
+13
*
dm cache policy smq: allow demotions to happen even during continuous IO
Joe Thornber
2017-05-04
1
-1
/
+5
*
dm cache policy smq: make the cleaner policy write-back more aggressively
Joe Thornber
2017-03-31
1
-1
/
+1
*
dm cache: significant rework to leverage dm-bio-prison-v2
Joe Thornber
2017-03-07
1
-360
/
+461
*
dm cache policy smq: use hash_32() instead of hash_32_generic()
Mike Snitzer
2016-12-08
1
-1
/
+1
*
dm cache policy smq: distribute entries to random levels when switching to smq
Joe Thornber
2016-09-22
1
-1
/
+6
*
dm cache: speed up writing of the hint array
Joe Thornber
2016-09-22
1
-32
/
+6
*
dm cache policy smq: clarify that mq registration failure was for 'mq'
Mike Snitzer
2016-03-10
1
-1
/
+1
*
dm cache: make the 'mq' policy an alias for 'smq'
Joe Thornber
2016-03-10
1
-7
/
+85
*
dm: convert ffs to __ffs
Mikulas Patocka
2015-10-31
1
-1
/
+1
*
dm cache policy smq: change the mutex to a spinlock
Joe Thornber
2015-08-12
1
-71
/
+39
*
dm cache policy smq: move 'dm-cache-default' module alias to SMQ
Yi Zhang
2015-08-12
1
-0
/
+2
*
dm cache policy smq: fix alloc_bitset check that always evaluates as false
Colin Ian King
2015-07-27
1
-1
/
+1
*
dm cache policy smq: fix "default" version to be 1.4.0
Mike Snitzer
2015-06-26
1
-1
/
+1
*
dm cache: switch the "default" cache replacement policy from mq to smq
Mike Snitzer
2015-06-17
1
-0
/
+17
*
dm cache: age and write back cache entries even without active IO
Joe Thornber
2015-06-11
1
-1
/
+7
*
dm cache: add stochastic-multi-queue (smq) policy
Joe Thornber
2015-06-11
1
-0
/
+1768