LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Nick Piggin <npiggin@suse.de>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: [patch] mm: NUMA replicated pagecache
Date: Wed, 14 Feb 2007 05:28:43 +0100 [thread overview]
Message-ID: <20070214042843.GD7125@wotan.suse.de> (raw)
In-Reply-To: <20070213060924.GB20644@wotan.suse.de>
On Tue, Feb 13, 2007 at 07:09:24AM +0100, Nick Piggin wrote:
>
> Issues:
> - Not commented. I want to change the interfaces around anyway.
> - Breaks filesystems that use filemap_nopage, but don't call filemap_mkwrite
> (eg. XFS). Fix is trivial for most cases.
> - Haven't tested NUMA yet (only tested via a hack to do per-CPU replication)
> - Would like to be able to control replication via userspace, and maybe
> even internally to the kernel.
> - Ideally, reclaim might reclaim replicated pages preferentially, however
> I aim to be _minimally_ intrusive.
> - Would like to replicate PagePrivate, but filesystem may dirty page via
> buffers. Any solutions? (currently should mount with 'nobh').
Hmm, I guess we should be able to do this for pagecache of regular files,
as filesystems should not have any business dirtying that.
next prev parent reply other threads:[~2007-02-14 4:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-13 6:09 Nick Piggin
2007-02-13 6:09 ` Nick Piggin
2007-02-14 4:28 ` Nick Piggin [this message]
2007-02-14 18:57 ` Christoph Lameter
2007-02-15 0:07 ` Nick Piggin
2007-02-14 19:00 ` Christoph Lameter
2007-02-15 0:10 ` Nick Piggin
2007-02-15 0:13 ` Christoph Lameter
2007-02-14 20:32 ` Lee Schermerhorn
2007-02-15 0:38 ` Nick Piggin
2007-02-15 23:29 ` Lee Schermerhorn
2007-02-16 13:35 ` Nick Piggin
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=20070214042843.GD7125@wotan.suse.de \
--to=npiggin@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--subject='Re: [patch] mm: NUMA replicated pagecache' \
/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
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).