Put dirsync in 2.4? Sure, good idea. Dangerous without it? To whom?
Explain how it is dangerous? The journalling filesystems perform
directory updates as transactions. It's dangerous to your MTA
perhaps. Andrew Morton has bent over backwards to find and fix bugs in
the synchronous write logic and to provide what you wanted, i.e.,
dirsync. He and Chris Mason fixed performance problems in ext3 and
Reiserfs. Reread the thread -- you insisted repeatedly that you just
wanted dirsync. Or was that just the opening gambit?
> The argumentation that Linux leaves the choice of when to sync directory
> data to the application is nice, but not more, and having this as tuning
> option is fine, but to quote Wietse Venema "it's interesting to see that
> out of the box, Linux handles logging more securely (sync writes) than
> email (async directory updates)". And right he is.
With all due respect to Wieste, that's nonsense: synchronous write
in syslog or other logging facilities is a *userspace* policy issue.
Default synchronous directory updates is a *kernel* policy issue.
I don't have dirsync handy at the moment, so I can't test, but
I have to ask: have you tried the simple (and IMHO devastating) benchmark
that I posted back on 2001-08-02 comparing Linux to Solaris file creation,
http://marc.theaimsgroup.com/?l=linux-kernel&m=99678208121947&w=2
i.e., copy a file tree (XFree86-4.1, 33027 files) with hard links.
Recall:
Solaris: 363.46s real 0.84s user 10.13s system
Ext2: real 0m3.823s user 0m0.240s sys 0m3.570s
Ext3: real 0m5.106s user 0m0.200s sys 0m3.700s
"dirsync" gives you what you want; please mount /var (or wherever)
-o dirsync and leave the kernel defaults as they are.
Regards,
Bill Rugolsky
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/