index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-vdo
Age
Commit message (
Expand
)
Author
2026-05-04
dm vdo: use GFP_NOIO for blkdev_issue_zeroout on format path
Bruce Johnston
2026-03-30
dm vdo: Fix spelling mistake "postive" -> "positive"
Colin Ian King
2026-03-26
dm vdo: save the formatted metadata to disk
Bruce Johnston
2026-03-26
dm vdo: add formatting logic and initialization
Bruce Johnston
2026-03-26
dm vdo: add synchronous metadata I/O submission helper
Bruce Johnston
2026-03-26
dm vdo: add geometry block structure
Bruce Johnston
2026-03-26
dm vdo: add geometry block encoding
Bruce Johnston
2026-03-26
dm vdo: add upfront validation for logical size
Bruce Johnston
2026-03-26
dm vdo: add formatting parameters to table line
Bruce Johnston
2026-03-26
dm vdo: add super block initialization to encodings.c
Bruce Johnston
2026-03-26
dm vdo: add geometry block initialization to encodings.c
Bruce Johnston
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
2026-03-02
dm vdo slab-depot: validate old zone count on load
Matthew Sakai
2026-03-02
dm vdo indexer: validate saved zone count
Matthew Sakai
2026-01-27
dm vdo encodings: clean up header and version functions
Matthew Sakai
2026-01-02
dm-vdo: adjust function name reference
Julia Lawall
2025-12-11
Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-12-10
dm vdo: fix kerneldoc warnings
Matthew Sakai
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
2025-10-03
Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-09-23
dm vdo: return error on corrupted metadata in start_restoring_volume functions
Ivan Abramov
2025-09-23
dm vdo: Update code to use mem_is_zero
Bruce Johnston
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
2025-07-31
vdo: omit need_resched() before cond_resched()
Mikulas Patocka
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-15
dm vdo indexer: don't read request structure after enqueuing
Matthew Sakai
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-25
dm vdo indexer: reorder uds_request to reduce padding
Ken Raeburn
2025-02-24
dm vdo: rework processing of loaded refcount byte arrays
Ken Raeburn
2025-02-24
dm vdo: remove remaining ring references
Sweet Tea Dorminy
2025-02-24
dm vdo: add missing spin_lock_init
Ken Raeburn
2025-02-03
dm vdo slab-depot: read refcount blocks in large chunks at load time
Ken Raeburn
2025-02-03
dm vdo vio-pool: allow variable-sized metadata vios
Ken Raeburn
2025-02-03
dm vdo vio-pool: support pools with multiple data blocks per vio
Ken Raeburn
2025-02-03
dm vdo vio-pool: add a pool pointer to pooled_vio
Ken Raeburn
2025-02-03
dm vdo: remove checks that can not fail
Matthew Sakai
2025-02-03
dm vdo indexer: prevent unterminated string warning
Chung Chung
2025-02-03
dm vdo: use a short static string for thread name prefix
Matthew Sakai
2024-11-25
Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-11-20
dm vdo: fix function doc comment formatting
Matthew Sakai
2024-11-20
dm vdo int-map: remove unused parameters
Matthew Sakai
2024-11-20
dm-vdo: reset bi_ioprio to the default value when the bio is reset
Susan LeGendre-McGhee
2024-11-20
dm-vdo murmurhash: remove u64 alignment requirement
Susan LeGendre-McGhee
2024-11-20
dm vdo: Remove unused uds_compute_index_size
Dr. David Alan Gilbert
2024-11-20
dm vdo: Remove unused functions
Dr. David Alan Gilbert
2024-11-05
dm vdo: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
2024-11-05
lib/min_heap: introduce non-inline versions of min heap API functions
Kuan-Wei Chiu
[next]