index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-vdo
/
dedupe.c
Age
Commit message (
Expand
)
Author
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-04-02
Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-02-24
dm vdo: remove remaining ring references
Sweet Tea Dorminy
2025-02-24
dm vdo: add missing spin_lock_init
Ken Raeburn
2024-11-20
dm vdo: fix function doc comment formatting
Matthew Sakai
2024-08-21
dm vdo: don't refer to dedupe_context after releasing it
Ken Raeburn
2024-07-10
dm vdo: remove unused struct 'uds_attribute'
Dr. David Alan Gilbert
2024-03-04
dm vdo logger: change from uds_ to vdo_ namespace
Mike Snitzer
2024-03-04
dm vdo funnel-queue: change from uds_ to vdo_ namespace
Mike Snitzer
2024-03-04
dm vdo: remove all sysfs interfaces
Mike Snitzer
2024-03-04
dm vdo permassert: audit all of ASSERT to test for VDO_SUCCESS
Mike Snitzer
2024-03-04
dm vdo memory-alloc: change from uds_ to vdo_ namespace
Mike Snitzer
2024-03-04
dm-vdo: change unnamed enums to defines
Bruce Johnston
2024-03-04
dm vdo: fix various function names referenced in comment blocks
Jiapeng Chong
2024-03-04
dm vdo: move indexer files into sub-directory
Mike Snitzer
2024-03-01
dm vdo indexer: rename uds.h to indexer.h
Mike Snitzer
2024-02-20
dm vdo dedupe: fix various small nits
Mike Snitzer
2024-02-20
dm vdo: add documentation details on zones and locking
Matthew Sakai
2024-02-20
dm vdo dedupe: silence sparse warnings about locking context imbalances
Mike Snitzer
2024-02-20
dm vdo dedupe: fix various small nits
Mike Snitzer
2024-02-20
dm vdo int-map: remove unused parameter from vdo_int_map_create
Bruce Johnston
2024-02-20
dm vdo int-map: rename functions to use a common vdo_int_map preamble
Bruce Johnston
2024-02-20
dm vdo dedupe: switch to using int-map instead of pointer-map
Bruce Johnston
2024-02-20
dm vdo wait-queue: rename to vdo_waitq_dequeue_waiter
Mike Snitzer
2024-02-20
dm vdo wait-queue: add proper namespace to interface
Mike Snitzer
2024-02-20
dm vdo io-submitter: rename to vdo_submit_vio and submit_data_vio
Mike Snitzer
2024-02-20
dm vdo: add use of deduplication index in hash zones
Matthew Sakai
2024-02-20
dm vdo: add hash locks and hash zones
Matthew Sakai