From owner-freebsd-current@FreeBSD.ORG Tue Jan 26 21:16:53 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 930271065679 for ; Tue, 26 Jan 2010 21:16:53 +0000 (UTC) (envelope-from jroberson@jroberson.net) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 2B7928FC1B for ; Tue, 26 Jan 2010 21:16:52 +0000 (UTC) Received: by bwz5 with SMTP id 5so4097095bwz.3 for ; Tue, 26 Jan 2010 13:16:52 -0800 (PST) Received: by 10.204.15.140 with SMTP id k12mr434190bka.63.1264540611979; Tue, 26 Jan 2010 13:16:51 -0800 (PST) Received: from ?10.0.1.198? (udp022762uds.hawaiiantel.net [72.234.79.107]) by mx.google.com with ESMTPS id 13sm2870379bwz.6.2010.01.26.13.16.42 (version=SSLv3 cipher=RC4-MD5); Tue, 26 Jan 2010 13:16:44 -0800 (PST) Date: Tue, 26 Jan 2010 11:21:05 -1000 (HST) From: Jeff Roberson X-X-Sender: jroberson@desktop To: Gary Jennejohn In-Reply-To: <20100126141310.23cb08fa@ernst.jennejohn.org> Message-ID: References: <20100126141310.23cb08fa@ernst.jennejohn.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: SUJ testing update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2010 21:16:53 -0000 On Tue, 26 Jan 2010, Gary Jennejohn wrote: > On Mon, 25 Jan 2010 13:38:41 -1000 (HST) > Jeff Roberson wrote: > >> I just committed some big changes to suj to svn at >> svn://svn.freebsd.org/base/projects/suj/head >> >> You can now run softdep without journaling again. The fast journal >> checker is enabled. You need only use tunefs -j enable or tunefs -j >> disable. >> >> The SUJ flag in the filesystem moved for backwards compat reasons. If you >> have an earlier SUJ volume please disable it with the old tunefs and >> enable again with the new tunefs. >> > > Upadating my old SUJ volumess worked for me. > >> I'll be making a few more minor changes before I commit to HEAD but we're >> pretty close. Please give it a go and make sure it works for you! >> > > One thing I liked about the last patch was that the output of mount(8) > showed "soft-updates journal." Any plans to put that back? Unfortunately the MNT_* flags namespace is full and I had used an overlapping flag. Unless we can garbage collect some space I don't know if it will return. I liked it too. Thanks, Jeff > > --- > Gary Jennejohn >