Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1321928
| From | Johannes Weiner <hannes@cmpxchg.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] mm: workingset: per-cgroup thrash detection |
| Date | 2016-01-29 19:00 +0100 |
| Message-ID | <qWluW-6FF-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, this is v2 of the per-cgroup thrash detection patches, incorporating Vladimir's feedback and review tags. These patches tag the page cache radix tree eviction entries with the memcg an evicted page belonged to, thus making per-cgroup LRU reclaim work properly and be as adaptive to new cache workingsets as global reclaim already is. This should have been part of the original thrash detection patch series, but was deferred due to the complexity of those patches. Please consider merging this for v4.6. Thanks, Johannes fs/buffer.c | 14 ++-- fs/xfs/xfs_aops.c | 8 +-- include/linux/memcontrol.h | 72 +++++++++++++++---- include/linux/mmzone.h | 13 ++-- 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 | 160 +++++++++++++++++++++++++++++++++---------- 11 files changed, 256 insertions(+), 150 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] mm: workingset: per-cgroup thrash detection Johannes Weiner <hannes@cmpxchg.org> - 2016-01-29 19:00 +0100
[PATCH v2 1/5] mm: memcontrol: generalize locking for the page->mem_cgroup binding Johannes Weiner <hannes@cmpxchg.org> - 2016-01-29 19:00 +0100
Re: [PATCH v2 1/5] mm: memcontrol: generalize locking for the page->mem_cgroup binding Vladimir Davydov <vdavydov@virtuozzo.com> - 2016-02-02 15:20 +0100
[PATCH v2 2/5] mm: workingset: #define radix entry eviction mask Johannes Weiner <hannes@cmpxchg.org> - 2016-01-29 19:00 +0100
[PATCH v2 5/5] mm: workingset: per-cgroup cache thrash detection Johannes Weiner <hannes@cmpxchg.org> - 2016-01-29 19:00 +0100
Re: [PATCH v2 5/5] mm: workingset: per-cgroup cache thrash detection Vladimir Davydov <vdavydov@virtuozzo.com> - 2016-02-02 15:40 +0100
[PATCH v2 3/5] mm: workingset: separate shadow unpacking and refault calculation Johannes Weiner <hannes@cmpxchg.org> - 2016-01-29 19:00 +0100
csiph-web