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
Age
Commit message (
Expand
)
Author
7 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