summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/dedupe.c
AgeCommit message (Expand)Author
2024-08-21dm vdo: don't refer to dedupe_context after releasing itKen Raeburn
2024-07-10dm vdo: remove unused struct 'uds_attribute'Dr. David Alan Gilbert
2024-03-04dm vdo logger: change from uds_ to vdo_ namespaceMike Snitzer
2024-03-04dm vdo funnel-queue: change from uds_ to vdo_ namespaceMike Snitzer
2024-03-04dm vdo: remove all sysfs interfacesMike Snitzer
2024-03-04dm vdo permassert: audit all of ASSERT to test for VDO_SUCCESSMike Snitzer
2024-03-04dm vdo memory-alloc: change from uds_ to vdo_ namespaceMike Snitzer
2024-03-04dm-vdo: change unnamed enums to definesBruce Johnston
2024-03-04dm vdo: fix various function names referenced in comment blocksJiapeng Chong
2024-03-04dm vdo: move indexer files into sub-directoryMike Snitzer
2024-03-01dm vdo indexer: rename uds.h to indexer.hMike Snitzer
2024-02-20dm vdo dedupe: fix various small nitsMike Snitzer
2024-02-20dm vdo: add documentation details on zones and lockingMatthew Sakai
2024-02-20dm vdo dedupe: silence sparse warnings about locking context imbalancesMike Snitzer
2024-02-20dm vdo dedupe: fix various small nitsMike Snitzer
2024-02-20dm vdo int-map: remove unused parameter from vdo_int_map_createBruce Johnston
2024-02-20dm vdo int-map: rename functions to use a common vdo_int_map preambleBruce Johnston
2024-02-20dm vdo dedupe: switch to using int-map instead of pointer-mapBruce Johnston
2024-02-20dm vdo wait-queue: rename to vdo_waitq_dequeue_waiterMike Snitzer
2024-02-20dm vdo wait-queue: add proper namespace to interfaceMike Snitzer
2024-02-20dm vdo io-submitter: rename to vdo_submit_vio and submit_data_vioMike Snitzer
2024-02-20dm vdo: add use of deduplication index in hash zonesMatthew Sakai
2024-02-20dm vdo: add hash locks and hash zonesMatthew Sakai