aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data/dm-array.h
Commit message (Collapse)AuthorAge
* dm array: introduce cursor apiJoe Thornber2016-09-22
| | | | | | | | More efficient way to iterate an array due to prefetching (makes use of the new dm_btree_cursor_* api). Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
* dm array: add dm_array_new()Joe Thornber2016-09-22
| | | | | | | | dm_array_new() creates a new, populated array more efficiently than starting with an empty one and resizing. Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
* dm persistent data: add transactional arrayJoe Thornber2013-03-01
Add a transactional array. Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>