summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-15dm vdo indexer: don't read request structure after enqueuingMatthew Sakai
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-02Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-02-25dm vdo indexer: reorder uds_request to reduce paddingKen Raeburn
2025-02-24dm vdo: rework processing of loaded refcount byte arraysKen Raeburn
2025-02-24dm vdo: remove remaining ring referencesSweet Tea Dorminy
2025-02-24dm vdo: add missing spin_lock_initKen Raeburn
2025-02-03dm vdo slab-depot: read refcount blocks in large chunks at load timeKen Raeburn
2025-02-03dm vdo vio-pool: allow variable-sized metadata viosKen Raeburn
2025-02-03dm vdo vio-pool: support pools with multiple data blocks per vioKen Raeburn
2025-02-03dm vdo vio-pool: add a pool pointer to pooled_vioKen Raeburn
2025-02-03dm vdo: remove checks that can not failMatthew Sakai
2025-02-03dm vdo indexer: prevent unterminated string warningChung Chung
2025-02-03dm vdo: use a short static string for thread name prefixMatthew Sakai
2024-11-25Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-20dm vdo: fix function doc comment formattingMatthew Sakai
2024-11-20dm vdo int-map: remove unused parametersMatthew Sakai
2024-11-20dm-vdo: reset bi_ioprio to the default value when the bio is resetSusan LeGendre-McGhee
2024-11-20dm-vdo murmurhash: remove u64 alignment requirementSusan LeGendre-McGhee
2024-11-20dm vdo: Remove unused uds_compute_index_sizeDr. David Alan Gilbert
2024-11-20dm vdo: Remove unused functionsDr. David Alan Gilbert
2024-11-05dm vdo: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-23dm vdo: handle unaligned discards correctlyMatthew Sakai
2024-09-18dm vdo indexer: Convert comma to semicolonShen Lichuan
2024-08-21dm vdo: force read-only mode for a corrupt recovery journalSusan LeGendre-McGhee
2024-08-21dm vdo: abort loading dirty VDO with the old recovery journal formatSusan LeGendre-McGhee
2024-08-21dm vdo: add dmsetup message for returning configuration infoBruce Johnston
2024-08-21dm vdo: remove bad check of bi_next fieldKen Raeburn
2024-08-21dm vdo: don't refer to dedupe_context after releasing itKen Raeburn
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-19Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-19dm vdo int-map: fix kerneldoc formattingMatthew Sakai
2024-07-19dm vdo repair: add missing kerneldoc fieldsMatthew Sakai
2024-07-11Merge tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-11dm vdo: replace max_discard_sectors with max_hw_discard_sectorsBruce Johnston
2024-07-10dm vdo indexer: use swap() instead of open coding itJiapeng Chong
2024-07-10dm vdo: remove unused struct 'uds_attribute'Dr. David Alan Gilbert
2024-07-10dm: stop using blk_limits_io_{min,opt}Christoph Hellwig
2024-06-24lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu
2024-06-24lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu
2024-06-24lib min_heap: add type safe interfaceKuan-Wei Chiu
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-03dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)Al Viro
2024-04-10dm vdo murmurhash: remove unneeded semicolonMatthew Sakai