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