From: ebiederm@xmission.com (Eric W. Biederman)
To: Rik van Riel <riel@conectiva.com.br>
Cc: Andreas Osterburg <alanos@first.gmd.de>, linux-kernel@vger.kernel.org
Subject: Re: Swapping over NFS in Linux 2.4?
Date: 16 Nov 2000 08:55:37 -0700 [thread overview]
Message-ID: <m13dgr9aiu.fsf@frodo.biederman.org> (raw)
In-Reply-To: <Pine.LNX.4.21.0011151421580.5584-100000@duckman.distro.conectiva>
In-Reply-To: Rik van Riel's message of "Wed, 15 Nov 2000 14:23:24 -0200 (BRDT)"
Rik van Riel <riel@conectiva.com.br> writes:
> On Wed, 15 Nov 2000, Andreas Osterburg wrote:
>
> > Because I set up a diskless Linux-workstation, I want to swap
> > over NFS. For this purpose I found only patches for "older"
> > Linux-versions (2.0, 2.1, 2.2?).
>
> > Does anyone know wheter there are patches for 2.4 or does anyone
> > know another solution for this problem?
>
> 1. you can swap over NBD
> 2. if you point me to the swap-over-nfs patches you
> have found, I can try to make them work on 2.4 ;)
Rik all we need to do now is convert the swapout code to address space
methods just like the block device was.
This has a number of interesting effects. One of which is that
brw_page should no longer have any users. Simplifying fs/buffer.c
Further this is equivalent to mounting a nfs file loop back which
the address space methods now allow, but it is more direct.
Which means that if this reveals any bugs in nfs/lock ups in nfs they
were already there.
This has been on my want to do list for a while but I'm busy
reinventing booting so I haven't gotten to it.
Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
prev parent reply other threads:[~2000-11-16 17:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-15 15:38 Swapping over NFS in Linux 2.4? Andreas Osterburg
2000-11-15 16:21 ` Martin Hoeller
2000-11-15 16:23 ` Rik van Riel
2000-11-15 16:58 ` Nicolas Pitre
2000-11-15 20:59 ` Juri Haberland
2000-11-15 23:36 ` Pavel Machek
2000-11-16 20:54 ` Rik van Riel
2000-11-16 15:55 ` Eric W. Biederman [this message]
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=m13dgr9aiu.fsf@frodo.biederman.org \
--to=ebiederm@xmission.com \
--cc=alanos@first.gmd.de \
--cc=linux-kernel@vger.kernel.org \
--cc=riel@conectiva.com.br \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.