index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-vdo
/
dedupe.c
Age
Commit message (
Expand
)
Author
2026-03-02
dm vdo: add __counted_by attribute to a number of structures
Ken Raeburn
2026-03-02
dm vdo: remove redundant TYPE argument from vdo_allocate macro
Ken Raeburn
2026-03-02
dm vdo: update vdo_allocate_extended to take a field name, no types
Ken Raeburn
2025-12-10
dm vdo: fix kerneldoc warnings
Matthew Sakai
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