summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/dedupe.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04dm vdo logger: change from uds_ to vdo_ namespaceMike Snitzer1-18/+18
2024-03-04dm vdo funnel-queue: change from uds_ to vdo_ namespaceMike Snitzer1-5/+5
2024-03-04dm vdo: remove all sysfs interfacesMike Snitzer1-67/+3
2024-03-04dm vdo permassert: audit all of ASSERT to test for VDO_SUCCESSMike Snitzer1-83/+82
2024-03-04dm vdo memory-alloc: change from uds_ to vdo_ namespaceMike Snitzer1-17/+17
2024-03-04dm-vdo: change unnamed enums to definesBruce Johnston1-13/+7
2024-03-04dm vdo: fix various function names referenced in comment blocksJiapeng Chong1-1/+1
2024-03-04dm vdo: move indexer files into sub-directoryMike Snitzer1-1/+2
2024-03-01dm vdo indexer: rename uds.h to indexer.hMike Snitzer1-1/+1
2024-02-20dm vdo dedupe: fix various small nitsMike Snitzer1-4/+7
2024-02-20dm vdo: add documentation details on zones and lockingMatthew Sakai1-0/+5
2024-02-20dm vdo dedupe: silence sparse warnings about locking context imbalancesMike Snitzer1-0/+2
2024-02-20dm vdo dedupe: fix various small nitsMike Snitzer1-5/+4
2024-02-20dm vdo int-map: remove unused parameter from vdo_int_map_createBruce Johnston1-1/+1
2024-02-20dm vdo int-map: rename functions to use a common vdo_int_map preambleBruce Johnston1-2/+2
2024-02-20dm vdo dedupe: switch to using int-map instead of pointer-mapBruce Johnston1-26/+22
2024-02-20dm vdo wait-queue: rename to vdo_waitq_dequeue_waiterMike Snitzer1-2/+2
2024-02-20dm vdo wait-queue: add proper namespace to interfaceMike Snitzer1-24/+24
2024-02-20dm vdo io-submitter: rename to vdo_submit_vio and submit_data_vioMike Snitzer1-1/+1
2024-02-20dm vdo: add use of deduplication index in hash zonesMatthew Sakai1-0/+625
2024-02-20dm vdo: add hash locks and hash zonesMatthew Sakai1-0/+2443