看板 DFBSD_bugs 關於我們 聯絡資訊
On Wed, Feb 16, 2005 at 06:09:48PM +0100, Tom Hummel wrote: > Can you point me to the necessity of adding journaling to UFS? I thought > Softdeps haven been a comparable solution to the same problem journaling > addresses. Both's performance penaltys over async metadata writes seem > to happen in the same universe. (a) softdep is complex. *very* complex. (b) softdep doesn't solve the problems of fast reboots after crash (c) softdep doesn't allow replaying changes for off-site synchronisation I consider softdep a useful concept for a filesystem, it can really help for those filesystems we can't add a journaling later on top. But having native journaling support can be much better. Joerg