From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 07:14:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 492B9106567C for ; Sat, 26 Apr 2008 07:14:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 479648FC22 for ; Sat, 26 Apr 2008 07:14:05 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m3Q7Dxnv097376; Sat, 26 Apr 2008 09:13:59 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m3Q7DwfZ097373; Sat, 26 Apr 2008 09:13:59 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 26 Apr 2008 09:13:58 +0200 (CEST) From: Wojciech Puchar To: Manolis Kiagias In-Reply-To: <4812CDC1.2020201@otenet.gr> Message-ID: <20080426091152.X97372@wojtek.tensor.gdynia.pl> References: <571530.91989.qm@web57009.mail.re3.yahoo.com> <4812CDC1.2020201@otenet.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: RFC: Article on implementing UFS journaling on desktop PCs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 07:14:07 -0000 >> > The note before the introduction is the abstract, and seems to be a standard > feature in articles. You are right though, some parts should be shortened, > information is repeated. after reading this article i am even more sure that this gjournal is a quick and quite primitive hack, not real journalling. as it needs GB or more space - it shows it journals almost everything, means everything is written twice. looks like softupdates was too good and people wanted something worse ;)