summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-target.c
Commit message (Expand)AuthorAgeFilesLines
* dm cache: actually resize cacheVincent Pelletier2013-12-101-1/+1
* dm cache: resolve small nits and improve DocumentationMike Snitzer2013-11-121-1/+1
* dm cache: add cache block invalidation supportJoe Thornber2013-11-111-3/+222
* dm cache: add passthrough modeJoe Thornber2013-11-111-35/+174
* dm cache: cache shrinking supportJoe Thornber2013-11-111-9/+54
* dm cache: promotion optimisation for writesJoe Thornber2013-11-091-6/+87
* dm cache: optimize commit_if_neededHeinz Mauelshagen2013-11-091-5/+7
* dm cache: log error message if dm_kcopyd_copy() failsHeinz Mauelshagen2013-11-091-1/+3
* dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen2013-11-091-4/+4
* dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka2013-11-091-6/+7
* dm cache: improve efficiency of quiescing flag managementJoe Thornber2013-11-091-22/+5
* dm cache: fix a race condition between queuing new migrations and quiescing f...Joe Thornber2013-11-091-14/+40
* dm cache: io destined for the cache device can now serve as tick biosJoe Thornber2013-11-091-0/+1
* dm cache: eliminate holes in cache structureMike Snitzer2013-08-231-15/+15
* dm cache: fix stacking of geometry limitsMike Snitzer2013-08-231-2/+10
* dm cache: add data block size limits to code and DocumentationMike Snitzer2013-08-231-7/+10
* dm cache: fix arm link errors with inlineMikulas Patocka2013-07-101-0/+4
* dm cache: set config valueJoe Thornber2013-05-101-28/+31
* dm cache: move config fnsAlasdair G Kergon2013-05-101-17/+17
* dm cache: replace memcpy with struct assignmentJoe Thornber2013-05-101-1/+1
* dm cache: fix typos in commentsJoe Thornber2013-05-101-3/+4
* dm cache: tune migration throttlingJoe Thornber2013-05-101-1/+2
* dm cache: fix error return code in cache_createWei Yongjun2013-05-101-0/+1
* dm cache: reduce bio front_pad size in writeback modeMike Snitzer2013-04-051-13/+34
* dm cache: fix writes to cache device in writethrough modeDarrick J. Wong2013-04-051-0/+4
* dm cache: policy ignore hints if generated by different versionMike Snitzer2013-03-201-2/+1
* dm cache: fix race in writethrough implementationJoe Thornber2013-03-201-50/+88
* dm cache: avoid calling policy destructor twice on errorHeinz Mauelshagen2013-03-201-1/+4
* dm cache: detect cache_create failureHeinz Mauelshagen2013-03-201-0/+2
* dm cache: avoid 64 bit division on 32 bitJoe Thornber2013-03-201-7/+14
* dm: add cache targetJoe Thornber2013-03-011-0/+2584