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/+35 | |
Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2017-02-16 | dm bitset: add dm_bitset_new() | Joe Thornber | 1 | -0/+42 | |
A more efficient way of creating a populated bitset. Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2017-02-16 | dm bitset: introduce cursor api | Joe Thornber | 1 | -0/+69 | |
Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2014-03-27 | dm bitset: only flush the current word if it has been dirtied | Joe Thornber | 1 | -1/+9 | |
This change offers a big performance boost for dm-era. Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2013-03-01 | dm persistent data: add bitset | Joe Thornber | 1 | -0/+163 | |
Add a persistent bitset as a wrapper around dm-array. Signed-off-by: Joe Thornber <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]> |