linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vitaly Wool <vitalywool@gmail.com>
To: Linux-MM <linux-mm@kvack.org>, linux-kernel@vger.kernel.org
Cc: Dan Streetman <ddstreet@ieee.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCHv3 0/3] z3fold: background page compaction
Date: Thu, 27 Oct 2016 13:06:47 +0200	[thread overview]
Message-ID: <20161027130647.782b8ab1f71555200ba15605@gmail.com> (raw)

The coming patchset is another take on z3fold page layout
optimization problem. The previous solution [1] used
shrinker to solve the issue of in-page space fragmentation
but after some discussions the decision was made to rewrite
background page layout optimization using good old work
queues.

The patchset thus implements in-page compaction worker for
z3fold, preceded by some code optimizations and preparations
which, again, deserved to be separate patches.

Changes compared to v2:
- more accurate accounting of unbuddied_nr, per Dan's
  comments
- various cleanups.

Signed-off-by: Vitaly Wool <vitalywool@gmail.com>

[1] https://lkml.org/lkml/2016/10/15/31

             reply	other threads:[~2016-10-27 14:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27 11:06 Vitaly Wool [this message]
2016-10-27 11:08 ` [PATCHv3 1/3] z3fold: make counters atomic Vitaly Wool
2016-11-01 20:03   ` Dan Streetman
2016-11-01 21:03     ` Vitaly Wool
2016-11-01 22:16       ` Dan Streetman
2016-10-27 11:12 ` [PATCHv3 2/3] z3fold: change per-pool spinlock to rwlock Vitaly Wool
2016-11-01 20:16   ` Dan Streetman
2016-11-01 21:05     ` Vitaly Wool
2016-10-27 11:13 ` [PATCHv3 3/3] z3fold: add compaction worker Vitaly Wool
2016-11-01 22:13   ` Dan Streetman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161027130647.782b8ab1f71555200ba15605@gmail.com \
    --to=vitalywool@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=ddstreet@ieee.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).