开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-vdo
/
dedupe.c
Age
Commit message (
Expand
)
Author
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