Date: Mon, 8 Nov 2004 12:49:05 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Don Lewis <truckman@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 Message-ID: <20041108104905.GB815@orion.daedalusnetworks.priv> In-Reply-To: <200411080821.iA88L3Kd092551@repoman.freebsd.org> References: <200411080821.iA88L3Kd092551@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-11-08 08:21, Don Lewis <truckman@freebsd.org> 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 :-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041108104905.GB815>