summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/encodings.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04dm vdo logger: change from uds_ to vdo_ namespaceMike Snitzer1-13/+13
2024-03-04dm vdo encodings: update some stale commentsMike Snitzer1-3/+1
2024-03-04dm vdo permassert: audit all of ASSERT to test for VDO_SUCCESSMike Snitzer1-78/+78
2024-03-04dm vdo: check for VDO_SUCCESS return value from memory-alloc functionsMike Snitzer1-1/+1
2024-03-04dm vdo memory-alloc: change from uds_ to vdo_ namespaceMike Snitzer1-2/+2
2024-03-04dm-vdo: change unnamed enums to definesBruce Johnston1-3/+1
2024-03-04dm vdo: fix various function names referenced in comment blocksJiapeng Chong1-1/+1
2024-02-20dm vdo: move encoding constants to encodings.cSusan LeGendre-McGhee1-0/+6
2024-02-20dm vdo: fix sparse warnings about missing staticsMike Snitzer1-1/+1
2024-02-20dm vdo: add the on-disk formats and marshalling of vdo structuresMatthew Sakai1-0/+1481