linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: "Theodore Ts'o" <tytso@mit.edu>,
	Jakob Oestergaard <jakob@unthought.net>,
	"Stephen C. Tweedie" <sct@redhat.com>,
	linux-kernel@vger.kernel.org, Andrew Morton <akpm@zip.com.au>
Subject: Re: jbd bug(s) (?)
Date: Thu, 26 Sep 2002 15:41:59 +0100	[thread overview]
Message-ID: <20020926154158.A19151@infradead.org> (raw)
In-Reply-To: <20020926142504.GC9400@think.thunk.org>; from tytso@mit.edu on Thu, Sep 26, 2002 at 10:25:04AM -0400

On Thu, Sep 26, 2002 at 10:25:04AM -0400, Theodore Ts'o wrote:
> My mistake.  At one point I was talking to Mark Lord and I had gotten

					     ^^^ Stephen Lord

> the impression they had some Irix-VM-to-Linux-VM mapping layer which
> would make blocksize > PAGE_SIZE possible.

The pagebuf layer presents and inferface similar enough to the IRIX
buffercache to XFS and is layered ontop of the Linux pagecache.  Today
it's only used for metadata and allows mapping of > PAGE_CACHE_SIZE
objects there (see the vmap/vunmap code I added to vmalloc.c in 2.5
for that).  But it's not used for data I/O at all anymore and it would
also have problems for blocksize > PAGE_CACHE_SIZE.


      reply	other threads:[~2002-09-26 14:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-24  7:21 jbd bug(s) (?) Jakob Oestergaard
2002-09-25 16:36 ` Stephen C. Tweedie
2002-09-26 12:21   ` Jakob Oestergaard
2002-09-26 12:27     ` Stephen C. Tweedie
2002-09-26 12:56       ` Jakob Oestergaard
2002-09-26 13:44         ` Theodore Ts'o
2002-09-26 14:05           ` Christoph Hellwig
2002-09-26 14:25             ` Theodore Ts'o
2002-09-26 14:41               ` Christoph Hellwig [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=20020926154158.A19151@infradead.org \
    --to=hch@infradead.org \
    --cc=akpm@zip.com.au \
    --cc=jakob@unthought.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sct@redhat.com \
    --cc=tytso@mit.edu \
    /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).