aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/persistent-data/dm-array.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-05dm array: fix bug in growing arrayJoe Thornber1-1/+4
Entries would be lost if the old tail block was partially filled. Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> Cc: [email protected] # 3.9+
2013-03-01dm persistent data: add transactional arrayJoe Thornber1-0/+808
Add a transactional array. Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]>