From: David Chinner <dgc@sgi.com>
To: Andi Kleen <andi@firstfloor.org>
Cc: David Chinner <dgc@sgi.com>, xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com
Subject: Re: PARTIAL TAKE 964999 - lazy superblock counters for XFS
Date: Fri, 25 May 2007 09:24:05 +1000 [thread overview]
Message-ID: <20070524232405.GE85884050@sgi.com> (raw)
In-Reply-To: <p73wsyxdhb3.fsf@bingen.suse.de>
On Thu, May 24, 2007 at 11:48:16PM +0200, Andi Kleen wrote:
> dgc@sgi.com (David Chinner) writes:
> >
> > The key to removing the contention is to not require the superblock
> > fields in question to be locked. We do that by not marking the
> > superblock dirty in the transaction. IOWs, we modify the incore
> > superblock but do not modify the cached superblock buffer. In short,
> > we do not log superblock modifications to critical fields in the
> > superblock on every transaction. In fact we only do it just before
> > we write the superblock to disk every sync period or just before
> > unmount.
>
> Does this mean it will increases performance on small systems too
> due to less super block writes or is it purely for large
> system scalability?
If you are running 100 concurrent transactions to your small
filesystem, then yest, it will also help. But that sort of load
is usually seen on file servers or large compute boxes doing lots
of file manipuations....
Cheers,
Dave.
--
Dave Chinner
Principal Engineer
SGI Australian Software Group
next prev parent reply other threads:[~2007-05-24 23:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-22 7:59 PARTIAL TAKE 964999 - lazy superblock counters for XFS David Chinner
2007-05-24 21:48 ` Andi Kleen
2007-05-24 23:24 ` David Chinner [this message]
2007-05-25 6:53 ` Andi Kleen
-- strict thread matches above, loose matches on Subject: below --
2007-05-22 8:04 David Chinner
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=20070524232405.GE85884050@sgi.com \
--to=dgc@sgi.com \
--cc=andi@firstfloor.org \
--cc=sgi.bugs.xfs@engr.sgi.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