Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-05 | dm array: fix bug in growing array | Joe Thornber | 1 | -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-01 | dm persistent data: add transactional array | Joe Thornber | 1 | -0/+808 | |
Add a transactional array. Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]> |