Date: Fri, 15 Mar 2002 16:53:24 +0100 From: Christoph Hellwig <hch@caldera.de> To: Terry Lambert <tlambert2@mindspring.com> Cc: Parity Error <bootup@mail.ru>, freebsd-fs@FreeBSD.ORG Subject: Re: metadata update durability ordering/soft updates Message-ID: <20020315165324.A17467@caldera.de> In-Reply-To: <3C910C57.71C2D823@mindspring.com>; from tlambert2@mindspring.com on Thu, Mar 14, 2002 at 12:47:19PM -0800 References: <E16lReK-000C3T-00@f10.mail.ru> <3C910C57.71C2D823@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 14, 2002 at 12:47:19PM -0800, Terry Lambert wrote: > If you want this behaviour on Linux, ReiserFS uses the USL patented > DOW technology without a license. Reiserfs is a typical journaling filesystem in that it writes logical log records to either an inline log or (in recent versions) an extern log device. Ext3 uses physical block based journaling and allows additional tracking of data blocks in a way only remotely similar to DOW (the data=ordered mode). Christoph -- Of course it doesn't work. We've performed a software upgrade. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020315165324.A17467>