From: ebiederm+eric@npwt.net (Eric W. Biederman)
To: H.H.vanRiel@phys.uu.nl
Cc: linux-mm <linux-mm@kvack.org>
Subject: Re: (reiserfs) Re: Maybe we can do 40 bits in June/July. (fwd)
Date: 22 Apr 1998 12:57:01 -0500 [thread overview]
Message-ID: <m1yawxoi36.fsf@flinx.npwt.net> (raw)
In-Reply-To: Rik van Riel's message of Wed, 22 Apr 1998 15:18:19 +0200 (MET DST)
>>>>> "RR" == Rik van Riel <H.H.vanRiel@phys.uu.nl> writes:
RR> Hi guys,
RR> I just got this message from Hans Reiser (the main
RR> ReiserFS coordinator), who says that ReiserFS will
RR> be 40-bits (1TB filesize) ready by june/juli this
RR> year.
RR> Now we (the MM guys) need to get together and make
RR> the MM layer 40-bit transparent too (or 41-bit).
RR> Any takers?
I will make at least a preliminary patch.
I have already started.
My design:
As I understand it the buffer cache is fine, so it is just a matter
getting the page cache and the vma and the glue working.
My thought is to make the page cache use generic keys.
This should help support things like the swapper inode a little
better. Still need a bit somewhere so we can coallese VMA's that have
an inode but don't need continous keys. That's for later.
For the common case of inodes have the those keys:
page->key == page->offset >> PAGE_SHIFT.
And of course get rid of page->offset. The field name changes will to
catch any old code that is out there.
Eric
next prev parent reply other threads:[~1998-04-22 17:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
1998-04-22 13:18 Rik van Riel
1998-04-22 17:57 ` Eric W. Biederman [this message]
1998-04-22 18:29 ` Benjamin C.R. LaHaise
1998-04-22 21:08 ` Eric W. Biederman
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=m1yawxoi36.fsf@flinx.npwt.net \
--to=ebiederm+eric@npwt.net \
--cc=H.H.vanRiel@phys.uu.nl \
--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