aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-policy-smq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2017-11-10dm cache policy smq: allocate cache blocks in orderJoe Thornber1-1/+14
2017-11-10dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber1-1/+1
2017-11-10dm cache policy smq: take origin idle status into account when queuing writebacksJoe Thornber1-4/+4
2017-11-10dm cache policy smq: handle races with queuing background_workJoe Thornber1-3/+14
2017-05-14dm cache policy smq: don't do any writebacks unless IDLEJoe Thornber1-5/+4
2017-05-14dm cache policy smq: stop preemptively demoting blocksJoe Thornber1-12/+5
2017-05-14dm cache policy smq: put newly promoted entries at the top of the multiqueueJoe Thornber1-0/+1
2017-05-14dm cache policy smq: be more aggressive about triggering a writebackJoe Thornber1-1/+1
2017-05-14dm cache policy smq: only demote entries in bottom half of the clean multiqueueJoe Thornber1-1/+1
2017-05-04dm cache policy smq: cleanup free_target_met() and clean_target_met()Mike Snitzer1-11/+13
2017-05-04dm cache policy smq: allow demotions to happen even during continuous IOJoe Thornber1-1/+5
2017-03-31dm cache policy smq: make the cleaner policy write-back more aggressivelyJoe Thornber1-1/+1
2017-03-07dm cache: significant rework to leverage dm-bio-prison-v2Joe Thornber1-360/+461
2016-12-08dm cache policy smq: use hash_32() instead of hash_32_generic()Mike Snitzer1-1/+1
2016-09-22dm cache policy smq: distribute entries to random levels when switching to smqJoe Thornber1-1/+6
2016-09-22dm cache: speed up writing of the hint arrayJoe Thornber1-32/+6
2016-03-10dm cache policy smq: clarify that mq registration failure was for 'mq'Mike Snitzer1-1/+1
2016-03-10dm cache: make the 'mq' policy an alias for 'smq'Joe Thornber1-7/+85
2015-10-31dm: convert ffs to __ffsMikulas Patocka1-1/+1
2015-08-12dm cache policy smq: change the mutex to a spinlockJoe Thornber1-71/+39
2015-08-12dm cache policy smq: move 'dm-cache-default' module alias to SMQYi Zhang1-0/+2
2015-07-27dm cache policy smq: fix alloc_bitset check that always evaluates as falseColin Ian King1-1/+1
2015-06-26dm cache policy smq: fix "default" version to be 1.4.0Mike Snitzer1-1/+1
2015-06-17dm cache: switch the "default" cache replacement policy from mq to smqMike Snitzer1-0/+17
2015-06-11dm cache: age and write back cache entries even without active IOJoe Thornber1-1/+7
2015-06-11dm cache: add stochastic-multi-queue (smq) policyJoe Thornber1-0/+1768