summaryrefslogtreecommitdiff
path: root/drivers/md/persistent-data/dm-bitset.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-14dm: add missing empty linesHeinz Mauelshagen1-0/+1
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-6/+6
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2017-02-16dm persistent data: add cursor skip functions to the cursor APIsJoe Thornber1-0/+35
2017-02-16dm bitset: add dm_bitset_new()Joe Thornber1-0/+42
2017-02-16dm bitset: introduce cursor apiJoe Thornber1-0/+69
2014-03-28dm bitset: only flush the current word if it has been dirtiedJoe Thornber1-1/+9
2013-03-02dm persistent data: add bitsetJoe Thornber1-0/+163