index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-pcache
/
cache_key.c
Age
Commit message (
Expand
)
Author
2026-07-20
dm-pcache: replace tabs with spaces in comments to fix ASCII diagram alignment
Jianyun Gao
2026-07-20
dm-pcache: fix use-after-free and invalid seg operations in kset_replay()
Jianyun Gao
2026-07-17
dm-pcache: validate the persisted dirty_tail chain at load
Bryam Vargas
2026-07-17
dm-pcache: clamp the tail kset read to the segment data region
Bryam Vargas
2026-07-17
dm-pcache: bound the logical key offset from persistent memory
Bryam Vargas
2026-07-17
dm-pcache: detect a cycle in the last-kset chain during replay
Bryam Vargas
2026-07-17
dm-pcache: reject a kset that overruns its segment
Bryam Vargas
2026-07-17
dm-pcache: validate kset key_num and intra-segment bounds
Bryam Vargas
2026-07-17
dm-pcache: validate seg_id fields from persistent memory
Bryam Vargas
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-08-25
dm-pcache: add persistent cache target in device-mapper
Dongsheng Yang