index
:
kernel/git/stable/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-pcache
Age
Commit message (
Expand
)
Author
8 days
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-08-06
block: rename bi_bvec_done
Pavel Begunkov
2026-07-28
dm-pcache: remove unused 'cache' parameter from cache_key_gc()
Jianyun Gao
2026-07-28
dm-pcache: remove unused miss_read_end_work_fn declaration
Jianyun Gao
2026-07-20
dm-pcache: remove unused 'allocated' variable in cache_data_alloc()
Jianyun Gao
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-20
dm-pcache: fix implicit u8 truncation of gc_percent in message handler
Jianyun Gao
2026-07-17
dm-pcache: only hand out initialized cache segments
Bryam Vargas
2026-07-17
dm-pcache: validate the persisted dirty_tail chain at load
Bryam Vargas
2026-07-17
dm-pcache: validate on-media seg_num against the cache device size
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: bound the persisted tail-position offset
Bryam Vargas
2026-07-17
dm-pcache: validate kset key_num and intra-segment bounds
Bryam Vargas
2026-07-17
dm-pcache: validate geometry fields from on-disk cache_info
Bryam Vargas
2026-07-17
dm-pcache: validate seg_id fields from persistent memory
Bryam Vargas
2026-07-08
dm-pcache: reject option groups without values
Samuel Moelius
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-11
Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-12-10
dm pcache: fix segment info indexing
Li Chen
2025-12-10
dm pcache: fix cache info indexing
Li Chen
2025-12-10
dm-pcache: advance slot index before writing slot
Dongsheng Yang
2025-11-18
dm-pcache: zero cache_info before default init
Li Chen
2025-11-18
dm-pcache: reuse meta_addr in pcache_meta_find_latest
Li Chen
2025-11-18
dm-pcache: allow built-in build and rename flush helper
Li Chen
2025-09-02
dm-pcache: use int type to store negative error codes
Qianfeng Rong
2025-09-01
dm-pcache: cleanup: fix coding style report by checkpatch.pl
Dongsheng Yang
2025-09-01
dm-pcache: remove ctrl_lock for pcache_cache_segment
Dongsheng Yang
2025-08-25
dm-pcache: add persistent cache target in device-mapper
Dongsheng Yang