summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/int-map.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04dm vdo logger: change from uds_ to vdo_ namespaceMike Snitzer1-1/+1
2024-03-04dm vdo int-map: return VDO_SUCCESS on successMike Snitzer1-12/+8
2024-03-04dm vdo: check for VDO_SUCCESS return value from memory-alloc functionsMike Snitzer1-9/+9
2024-03-04dm vdo memory-alloc: change from uds_ to vdo_ namespaceMike Snitzer1-7/+7
2024-03-04dm-vdo: change unnamed enums to definesBruce Johnston1-7/+5
2024-02-20dm vdo int-map: remove unused parameter from vdo_int_map_createBruce Johnston1-11/+2
2024-02-20dm vdo int-map: rename functions to use a common vdo_int_map preambleBruce Johnston1-8/+12
2024-02-20dm vdo: add basic hash map data structuresMatthew Sakai1-0/+718