index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-vdo
Age
Commit message (
Expand
)
Author
Lines
2026-03-30
dm vdo: Fix spelling mistake "postive" -> "positive"
Colin Ian King
-1
/
+1
2026-03-26
dm vdo: save the formatted metadata to disk
Bruce Johnston
-20
/
+147
2026-03-26
dm vdo: add formatting logic and initialization
Bruce Johnston
-25
/
+81
2026-03-26
dm vdo: add synchronous metadata I/O submission helper
Bruce Johnston
-13
/
+34
2026-03-26
dm vdo: add geometry block structure
Bruce Johnston
-45
/
+66
2026-03-26
dm vdo: add geometry block encoding
Bruce Johnston
-0
/
+58
2026-03-26
dm vdo: add upfront validation for logical size
Bruce Johnston
-0
/
+6
2026-03-26
dm vdo: add formatting parameters to table line
Bruce Johnston
-17
/
+111
2026-03-26
dm vdo: add super block initialization to encodings.c
Bruce Johnston
-0
/
+90
2026-03-26
dm vdo: add geometry block initialization to encodings.c
Bruce Johnston
-0
/
+103
2026-03-02
dm vdo: add __counted_by attribute to a number of structures
Ken Raeburn
-8
/
+8
2026-03-02
dm vdo: remove redundant TYPE argument from vdo_allocate macro
Ken Raeburn
-198
/
+114
2026-03-02
dm vdo: update vdo_allocate_extended to take a field name, no types
Ken Raeburn
-78
/
+40
2026-03-02
dm vdo slab-depot: validate old zone count on load
Matthew Sakai
-0
/
+4
2026-03-02
dm vdo indexer: validate saved zone count
Matthew Sakai
-0
/
+3
2026-01-27
dm vdo encodings: clean up header and version functions
Matthew Sakai
-30
/
+6
2026-01-02
dm-vdo: adjust function name reference
Julia Lawall
-2
/
+2
2025-12-11
Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-169
/
+298
2025-12-10
dm vdo: fix kerneldoc warnings
Matthew Sakai
-169
/
+298
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
-1
/
+1
2025-10-03
Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-16
/
+5
2025-09-23
dm vdo: return error on corrupted metadata in start_restoring_volume functions
Ivan Abramov
-2
/
+2
2025-09-23
dm vdo: Update code to use mem_is_zero
Bruce Johnston
-14
/
+3
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
-1
/
+1
2025-07-31
vdo: omit need_resched() before cond_resched()
Mikulas Patocka
-2
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-05-15
dm vdo indexer: don't read request structure after enqueuing
Matthew Sakai
-11
/
+13
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-04-02
Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-171
/
+272
2025-02-25
dm vdo indexer: reorder uds_request to reduce padding
Ken Raeburn
-32
/
+27
2025-02-24
dm vdo: rework processing of loaded refcount byte arrays
Ken Raeburn
-22
/
+83
2025-02-24
dm vdo: remove remaining ring references
Sweet Tea Dorminy
-22
/
+22
2025-02-24
dm vdo: add missing spin_lock_init
Ken Raeburn
-0
/
+1
2025-02-03
dm vdo slab-depot: read refcount blocks in large chunks at load time
Ken Raeburn
-17
/
+59
2025-02-03
dm vdo vio-pool: allow variable-sized metadata vios
Ken Raeburn
-19
/
+46
2025-02-03
dm vdo vio-pool: support pools with multiple data blocks per vio
Ken Raeburn
-9
/
+12
2025-02-03
dm vdo vio-pool: add a pool pointer to pooled_vio
Ken Raeburn
-17
/
+19
2025-02-03
dm vdo: remove checks that can not fail
Matthew Sakai
-22
/
+1
2025-02-03
dm vdo indexer: prevent unterminated string warning
Chung Chung
-2
/
+3
2025-02-03
dm vdo: use a short static string for thread name prefix
Matthew Sakai
-10
/
+1
2024-11-25
Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-109
/
+33
2024-11-20
dm vdo: fix function doc comment formatting
Matthew Sakai
-23
/
+19
2024-11-20
dm vdo int-map: remove unused parameters
Matthew Sakai
-17
/
+11
2024-11-20
dm-vdo: reset bi_ioprio to the default value when the bio is reset
Susan LeGendre-McGhee
-0
/
+1
2024-11-20
dm-vdo murmurhash: remove u64 alignment requirement
Susan LeGendre-McGhee
-5
/
+2
2024-11-20
dm vdo: Remove unused uds_compute_index_size
Dr. David Alan Gilbert
-30
/
+0
2024-11-20
dm vdo: Remove unused functions
Dr. David Alan Gilbert
-34
/
+0
2024-11-05
dm vdo: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
-10
/
+2
2024-11-05
lib/min_heap: introduce non-inline versions of min heap API functions
Kuan-Wei Chiu
-0
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-2
/
+2
[next]