aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-vdo/dedupe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-02Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+10
2025-02-24dm vdo: remove remaining ring referencesSweet Tea Dorminy1-10/+10
2025-02-24dm vdo: add missing spin_lock_initKen Raeburn1-0/+1
2024-11-20dm vdo: fix function doc comment formattingMatthew Sakai1-4/+5
2024-08-21dm vdo: don't refer to dedupe_context after releasing itKen Raeburn1-0/+3
2024-07-10dm vdo: remove unused struct 'uds_attribute'Dr. David Alan Gilbert1-5/+0
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