Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-04 | dm vdo logger: change from uds_ to vdo_ namespace | Mike Snitzer | 1 | -25/+25 | |
Rename all uds_log_* to vdo_log_*. Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Chung Chung <[email protected]> Signed-off-by: Matthew Sakai <[email protected]> | |||||
2024-03-04 | dm vdo indexer: update ASSERT and ASSERT_LOG_ONLY usage | Matthew Sakai | 1 | -45/+45 | |
Update indexer uses of ASSERT and ASSERT_LOG_ONLY to VDO_ASSERT and VDO_ASSERT_LOG_ONLY, respectively. Remove ASSERT and ASSERT_LOG_ONLY. Also rename uds_assertion_failed to vdo_assertion_failed. Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2024-03-04 | dm vdo: check for VDO_SUCCESS return value from memory-alloc functions | Mike Snitzer | 1 | -5/+5 | |
VDO_SUCCESS and UDS_SUCCESS were used interchangably, update all callers of VDO's memory-alloc functions to consistently check for VDO_SUCCESS. Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Matthew Sakai <[email protected]> | |||||
2024-03-04 | dm vdo memory-alloc: change from uds_ to vdo_ namespace | Mike Snitzer | 1 | -10/+10 | |
Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Matthew Sakai <[email protected]> | |||||
2024-03-04 | dm-vdo: change unnamed enums to defines | Bruce Johnston | 1 | -29/+11 | |
Signed-off-by: Bruce Johnston <[email protected]> Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2024-03-04 | dm vdo indexer delta-index: fix typos in comments | Matthew Sakai | 1 | -1/+1 | |
Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2024-03-04 | dm vdo: move indexer files into sub-directory | Mike Snitzer | 1 | -0/+1988 | |
The goal is to assist high-level understanding of which code is conceptually specific to VDO's indexer. Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Matthew Sakai <[email protected]> |