summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-thin.c
Commit message (Expand)AuthorAgeFilesLines
* dm thin: provide userspace access to pool metadataJoe Thornber2012-06-031-2/+40
* dm thin: use slab mempoolsMike Snitzer2012-06-031-62/+99
* dm thin: fix table output when pool target disables discard passdown internallyMike Snitzer2012-05-191-15/+17
* dm thin: correct module descriptionAlasdair G Kergon2012-05-121-1/+1
* dm thin: fix unprotected use of prepared_discards listMike Snitzer2012-05-121-0/+5
* dm thin: reinstate missing mempool_free in cell_release_singletonMike Snitzer2012-05-121-3/+6
* dm thin: add pool target flags to control discardJoe Thornber2012-03-281-27/+108
* dm thin: support discardsJoe Thornber2012-03-281-14/+158
* dm thin: prepare to support discardJoe Thornber2012-03-281-53/+72
* dm thin: use dm_target_offsetAlasdair G Kergon2012-03-281-1/+1
* dm thin: support read only external snapshot originsJoe Thornber2012-03-281-14/+71
* dm thin: relax hard limit on the maximum size of a metadata deviceMike Snitzer2012-03-281-15/+4
* dm thin: commit outstanding data every secondJoe Thornber2012-03-281-2/+26
* dm thin: correct commentsJoe Thornber2012-03-281-1/+1
* dm thin: fix stacked bi_next usageJoe Thornber2012-03-281-51/+73
* dm: add thin provisioning targetJoe Thornber2011-10-311-0/+2428