public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Dave Chinner <david@fromorbit.com>
Cc: Christoph Hellwig <hch@infradead.org>, xfs@oss.sgi.com
Subject: Re: XFS metadata flushing design - current and future
Date: Tue, 30 Aug 2011 03:10:27 -0400	[thread overview]
Message-ID: <20110830071027.GA9566@infradead.org> (raw)
In-Reply-To: <20110830070641.GR3162@dastard>

On Tue, Aug 30, 2011 at 05:06:42PM +1000, Dave Chinner wrote:
> 
> The advantage of using our own list is that we can still then sort
> them (might be thousands of buffers we queue in a single pass)
> before submitting them for IO.  The on-stack plugging doesn't allow
> this at all, IIUC, as itis really just a FIFO list above the IO
> scheduler queues....

The on-stack plugging already sorts - manually in that code for the
request queues (not interesting for us), and currently by block number
as well using the elevator.  But the current code is more of a
guideline, I have some fairly big changes for the that area of block
layer in the pipeline.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  reply	other threads:[~2011-08-30  7:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-27  8:03 XFS metadata flushing design - current and future Christoph Hellwig
2011-08-29  1:01 ` Dave Chinner
2011-08-29  6:33   ` Christoph Hellwig
2011-08-29 12:33   ` Christoph Hellwig
2011-08-30  1:28     ` Dave Chinner
2011-08-30  5:09       ` Christoph Hellwig
2011-08-30  7:06         ` Dave Chinner
2011-08-30  7:10           ` Christoph Hellwig [this message]
2011-09-09 22:31 ` Stewart Smith

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=20110830071027.GA9566@infradead.org \
    --to=hch@infradead.org \
    --cc=david@fromorbit.com \
    --cc=xfs@oss.sgi.com \
    /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