From: David Masover <ninja@slaphack.com>
To: Marcel Hilzinger <marcel@hilzinger.hu>
Cc: reiserfs-list@namesys.com
Subject: Re: More Slowdown
Date: Tue, 22 Nov 2005 08:29:15 -0600 [thread overview]
Message-ID: <43832B3B.8070802@slaphack.com> (raw)
In-Reply-To: <200511221144.34541.marcel@hilzinger.hu>
Marcel Hilzinger wrote:
> Am Dienstag, 22. November 2005 11:38 schrieb Sander:
>
>>Marcel Hilzinger wrote (ao):
>>
>>>Did you ever think about, that this is not a reiser4 problem, but a
>>>kernel bug or a problem related to hal?
>>>
>>>Suse 10 has big problems with external USB drives using sync as mount
>>>option. They used sync already in 9.3 but with 2.6.11 there were no
>>>such problems. There has been some changes in kernel 2.6.13 and 2.6.14
>>>concering the sync behavior, perhaps it can help investigating there
>>>first, bevor fixing reiser4 for nothing...
>>
>>Running Debian here, and all the reports have been on Reiser4
>>filesystems. Also, the same system has no such problems with other
>>filesystems.
>
> It's not about Debian or Suse. It's about kernel 2.6.13 or 2.6.14. At least it
> seems, that the problem does not appear on older kernels (right?)
Wrong.
You are talking about the fsync issue, right? As far as I know, while
there has been progress lately, fsync has always been slow on Reiser4,
because until recently, it was basically a call to sync, and reiser4
syncs can be huge due to lazy writes -- stuff only ever hits disk when
there's nowhere else to put it in RAM. Actual calls to sync are rare
enough (shutdown/reboot) that lazy writes are a good thing, but fsync
apparently needs to be faster.
I disabled fsync before the FS was even stable, because I was sick of
waiting 30 seconds or so for vim to save and quit.
It may help to have fsync only sync the file in question (as it always
has, except on Reiser4). This has been done with lazy writes, in XFS,
so I see no reason it can't be done here -- there might have even been a
patch recently. Personally, I'd like to see it stay as slow as it is
for awhile, so we can find the people doing stupid things (evolution)
and flame them into crispy obediance.
fsync means flush to disk. This is something you're supposed to do with
a file when the file is so important you want to guarentee you'll have
the most recent, uncorrupted version after a crash. If evolution is
calling fsync while resizing, this is an evolution bug, made more
obvious by reiser4 -- if a computer crashes, does the user really care
if their Evolution columns are still lined up _exactly_ the way they
were (maybe mid-click'n'drag) when the crash occurred?
If there is a user who cares that much about column widths, can we flame
them to crispiness also?
next prev parent reply other threads:[~2005-11-22 14:29 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-17 13:47 More Slowdown Hesse, Christian
2005-11-17 17:22 ` More Slowdown or reiser4 update for 2.6.14-mm2 Vladimir V. Saveliev
2005-11-17 19:13 ` Thorsten Hirsch
2005-11-17 19:33 ` Thorsten Hirsch
2005-11-17 20:23 ` Thorsten Hirsch
2005-11-17 19:40 ` Hesse, Christian
2005-11-21 18:06 ` E.Gryaznova
2005-11-21 18:01 ` Artur Makówka
2005-11-21 18:44 ` Hesse, Christian
2005-11-21 20:50 ` Hesse, Christian
2005-11-21 22:51 ` Craig Shelley
2005-11-21 19:41 ` Avuton Olrich
2005-11-21 21:01 ` Sander
2005-11-22 18:46 ` E.Gryaznova
2005-11-22 19:27 ` Avuton Olrich
2005-11-23 1:31 ` More Slowdown - testscript Craig Shelley
2005-11-23 1:47 ` More Slowdown - testscript [Part 2] Craig Shelley
2005-11-23 20:23 ` More Slowdown - testscript [noatime,nodiratime] Craig Shelley
2005-11-24 4:49 ` Hans Reiser
2005-11-24 7:49 ` Sander
2005-11-24 9:41 ` Avuton Olrich
2005-11-24 10:13 ` Artur Makówka
2005-11-23 7:09 ` Collect data? (was: Re: More Slowdown or reiser4 update for 2.6.14-mm2) Sander
2005-11-23 10:06 ` Collect data? E.Gryaznova
2005-11-23 10:15 ` Sander
2005-11-23 10:26 ` Collect data? (was: Re: More Slowdown or reiser4 update for 2.6.14-mm2) Hesse, Christian
2005-11-23 10:48 ` Sander
2005-11-23 11:22 ` Collect data? Vladimir V. Saveliev
2005-11-23 11:53 ` Hesse, Christian
2005-11-23 12:17 ` Sander
2005-11-23 12:21 ` Hesse, Christian
2005-11-23 12:28 ` Sander
2005-11-23 13:09 ` Vladimir V. Saveliev
2005-11-23 15:10 ` Sander
2005-11-23 15:19 ` Vladimir V. Saveliev
2005-11-23 15:31 ` Sander
2005-11-23 15:50 ` Vladimir V. Saveliev
2005-11-23 15:57 ` Sander
2005-11-23 18:42 ` Ingo Bormuth
2005-11-23 12:08 ` Sander
2005-11-22 10:23 ` More Slowdown Marcel Hilzinger
2005-11-22 10:38 ` Sander
2005-11-22 10:44 ` Marcel Hilzinger
2005-11-22 14:29 ` David Masover [this message]
2005-11-22 15:01 ` Marcel Hilzinger
2005-11-22 19:15 ` David Masover
2005-11-22 23:17 ` Hans Reiser
2005-11-22 15:08 ` Sander
2005-11-22 11:34 ` Ingo Bormuth
2005-11-22 12:29 ` Artur Makówka
-- strict thread matches above, loose matches on Subject: below --
2005-11-15 22:22 Thorsten Hirsch
2005-11-15 22:55 ` Artur Makówka
2005-11-15 23:09 ` Andreas Rosander
2005-11-15 23:13 ` Avuton Olrich
2005-11-15 23:23 ` Artur Makówka
2005-11-15 23:44 ` Craig Shelley
2005-11-16 0:45 ` David Masover
2005-11-16 1:40 ` Francesco Biscani
2005-11-16 12:18 ` Nikita Danilov
2005-11-16 13:28 ` John Gilmore
2005-11-16 17:28 ` David Masover
2005-11-17 0:46 ` evilninja
2005-11-16 18:18 ` Artur Makówka
2005-11-11 13:59 Slowdown is gone & apt-get works with updated reiser4. So nevermind John Gilmore
2005-11-12 3:07 ` michael chang
2005-11-12 6:38 ` Hans Reiser
2005-11-12 9:06 ` John Gilmore
2005-11-14 19:41 ` More Slowdown Craig Shelley
2005-11-14 19:53 ` jp
2005-11-14 20:47 ` Christian Iversen
2005-11-15 14:27 ` Craig Shelley
2005-11-15 18:04 ` Laurent Riffard
2005-11-15 18:42 ` Craig Shelley
[not found] ` <437AF653.9040001@namesys.com>
2005-11-16 9:33 ` Craig Shelley
2005-11-17 3:08 ` michael chang
2005-11-17 4:49 ` Hans Reiser
2005-11-17 12:02 ` Artur Makówka
2005-11-17 12:40 ` Vladimir V. Saveliev
2005-11-17 10:34 ` John Gilmore
2005-11-17 21:12 ` Hans Reiser
2005-11-18 20:45 ` Hans Reiser
2005-11-17 8:56 ` Ingo Bormuth
2005-11-17 9:36 ` PFC
2005-11-17 21:08 ` Hans Reiser
2005-11-19 4:44 ` michael chang
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=43832B3B.8070802@slaphack.com \
--to=ninja@slaphack.com \
--cc=marcel@hilzinger.hu \
--cc=reiserfs-list@namesys.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.