Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-16 | dm persistent data: add cursor skip functions to the cursor APIs | Joe Thornber | 1 | -0/+1 | |
Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2016-09-22 | dm array: introduce cursor api | Joe Thornber | 1 | -0/+33 | |
More efficient way to iterate an array due to prefetching (makes use of the new dm_btree_cursor_* api). Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2016-09-22 | dm array: add dm_array_new() | Joe Thornber | 1 | -0/+19 | |
dm_array_new() creates a new, populated array more efficiently than starting with an empty one and resizing. Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2013-03-01 | dm persistent data: add transactional array | Joe Thornber | 1 | -0/+166 | |
Add a transactional array. Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]> |