index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2024-02-20
dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list
Mike Snitzer
2023-07-25
dm cache policy smq: ensure IO doesn't prevent cleaner policy progress
Joe Thornber
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2022-02-22
dm cache policy smq: make static read-only array table const
Colin Ian King
2018-10-16
dm: remove unnecessary unlikely() around WARN_ON_ONCE()
Igor Stoppa
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
2017-11-10
dm cache policy smq: allocate cache blocks in order
Joe Thornber
2017-11-10
dm cache policy smq: change max background work from 10240 to 4096 blocks
Joe Thornber
2017-11-10
dm cache policy smq: take origin idle status into account when queuing writeb...
Joe Thornber
2017-11-10
dm cache policy smq: handle races with queuing background_work
Joe Thornber
2017-05-14
dm cache policy smq: don't do any writebacks unless IDLE
Joe Thornber
2017-05-14
dm cache policy smq: stop preemptively demoting blocks
Joe Thornber
2017-05-14
dm cache policy smq: put newly promoted entries at the top of the multiqueue
Joe Thornber
2017-05-14
dm cache policy smq: be more aggressive about triggering a writeback
Joe Thornber
2017-05-14
dm cache policy smq: only demote entries in bottom half of the clean multiqueue
Joe Thornber
2017-05-04
dm cache policy smq: cleanup free_target_met() and clean_target_met()
Mike Snitzer
2017-05-04
dm cache policy smq: allow demotions to happen even during continuous IO
Joe Thornber
2017-03-31
dm cache policy smq: make the cleaner policy write-back more aggressively
Joe Thornber
2017-03-07
dm cache: significant rework to leverage dm-bio-prison-v2
Joe Thornber
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