summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-vdo/dedupe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dm vdo: don't refer to dedupe_context after releasing itKen Raeburn2024-08-211-0/+3
* dm vdo: remove unused struct 'uds_attribute'Dr. David Alan Gilbert2024-07-101-5/+0
* dm vdo logger: change from uds_ to vdo_ namespaceMike Snitzer2024-03-041-18/+18
* dm vdo funnel-queue: change from uds_ to vdo_ namespaceMike Snitzer2024-03-041-5/+5
* dm vdo: remove all sysfs interfacesMike Snitzer2024-03-041-67/+3
* dm vdo permassert: audit all of ASSERT to test for VDO_SUCCESSMike Snitzer2024-03-041-83/+82
* dm vdo memory-alloc: change from uds_ to vdo_ namespaceMike Snitzer2024-03-041-17/+17
* dm-vdo: change unnamed enums to definesBruce Johnston2024-03-041-13/+7
* dm vdo: fix various function names referenced in comment blocksJiapeng Chong2024-03-041-1/+1
* dm vdo: move indexer files into sub-directoryMike Snitzer2024-03-041-1/+2
* dm vdo indexer: rename uds.h to indexer.hMike Snitzer2024-03-011-1/+1
* dm vdo dedupe: fix various small nitsMike Snitzer2024-02-201-4/+7
* dm vdo: add documentation details on zones and lockingMatthew Sakai2024-02-201-0/+5
* dm vdo dedupe: silence sparse warnings about locking context imbalancesMike Snitzer2024-02-201-0/+2
* dm vdo dedupe: fix various small nitsMike Snitzer2024-02-201-5/+4
* dm vdo int-map: remove unused parameter from vdo_int_map_createBruce Johnston2024-02-201-1/+1
* dm vdo int-map: rename functions to use a common vdo_int_map preambleBruce Johnston2024-02-201-2/+2
* dm vdo dedupe: switch to using int-map instead of pointer-mapBruce Johnston2024-02-201-26/+22
* dm vdo wait-queue: rename to vdo_waitq_dequeue_waiterMike Snitzer2024-02-201-2/+2
* dm vdo wait-queue: add proper namespace to interfaceMike Snitzer2024-02-201-24/+24
* dm vdo io-submitter: rename to vdo_submit_vio and submit_data_vioMike Snitzer2024-02-201-1/+1
* dm vdo: add use of deduplication index in hash zonesMatthew Sakai2024-02-201-0/+625
* dm vdo: add hash locks and hash zonesMatthew Sakai2024-02-201-0/+2443