From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752877AbcAZVBD (ORCPT ); Tue, 26 Jan 2016 16:01:03 -0500 Received: from gum.cmpxchg.org ([85.214.110.215]:54846 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752305AbcAZVAy (ORCPT ); Tue, 26 Jan 2016 16:00:54 -0500 From: Johannes Weiner To: Andrew Morton Cc: Vladimir Davydov , Michal Hocko , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: [PATCH 0/5] mm: workingset: per-cgroup thrash detection Date: Tue, 26 Jan 2016 16:00:01 -0500 Message-Id: <1453842006-29265-1-git-send-email-hannes@cmpxchg.org> X-Mailer: git-send-email 2.7.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, these patches make the workingset code cgroup-aware, so that page reclaim works properly when using the cgroup memory controller. More details in the 5/5 changelog. This should have been part of the original thrash detection patches, but those were already too complex. So here we go. Thanks, Johannes fs/buffer.c | 14 ++-- fs/xfs/xfs_aops.c | 8 +-- include/linux/memcontrol.h | 55 ++++++++++++++-- include/linux/mmzone.h | 11 ++-- include/linux/swap.h | 1 + mm/filemap.c | 12 ++-- mm/memcontrol.c | 59 ++++------------- mm/page-writeback.c | 28 ++++---- mm/rmap.c | 8 +-- mm/truncate.c | 6 +- mm/vmscan.c | 26 ++++---- mm/workingset.c | 151 ++++++++++++++++++++++++++++++++----------- 12 files changed, 236 insertions(+), 143 deletions(-)