dm cache: add mq policy
A cache policy that uses a multiqueue ordered by recent hit count to select which blocks should be promoted and demoted. This is meant to be a general purpose policy. It prioritises reads over writes. Signed-off-by:Joe Thornber <ejt@redhat.com> Signed-off-by:
Alasdair G Kergon <agk@redhat.com>
Showing
- Documentation/device-mapper/cache-policies.txt 72 additions, 0 deletionsDocumentation/device-mapper/cache-policies.txt
- drivers/md/Kconfig 10 additions, 0 deletionsdrivers/md/Kconfig
- drivers/md/Makefile 2 additions, 0 deletionsdrivers/md/Makefile
- drivers/md/dm-cache-policy-mq.c 1195 additions, 0 deletionsdrivers/md/dm-cache-policy-mq.c
Loading
Please register or sign in to comment