The patch titled Subject: mm-memcontrol-add-pgscanpgsteal_kswapddirect-items-in-memorystat-of-cgroup-v2-v4 has been added to the -mm mm-unstable branch. Its filename is mm-memcontrol-add-pgscanpgsteal_kswapddirect-items-in-memorystat-of-cgroup-v2-v4.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-memcontrol-add-pgscanpgsteal_kswapddirect-items-in-memorystat-of-cgroup-v2-v4.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> Subject: mm-memcontrol-add-pgscanpgsteal_kswapddirect-items-in-memorystat-of-cgroup-v2-v4 Date: Tue, 7 Jun 2022 14:48:03 +0800 fix the doc, thanks to Johannes Link: https://lkml.kernel.org/r/20220607064803.79363-1-zhengqi.arch@xxxxxxxxxxxxx Signed-off-by: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx> Acked-by: Roman Gushchin <roman.gushchin@xxxxxxxxx> Acked-by: Muchun Song <songmuchun@xxxxxxxxxxxxx> Acked-by: Shakeel Butt <shakeelb@xxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/admin-guide/cgroup-v2.rst | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) --- a/Documentation/admin-guide/cgroup-v2.rst~mm-memcontrol-add-pgscanpgsteal_kswapddirect-items-in-memorystat-of-cgroup-v2-v4 +++ a/Documentation/admin-guide/cgroup-v2.rst @@ -1433,33 +1433,33 @@ PAGE_SIZE multiple when read back. workingset_nodereclaim Number of times a shadow node has been reclaimed - pgfault (npn) - Total number of page faults incurred - - pgmajfault (npn) - Number of major page faults incurred - - pgrefill (npn) - Amount of scanned pages (in an active LRU list) - pgscan (npn) Amount of scanned pages (in an inactive LRU list) + pgsteal (npn) + Amount of reclaimed pages + pgscan_kswapd (npn) Amount of scanned pages by kswapd (in an inactive LRU list) pgscan_direct (npn) Amount of scanned pages directly (in an inactive LRU list) - pgsteal (npn) - Amount of reclaimed pages - pgsteal_kswapd (npn) Amount of reclaimed pages by kswapd pgsteal_direct (npn) Amount of reclaimed pages directly + pgfault (npn) + Total number of page faults incurred + + pgmajfault (npn) + Number of major page faults incurred + + pgrefill (npn) + Amount of scanned pages (in an active LRU list) + pgactivate (npn) Amount of pages moved to the active LRU list _ Patches currently in -mm which might be from zhengqi.arch@xxxxxxxxxxxxx are mm-memcontrol-add-pgscanpgsteal_kswapddirect-items-in-memorystat-of-cgroup-v2.patch mm-memcontrol-add-pgscanpgsteal_kswapddirect-items-in-memorystat-of-cgroup-v2-v3.patch mm-memcontrol-add-pgscanpgsteal_kswapddirect-items-in-memorystat-of-cgroup-v2-v4.patch