mm: multi-gen LRU: section for Bloom filters
authorT.J. Alumbaugh <talumbau@google.com>
Wed, 18 Jan 2023 00:18:23 +0000 (00:18 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:33:27 +0000 (22:33 -0800)
commitccbbbb85945d8f0255aa9dbc1b617017e2294f2c
tree096de0c53f420d8439b528c2ca22244457c36962
parentdb19a43d9b3a8876552f00f656008206ef9a5efa
mm: multi-gen LRU: section for Bloom filters

Move Bloom filters code into a dedicated section.  Improve the design doc
to explain Bloom filter usage and connection between aging and eviction in
their use.

Link: https://lkml.kernel.org/r/20230118001827.1040870-4-talumbau@google.com
Signed-off-by: T.J. Alumbaugh <talumbau@google.com>
Cc: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/mm/multigen_lru.rst
mm/vmscan.c