index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-cache-policy-smq.c
Age
Commit message (
Expand
)
Author
2016-12-08
dm cache policy smq: use hash_32() instead of hash_32_generic()
Mike Snitzer
2016-09-22
dm cache policy smq: distribute entries to random levels when switching to smq
Joe Thornber
2016-09-22
dm cache: speed up writing of the hint array
Joe Thornber
2016-03-10
dm cache policy smq: clarify that mq registration failure was for 'mq'
Mike Snitzer
2016-03-10
dm cache: make the 'mq' policy an alias for 'smq'
Joe Thornber
2015-10-31
dm: convert ffs to __ffs
Mikulas Patocka
2015-08-12
dm cache policy smq: change the mutex to a spinlock
Joe Thornber
2015-08-12
dm cache policy smq: move 'dm-cache-default' module alias to SMQ
Yi Zhang
2015-07-27
dm cache policy smq: fix alloc_bitset check that always evaluates as false
Colin Ian King
2015-06-26
dm cache policy smq: fix "default" version to be 1.4.0
Mike Snitzer
2015-06-17
dm cache: switch the "default" cache replacement policy from mq to smq
Mike Snitzer
2015-06-11
dm cache: age and write back cache entries even without active IO
Joe Thornber
2015-06-11
dm cache: add stochastic-multi-queue (smq) policy
Joe Thornber