summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-target.c
Commit message (Expand)AuthorAgeFilesLines
* 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