aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-cache-target.c
AgeCommit message (Expand)Author
2013-11-12dm cache: resolve small nits and improve DocumentationMike Snitzer
2013-11-11dm cache: add cache block invalidation supportJoe Thornber
2013-11-11dm cache: add passthrough modeJoe Thornber
2013-11-11dm cache: cache shrinking supportJoe Thornber
2013-11-09dm cache: promotion optimisation for writesJoe Thornber
2013-11-09dm cache: optimize commit_if_neededHeinz Mauelshagen
2013-11-09dm cache: log error message if dm_kcopyd_copy() failsHeinz Mauelshagen
2013-11-09dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen
2013-11-09dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka
2013-11-09dm cache: improve efficiency of quiescing flag managementJoe Thornber
2013-11-09dm cache: fix a race condition between queuing new migrations and quiescing f...Joe Thornber
2013-11-09dm cache: io destined for the cache device can now serve as tick biosJoe Thornber
2013-08-23dm cache: eliminate holes in cache structureMike Snitzer
2013-08-23dm cache: fix stacking of geometry limitsMike Snitzer
2013-08-23dm cache: add data block size limits to code and DocumentationMike Snitzer
2013-07-10dm cache: fix arm link errors with inlineMikulas Patocka
2013-05-10dm cache: set config valueJoe Thornber
2013-05-10dm cache: move config fnsAlasdair G Kergon
2013-05-10dm cache: replace memcpy with struct assignmentJoe Thornber
2013-05-10dm cache: fix typos in commentsJoe Thornber
2013-05-10dm cache: tune migration throttlingJoe Thornber
2013-05-10dm cache: fix error return code in cache_createWei Yongjun
2013-04-05dm cache: reduce bio front_pad size in writeback modeMike Snitzer
2013-04-05dm cache: fix writes to cache device in writethrough modeDarrick J. Wong
2013-03-20dm cache: policy ignore hints if generated by different versionMike Snitzer
2013-03-20dm cache: fix race in writethrough implementationJoe Thornber
2013-03-20dm cache: avoid calling policy destructor twice on errorHeinz Mauelshagen
2013-03-20dm cache: detect cache_create failureHeinz Mauelshagen
2013-03-20dm cache: avoid 64 bit division on 32 bitJoe Thornber
2013-03-01dm: add cache targetJoe Thornber