summaryrefslogtreecommitdiff
path: root/drivers/md/persistent-data/dm-array.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen1-2/+2
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen1-2/+2
2023-02-14dm: add missing empty linesHeinz Mauelshagen1-0/+4
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-34/+35
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2021-06-04dm space maps: improve performance with inc/dec on ranges of blocksJoe Thornber1-24/+28
2017-02-16dm persistent data: add cursor skip functions to the cursor APIsJoe Thornber1-0/+21
2016-12-08dm array: remove a dead assignment in populate_ablock_with_values()Bart Van Assche1-2/+0
2016-09-22dm array: introduce cursor apiJoe Thornber1-0/+86
2016-09-22dm array: add dm_array_new()Joe Thornber1-31/+111
2015-11-01dm persistent data: eliminate unnecessary return valuesMikulas Patocka1-2/+2
2014-12-01dm array: if resizing the array is a noop set the new root to the old oneJoe Thornber1-1/+3
2013-12-13dm array: fix a reference counting bug in shadow_ablockJoe Thornber1-1/+9
2013-11-05dm array: fix bug in growing arrayJoe Thornber1-1/+4
2013-03-02dm persistent data: add transactional arrayJoe Thornber1-0/+808