summaryrefslogtreecommitdiff
path: root/drivers/md/dm-cache-policy-mq.c
AgeCommit message (Expand)Author
2015-10-31dm: convert ffs to __ffsMikulas Patocka
2015-08-12dm cache policy smq: move 'dm-cache-default' module alias to SMQYi Zhang
2015-06-17dm cache: switch the "default" cache replacement policy from mq to smqMike Snitzer
2015-06-11dm cache: age and write back cache entries even without active IOJoe Thornber
2015-06-11dm cache: add fail io mode and needs_check flagJoe Thornber
2015-05-29dm cache: pass a new 'critical' flag to the policies when requesting writebac...Joe Thornber
2015-05-29dm cache: fix race when issuing a POLICY_REPLACE operationJoe Thornber
2015-03-31dm cache policy mq: try not to writeback data that changed in the last secondJoe Thornber
2015-03-31dm cache policy mq: remove unused generation member of struct entryJoe Thornber
2015-03-31dm cache policy mq: track entries hit this 'tick' via sentinel objectsJoe Thornber
2015-03-31dm cache policy mq: remove queue_shift_down()Joe Thornber
2015-03-31dm cache policy mq: keep track of the number of entries in a multiqueueJoe Thornber
2014-11-10dm cache policy mq: simplify ability to promote sequential IO to the cacheMike Snitzer
2014-11-10dm cache policy mq: tweak algorithm that decides when to promote a blockJoe Thornber
2014-02-28dm cache mq: fix memory allocation failure for large cache devicesHeinz Mauelshagen
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-16dm cache: add policy name to status outputMike Snitzer
2014-01-07dm cache policy mq: introduce three promotion threshold tunablesJoe Thornber
2014-01-07dm cache policy mq: use list_del_init instead of list_del + INIT_LIST_HEADWei Yongjun
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-10dm cache policy mq: fix promotions to occur as expectedJoe Thornber
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-12dm cache: resolve small nits and improve DocumentationMike Snitzer
2013-11-11dm cache: add remove_cblock method to policy interfaceJoe Thornber
2013-11-11dm cache policy mq: reduce memory requirementsJoe Thornber
2013-11-09dm cache: be much more aggressive about promoting writes to discarded blocksJoe Thornber
2013-11-09dm cache policy mq: implement writeback_work() and mq_{set,clear}_dirty()Joe Thornber
2013-11-09dm cache policy mq: a few small fixesJoe Thornber
2013-11-09dm cache policy mq: protect residency method with existing mutexJoe Thornber
2013-08-16dm cache: avoid conflicting remove_mapping() in mq policyGeert Uytterhoeven
2013-03-20dm cache: policy change version from string to integer setMike Snitzer
2013-03-01dm cache: add mq policyJoe Thornber