summaryrefslogtreecommitdiff
path: root/drivers/md/dm-pcache/cache_key.c
AgeCommit message (Expand)Author
2026-07-20dm-pcache: replace tabs with spaces in comments to fix ASCII diagram alignmentJianyun Gao
2026-07-20dm-pcache: fix use-after-free and invalid seg operations in kset_replay()Jianyun Gao
2026-07-17dm-pcache: validate the persisted dirty_tail chain at loadBryam Vargas
2026-07-17dm-pcache: clamp the tail kset read to the segment data regionBryam Vargas
2026-07-17dm-pcache: bound the logical key offset from persistent memoryBryam Vargas
2026-07-17dm-pcache: detect a cycle in the last-kset chain during replayBryam Vargas
2026-07-17dm-pcache: reject a kset that overruns its segmentBryam Vargas
2026-07-17dm-pcache: validate kset key_num and intra-segment boundsBryam Vargas
2026-07-17dm-pcache: validate seg_id fields from persistent memoryBryam Vargas
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-08-25dm-pcache: add persistent cache target in device-mapperDongsheng Yang