index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-vdo
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-03
Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-16
/
+5
2025-09-23
dm vdo: return error on corrupted metadata in start_restoring_volume functions
Ivan Abramov
1
-2
/
+2
2025-09-23
dm vdo: Update code to use mem_is_zero
Bruce Johnston
1
-14
/
+3
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
1
-1
/
+1
2025-07-31
vdo: omit need_resched() before cond_resched()
Mikulas Patocka
1
-2
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-15
dm vdo indexer: don't read request structure after enqueuing
Matthew Sakai
1
-11
/
+13
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-04-02
Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
19
-171
/
+272
2025-02-25
dm vdo indexer: reorder uds_request to reduce padding
Ken Raeburn
2
-32
/
+27
2025-02-24
dm vdo: rework processing of loaded refcount byte arrays
Ken Raeburn
1
-22
/
+83
2025-02-24
dm vdo: remove remaining ring references
Sweet Tea Dorminy
7
-22
/
+22
2025-02-24
dm vdo: add missing spin_lock_init
Ken Raeburn
1
-0
/
+1
2025-02-03
dm vdo slab-depot: read refcount blocks in large chunks at load time
Ken Raeburn
2
-17
/
+59
2025-02-03
dm vdo vio-pool: allow variable-sized metadata vios
Ken Raeburn
5
-19
/
+46
2025-02-03
dm vdo vio-pool: support pools with multiple data blocks per vio
Ken Raeburn
4
-9
/
+12
2025-02-03
dm vdo vio-pool: add a pool pointer to pooled_vio
Ken Raeburn
4
-17
/
+19
2025-02-03
dm vdo: remove checks that can not fail
Matthew Sakai
2
-22
/
+1
2025-02-03
dm vdo indexer: prevent unterminated string warning
Chung Chung
1
-2
/
+3
2025-02-03
dm vdo: use a short static string for thread name prefix
Matthew Sakai
1
-10
/
+1
2024-11-25
Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
16
-109
/
+33
2024-11-20
dm vdo: fix function doc comment formatting
Matthew Sakai
10
-23
/
+19
2024-11-20
dm vdo int-map: remove unused parameters
Matthew Sakai
1
-17
/
+11
2024-11-20
dm-vdo: reset bi_ioprio to the default value when the bio is reset
Susan LeGendre-McGhee
1
-0
/
+1
2024-11-20
dm-vdo murmurhash: remove u64 alignment requirement
Susan LeGendre-McGhee
1
-5
/
+2
2024-11-20
dm vdo: Remove unused uds_compute_index_size
Dr. David Alan Gilbert
2
-30
/
+0
2024-11-20
dm vdo: Remove unused functions
Dr. David Alan Gilbert
2
-34
/
+0
2024-11-05
dm vdo: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
2
-10
/
+2
2024-11-05
lib/min_heap: introduce non-inline versions of min heap API functions
Kuan-Wei Chiu
1
-0
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-23
dm vdo: handle unaligned discards correctly
Matthew Sakai
1
-6
/
+9
2024-09-18
dm vdo indexer: Convert comma to semicolon
Shen Lichuan
1
-1
/
+1
2024-08-21
dm vdo: force read-only mode for a corrupt recovery journal
Susan LeGendre-McGhee
3
-19
/
+24
2024-08-21
dm vdo: abort loading dirty VDO with the old recovery journal format
Susan LeGendre-McGhee
2
-4
/
+24
2024-08-21
dm vdo: add dmsetup message for returning configuration info
Bruce Johnston
3
-1
/
+53
2024-08-21
dm vdo: remove bad check of bi_next field
Ken Raeburn
1
-1
/
+0
2024-08-21
dm vdo: don't refer to dedupe_context after releasing it
Ken Raeburn
1
-0
/
+3
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-16
/
+17
2024-07-19
Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-15
/
+9
2024-07-19
dm vdo int-map: fix kerneldoc formatting
Matthew Sakai
1
-1
/
+1
2024-07-19
dm vdo repair: add missing kerneldoc fields
Matthew Sakai
1
-3
/
+5
2024-07-11
Merge tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-07-11
dm vdo: replace max_discard_sectors with max_hw_discard_sectors
Bruce Johnston
1
-1
/
+1
2024-07-10
dm vdo indexer: use swap() instead of open coding it
Jiapeng Chong
1
-4
/
+1
2024-07-10
dm vdo: remove unused struct 'uds_attribute'
Dr. David Alan Gilbert
1
-5
/
+0
2024-07-10
dm: stop using blk_limits_io_{min,opt}
Christoph Hellwig
1
-2
/
+2
2024-06-24
lib min_heap: rename min_heapify() to min_heap_sift_down()
Kuan-Wei Chiu
1
-1
/
+1
2024-06-24
lib min_heap: add args for min_heap_callbacks
Kuan-Wei Chiu
2
-9
/
+10
2024-06-24
lib min_heap: add type safe interface
Kuan-Wei Chiu
2
-7
/
+7
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+3
[next]