aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md/dm-vdo
AgeCommit message (Expand)AuthorFilesLines
2026-03-30dm vdo: Fix spelling mistake "postive" -> "positive"Colin Ian King1-1/+1
2026-03-26dm vdo: save the formatted metadata to diskBruce Johnston3-20/+147
2026-03-26dm vdo: add formatting logic and initializationBruce Johnston2-25/+81
2026-03-26dm vdo: add synchronous metadata I/O submission helperBruce Johnston3-13/+34
2026-03-26dm vdo: add geometry block structureBruce Johnston2-45/+66
2026-03-26dm vdo: add geometry block encodingBruce Johnston2-0/+58
2026-03-26dm vdo: add upfront validation for logical sizeBruce Johnston1-0/+6
2026-03-26dm vdo: add formatting parameters to table lineBruce Johnston5-17/+111
2026-03-26dm vdo: add super block initialization to encodings.cBruce Johnston3-0/+90
2026-03-26dm vdo: add geometry block initialization to encodings.cBruce Johnston4-0/+103
2026-03-02dm vdo: add __counted_by attribute to a number of structuresKen Raeburn8-8/+8
2026-03-02dm vdo: remove redundant TYPE argument from vdo_allocate macroKen Raeburn32-198/+114
2026-03-02dm vdo: update vdo_allocate_extended to take a field name, no typesKen Raeburn17-78/+40
2026-03-02dm vdo slab-depot: validate old zone count on loadMatthew Sakai1-0/+4
2026-03-02dm vdo indexer: validate saved zone countMatthew Sakai1-0/+3
2026-01-27dm vdo encodings: clean up header and version functionsMatthew Sakai2-30/+6
2026-01-02dm-vdo: adjust function name referenceJulia Lawall1-2/+2
2025-12-11Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds20-169/+298
2025-12-10dm vdo: fix kerneldoc warningsMatthew Sakai20-169/+298
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)1-1/+1
2025-10-03Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-16/+5
2025-09-23dm vdo: return error on corrupted metadata in start_restoring_volume functionsIvan Abramov1-2/+2
2025-09-23dm vdo: Update code to use mem_is_zeroBruce Johnston1-14/+3
2025-09-09block: remove the bi_inline_vecs variable sized array from struct bioChristoph Hellwig1-1/+1
2025-07-31vdo: omit need_resched() before cond_resched()Mikulas Patocka1-2/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-15dm vdo indexer: don't read request structure after enqueuingMatthew Sakai1-11/+13
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-02Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds19-171/+272
2025-02-25dm vdo indexer: reorder uds_request to reduce paddingKen Raeburn2-32/+27
2025-02-24dm vdo: rework processing of loaded refcount byte arraysKen Raeburn1-22/+83
2025-02-24dm vdo: remove remaining ring referencesSweet Tea Dorminy7-22/+22
2025-02-24dm vdo: add missing spin_lock_initKen Raeburn1-0/+1
2025-02-03dm vdo slab-depot: read refcount blocks in large chunks at load timeKen Raeburn2-17/+59
2025-02-03dm vdo vio-pool: allow variable-sized metadata viosKen Raeburn5-19/+46
2025-02-03dm vdo vio-pool: support pools with multiple data blocks per vioKen Raeburn4-9/+12
2025-02-03dm vdo vio-pool: add a pool pointer to pooled_vioKen Raeburn4-17/+19
2025-02-03dm vdo: remove checks that can not failMatthew Sakai2-22/+1
2025-02-03dm vdo indexer: prevent unterminated string warningChung Chung1-2/+3
2025-02-03dm vdo: use a short static string for thread name prefixMatthew Sakai1-10/+1
2024-11-25Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds16-109/+33
2024-11-20dm vdo: fix function doc comment formattingMatthew Sakai10-23/+19
2024-11-20dm vdo int-map: remove unused parametersMatthew Sakai1-17/+11
2024-11-20dm-vdo: reset bi_ioprio to the default value when the bio is resetSusan LeGendre-McGhee1-0/+1
2024-11-20dm-vdo murmurhash: remove u64 alignment requirementSusan LeGendre-McGhee1-5/+2
2024-11-20dm vdo: Remove unused uds_compute_index_sizeDr. David Alan Gilbert2-30/+0
2024-11-20dm vdo: Remove unused functionsDr. David Alan Gilbert2-34/+0
2024-11-05dm vdo: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu2-10/+2
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu1-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2