LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Mike Galbraith <efault@gmx.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [vm] writing to UDF DVD+RW (/dev/sr0) while under memory pressure: box ==> doorstop
Date: Tue, 08 Jan 2008 16:27:51 +0100 [thread overview]
Message-ID: <1199806071.4174.2.camel@homer.simson.net> (raw)
In-Reply-To: <1199805713.3571.12.camel@homer.simson.net>
On Tue, 2008-01-08 at 16:21 +0100, Mike Galbraith wrote:
> On Tue, 2008-01-08 at 03:38 -0800, Andrew Morton wrote:
> >
> > Well. From your earlier trace it appeared that something was causing
> > the filesystem to perform synchronous inode writes - sync_dirty_buffer() was
> > called.
> >
> > This will cause many more seeks than would occur if we were doing full
> > delayed writing, with obvious throughput implications.
>
> Yes, with UDF, the IO was _incredibly_ slow. With ext2, it was better,
> though still very bad. I tested with that other OS, and it gets ~same
> throughput with UDF as I got with ext2 (ick).
>
> UDF does udf_clear_inode() -> write_inode_now(inode, 1)
>
> I suppose I could try write_inode_now(inode, 0). Might unstick the box.
(nope, still sync, UDF still deadly)
next prev parent reply other threads:[~2008-01-08 16:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-04 11:46 [vm] writing to UDF DVD+RW (/dev/sr0) while under memory pressure: box ==> doorstop Mike Galbraith
2008-01-06 9:42 ` Mike Galbraith
2008-01-06 18:01 ` Mike Galbraith
2008-01-06 20:29 ` Andrew Morton
2008-01-07 5:33 ` Mike Galbraith
2008-01-07 5:55 ` Mike Galbraith
2008-01-08 11:05 ` Mike Galbraith
2008-01-08 11:38 ` Andrew Morton
2008-01-08 15:21 ` Mike Galbraith
2008-01-08 15:27 ` Mike Galbraith [this message]
2008-01-09 11:11 ` Mike Galbraith
2008-01-09 23:01 ` Andrew Morton
2008-01-10 4:21 ` Mike Galbraith
2008-01-10 14:41 ` Jan Kara
2008-01-10 15:29 ` Mike Galbraith
2008-01-10 17:16 ` Jan Kara
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=1199806071.4174.2.camel@homer.simson.net \
--to=efault@gmx.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).