summaryrefslogtreecommitdiff
path: root/drivers/md/dm-pcache
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-3/+5
2025-12-11Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+16
2025-12-10dm pcache: fix segment info indexingLi Chen1-1/+4
2025-12-10dm pcache: fix cache info indexingLi Chen1-1/+4
2025-12-10dm-pcache: advance slot index before writing slotDongsheng Yang2-8/+8
2025-11-18dm-pcache: zero cache_info before default initLi Chen1-1/+1
2025-11-18dm-pcache: reuse meta_addr in pcache_meta_find_latestLi Chen1-1/+1
2025-11-18dm-pcache: allow built-in build and rename flush helperLi Chen4-6/+6
2025-09-02dm-pcache: use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-01dm-pcache: cleanup: fix coding style report by checkpatch.plDongsheng Yang1-3/+5
2025-09-01dm-pcache: remove ctrl_lock for pcache_cache_segmentDongsheng Yang2-6/+17
2025-08-25dm-pcache: add persistent cache target in device-mapperDongsheng Yang18-0/+5236