index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-pcache
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-2
/
+2
2026-08-06
block: rename bi_bvec_done
Pavel Begunkov
1
-2
/
+2
2026-07-28
dm-pcache: remove unused 'cache' parameter from cache_key_gc()
Jianyun Gao
1
-3
/
+2
2026-07-28
dm-pcache: remove unused miss_read_end_work_fn declaration
Jianyun Gao
1
-1
/
+0
2026-07-20
dm-pcache: remove unused 'allocated' variable in cache_data_alloc()
Jianyun Gao
1
-5
/
+2
2026-07-20
dm-pcache: replace tabs with spaces in comments to fix ASCII diagram alignment
Jianyun Gao
3
-9
/
+9
2026-07-20
dm-pcache: fix use-after-free and invalid seg operations in kset_replay()
Jianyun Gao
1
-7
/
+6
2026-07-20
dm-pcache: fix implicit u8 truncation of gc_percent in message handler
Jianyun Gao
1
-2
/
+2
2026-07-17
dm-pcache: only hand out initialized cache segments
Bryam Vargas
1
-2
/
+10
2026-07-17
dm-pcache: validate the persisted dirty_tail chain at load
Bryam Vargas
3
-0
/
+78
2026-07-17
dm-pcache: validate on-media seg_num against the cache device size
Bryam Vargas
1
-1
/
+21
2026-07-17
dm-pcache: clamp the tail kset read to the segment data region
Bryam Vargas
3
-3
/
+3
2026-07-17
dm-pcache: bound the logical key offset from persistent memory
Bryam Vargas
1
-0
/
+9
2026-07-17
dm-pcache: detect a cycle in the last-kset chain during replay
Bryam Vargas
1
-1
/
+6
2026-07-17
dm-pcache: reject a kset that overruns its segment
Bryam Vargas
3
-0
/
+15
2026-07-17
dm-pcache: bound the persisted tail-position offset
Bryam Vargas
1
-0
/
+4
2026-07-17
dm-pcache: validate kset key_num and intra-segment bounds
Bryam Vargas
4
-9
/
+38
2026-07-17
dm-pcache: validate geometry fields from on-disk cache_info
Bryam Vargas
1
-0
/
+14
2026-07-17
dm-pcache: validate seg_id fields from persistent memory
Bryam Vargas
5
-6
/
+63
2026-07-08
dm-pcache: reject option groups without values
Samuel Moelius
1
-0
/
+8
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-3
/
+5
2025-12-11
Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
2
-10
/
+16
2025-12-10
dm pcache: fix segment info indexing
Li Chen
1
-1
/
+4
2025-12-10
dm pcache: fix cache info indexing
Li Chen
1
-1
/
+4
2025-12-10
dm-pcache: advance slot index before writing slot
Dongsheng Yang
2
-8
/
+8
2025-11-18
dm-pcache: zero cache_info before default init
Li Chen
1
-1
/
+1
2025-11-18
dm-pcache: reuse meta_addr in pcache_meta_find_latest
Li Chen
1
-1
/
+1
2025-11-18
dm-pcache: allow built-in build and rename flush helper
Li Chen
4
-6
/
+6
2025-09-02
dm-pcache: use int type to store negative error codes
Qianfeng Rong
1
-1
/
+2
2025-09-01
dm-pcache: cleanup: fix coding style report by checkpatch.pl
Dongsheng Yang
1
-3
/
+5
2025-09-01
dm-pcache: remove ctrl_lock for pcache_cache_segment
Dongsheng Yang
2
-6
/
+17
2025-08-25
dm-pcache: add persistent cache target in device-mapper
Dongsheng Yang
18
-0
/
+5236