summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-policy-smq.c
Commit message (Expand)AuthorAgeFilesLines
* dm: remove unnecessary unlikely() around WARN_ON_ONCE()Igor Stoppa2018-10-161-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* dm cache policy smq: allocate cache blocks in orderJoe Thornber2017-11-101-1/+14
* dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber2017-11-101-1/+1
* dm cache policy smq: take origin idle status into account when queuing writeb...Joe Thornber2017-11-101-4/+4
* dm cache policy smq: handle races with queuing background_workJoe Thornber2017-11-101-3/+14
* dm cache policy smq: don't do any writebacks unless IDLEJoe Thornber2017-05-141-5/+4
* dm cache policy smq: stop preemptively demoting blocksJoe Thornber2017-05-141-12/+5
* dm cache policy smq: put newly promoted entries at the top of the multiqueueJoe Thornber2017-05-141-0/+1
* dm cache policy smq: be more aggressive about triggering a writebackJoe Thornber2017-05-141-1/+1
* dm cache policy smq: only demote entries in bottom half of the clean multiqueueJoe Thornber2017-05-141-1/+1
* dm cache policy smq: cleanup free_target_met() and clean_target_met()Mike Snitzer2017-05-041-11/+13
* dm cache policy smq: allow demotions to happen even during continuous IOJoe Thornber2017-05-041-1/+5
* dm cache policy smq: make the cleaner policy write-back more aggressivelyJoe Thornber2017-03-311-1/+1
* dm cache: significant rework to leverage dm-bio-prison-v2Joe Thornber2017-03-071-360/+461
* dm cache policy smq: use hash_32() instead of hash_32_generic()Mike Snitzer2016-12-081-1/+1
* dm cache policy smq: distribute entries to random levels when switching to smqJoe Thornber2016-09-221-1/+6
* dm cache: speed up writing of the hint arrayJoe Thornber2016-09-221-32/+6
* dm cache policy smq: clarify that mq registration failure was for 'mq'Mike Snitzer2016-03-101-1/+1
* dm cache: make the 'mq' policy an alias for 'smq'Joe Thornber2016-03-101-7/+85
* dm: convert ffs to __ffsMikulas Patocka2015-10-311-1/+1
* dm cache policy smq: change the mutex to a spinlockJoe Thornber2015-08-121-71/+39
* dm cache policy smq: move 'dm-cache-default' module alias to SMQYi Zhang2015-08-121-0/+2
* dm cache policy smq: fix alloc_bitset check that always evaluates as falseColin Ian King2015-07-271-1/+1
* dm cache policy smq: fix "default" version to be 1.4.0Mike Snitzer2015-06-261-1/+1
* dm cache: switch the "default" cache replacement policy from mq to smqMike Snitzer2015-06-171-0/+17
* dm cache: age and write back cache entries even without active IOJoe Thornber2015-06-111-1/+7
* dm cache: add stochastic-multi-queue (smq) policyJoe Thornber2015-06-111-0/+1768