summaryrefslogtreecommitdiff
path: root/drivers/md/dm-pcache
AgeCommit message (Expand)Author
7 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-06block: rename bi_bvec_donePavel Begunkov
2026-07-28dm-pcache: remove unused 'cache' parameter from cache_key_gc()Jianyun Gao
2026-07-28dm-pcache: remove unused miss_read_end_work_fn declarationJianyun Gao
2026-07-20dm-pcache: remove unused 'allocated' variable in cache_data_alloc()Jianyun Gao
2026-07-20dm-pcache: replace tabs with spaces in comments to fix ASCII diagram alignmentJianyun Gao
2026-07-20dm-pcache: fix use-after-free and invalid seg operations in kset_replay()Jianyun Gao
2026-07-20dm-pcache: fix implicit u8 truncation of gc_percent in message handlerJianyun Gao
2026-07-17dm-pcache: only hand out initialized cache segmentsBryam Vargas
2026-07-17dm-pcache: validate the persisted dirty_tail chain at loadBryam Vargas
2026-07-17dm-pcache: validate on-media seg_num against the cache device sizeBryam Vargas
2026-07-17dm-pcache: clamp the tail kset read to the segment data regionBryam Vargas
2026-07-17dm-pcache: bound the logical key offset from persistent memoryBryam Vargas
2026-07-17dm-pcache: detect a cycle in the last-kset chain during replayBryam Vargas
2026-07-17dm-pcache: reject a kset that overruns its segmentBryam Vargas
2026-07-17dm-pcache: bound the persisted tail-position offsetBryam Vargas
2026-07-17dm-pcache: validate kset key_num and intra-segment boundsBryam Vargas
2026-07-17dm-pcache: validate geometry fields from on-disk cache_infoBryam Vargas
2026-07-17dm-pcache: validate seg_id fields from persistent memoryBryam Vargas
2026-07-08dm-pcache: reject option groups without valuesSamuel Moelius
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-11Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-10dm pcache: fix segment info indexingLi Chen
2025-12-10dm pcache: fix cache info indexingLi Chen
2025-12-10dm-pcache: advance slot index before writing slotDongsheng Yang
2025-11-18dm-pcache: zero cache_info before default initLi Chen
2025-11-18dm-pcache: reuse meta_addr in pcache_meta_find_latestLi Chen
2025-11-18dm-pcache: allow built-in build and rename flush helperLi Chen
2025-09-02dm-pcache: use int type to store negative error codesQianfeng Rong
2025-09-01dm-pcache: cleanup: fix coding style report by checkpatch.plDongsheng Yang
2025-09-01dm-pcache: remove ctrl_lock for pcache_cache_segmentDongsheng Yang
2025-08-25dm-pcache: add persistent cache target in device-mapperDongsheng Yang