aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md/dm-pcache
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-2/+2
2026-08-06block: rename bi_bvec_donePavel Begunkov1-2/+2
2026-07-28dm-pcache: remove unused 'cache' parameter from cache_key_gc()Jianyun Gao1-3/+2
2026-07-28dm-pcache: remove unused miss_read_end_work_fn declarationJianyun Gao1-1/+0
2026-07-20dm-pcache: remove unused 'allocated' variable in cache_data_alloc()Jianyun Gao1-5/+2
2026-07-20dm-pcache: replace tabs with spaces in comments to fix ASCII diagram alignmentJianyun Gao3-9/+9
2026-07-20dm-pcache: fix use-after-free and invalid seg operations in kset_replay()Jianyun Gao1-7/+6
2026-07-20dm-pcache: fix implicit u8 truncation of gc_percent in message handlerJianyun Gao1-2/+2
2026-07-17dm-pcache: only hand out initialized cache segmentsBryam Vargas1-2/+10
2026-07-17dm-pcache: validate the persisted dirty_tail chain at loadBryam Vargas3-0/+78
2026-07-17dm-pcache: validate on-media seg_num against the cache device sizeBryam Vargas1-1/+21
2026-07-17dm-pcache: clamp the tail kset read to the segment data regionBryam Vargas3-3/+3
2026-07-17dm-pcache: bound the logical key offset from persistent memoryBryam Vargas1-0/+9
2026-07-17dm-pcache: detect a cycle in the last-kset chain during replayBryam Vargas1-1/+6
2026-07-17dm-pcache: reject a kset that overruns its segmentBryam Vargas3-0/+15
2026-07-17dm-pcache: bound the persisted tail-position offsetBryam Vargas1-0/+4
2026-07-17dm-pcache: validate kset key_num and intra-segment boundsBryam Vargas4-9/+38
2026-07-17dm-pcache: validate geometry fields from on-disk cache_infoBryam Vargas1-0/+14
2026-07-17dm-pcache: validate seg_id fields from persistent memoryBryam Vargas5-6/+63
2026-07-08dm-pcache: reject option groups without valuesSamuel Moelius1-0/+8
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-3/+5
2025-12-11Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-10/+16
2025-12-10dm pcache: fix segment info indexingLi Chen1-1/+4
2025-12-10dm pcache: fix cache info indexingLi Chen1-1/+4
2025-12-10dm-pcache: advance slot index before writing slotDongsheng Yang2-8/+8
2025-11-18dm-pcache: zero cache_info before default initLi Chen1-1/+1
2025-11-18dm-pcache: reuse meta_addr in pcache_meta_find_latestLi Chen1-1/+1
2025-11-18dm-pcache: allow built-in build and rename flush helperLi Chen4-6/+6
2025-09-02dm-pcache: use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-01dm-pcache: cleanup: fix coding style report by checkpatch.plDongsheng Yang1-3/+5
2025-09-01dm-pcache: remove ctrl_lock for pcache_cache_segmentDongsheng Yang2-6/+17
2025-08-25dm-pcache: add persistent cache target in device-mapperDongsheng Yang18-0/+5236