linux-stable/tools/mm
Matthew Wilcox (Oracle) 02e1960aaf mm: rename PG_mappedtodisk to PG_owner_2
This flag has similar constraints to PG_owner_priv_1 -- it is ignored by
core code, and is entirely for the use of the code which allocated the
folio.  Since the pagecache does not use it, individual filesystems can
use it.  The bufferhead code does use it, so filesystems which use the
buffer cache must not use it for another purpose.

Link: https://lkml.kernel.org/r/20240821193445.2294269-10-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2024-09-03 21:15:45 -07:00
..
.gitignore tools/vm: rename tools/vm to tools/mm 2023-01-18 17:12:55 -08:00
Makefile tools/mm: introduce a tool to assess swap entry allocation for thp_swapout 2024-07-10 12:14:51 -07:00
page_owner_sort.c tools/mm: update the usage output to be more organized 2023-10-18 14:34:19 -07:00
page-types.c mm: rename PG_mappedtodisk to PG_owner_2 2024-09-03 21:15:45 -07:00
slabinfo-gnuplot.sh tools/vm: rename tools/vm to tools/mm 2023-01-18 17:12:55 -08:00
slabinfo.c tools/vm: rename tools/vm to tools/mm 2023-01-18 17:12:55 -08:00
thp_swap_allocator_test.c tools/mm: introduce a tool to assess swap entry allocation for thp_swapout 2024-07-10 12:14:51 -07:00
thpmaps tools/mm: add thpmaps script to dump THP usage info 2024-02-22 10:24:38 -08:00