From owner-cvs-src@FreeBSD.ORG Mon Nov 8 10:50:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571E516A4CE; Mon, 8 Nov 2004 10:50:23 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C1E43D54; Mon, 8 Nov 2004 10:50:02 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iA8AnF47007167; Mon, 8 Nov 2004 12:49:30 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iA8An5JN000927; Mon, 8 Nov 2004 12:49:05 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)iA8An5Am000926; Mon, 8 Nov 2004 12:49:05 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 8 Nov 2004 12:49:05 +0200 From: Giorgos Keramidas To: Don Lewis Message-ID: <20041108104905.GB815@orion.daedalusnetworks.priv> References: <200411080821.iA88L3Kd092551@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411080821.iA88L3Kd092551@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/fsck dir.c fsck.h inode.c main.c pass1.c pass2.c pass3.c pass4.c pass5.c utilities.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 10:50:23 -0000 On 2004-11-08 08:21, Don Lewis wrote: > truckman 2004-11-08 08:21:03 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sbin/fsck dir.c fsck.h inode.c main.c pass1.c > pass2.c pass3.c pass4.c pass5.c > utilities.c > Log: > MFC dir.c:1.30, fsck.h:1.33, fsutil.c:1.25, inode.c:1.37, main.c:1.42, > pass1.c:1.43, pass2.c:1.26, pass3.c:1.15, pass4.c:1.15, pass5.c:1.4 > with minor changes to match RELENG_4 code. > > > Eliminate linked list used to track inodes with an initial link > > count of zero and instead encode this information in the inode state. > > Pass 4 performed a linear search of this list for each inode in > > the file system, which performs poorly if the list is long. > > > > Reviewed by: sam & keramida (an earlier version of the patch), mckusick > > MFC after: 1 month Absolutely marvellous! Thanks for doing all the work needed to bring this to 4.X. My reference installation of 4.X at home has a 45 GB slice all in one huge / partition, and I surely hope this will speed things fast for those times that I manage to break things a lot :-)