Date: Mon, 8 Nov 2004 08:21:03 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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: <200411080821.iA88L3Kd092551@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. > truckman 2004-10-08 20:44:48 UTC > > FreeBSD src repository > > Modified files: > sbin/fsck_ffs dir.c fsck.h fsutil.c inode.c main.c > pass1.c pass2.c pass3.c pass4.c pass5.c > Log: > 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 > > Revision Changes Path > 1.30 +2 -3 src/sbin/fsck_ffs/dir.c > 1.33 +15 -15 src/sbin/fsck_ffs/fsck.h > 1.25 +1 -3 src/sbin/fsck_ffs/fsutil.c > 1.37 +2 -0 src/sbin/fsck_ffs/inode.c > 1.42 +0 -8 src/sbin/fsck_ffs/main.c > 1.43 +5 -16 src/sbin/fsck_ffs/pass1.c > 1.26 +5 -1 src/sbin/fsck_ffs/pass2.c > 1.15 +3 -3 src/sbin/fsck_ffs/pass3.c > 1.15 +8 -11 src/sbin/fsck_ffs/pass4.c > 1.40 +2 -0 src/sbin/fsck_ffs/pass5.c Tested by: scrappy Revision Changes Path 1.15.2.2 +2 -3 src/sbin/fsck/dir.c 1.12.2.2 +16 -16 src/sbin/fsck/fsck.h 1.20.2.1 +3 -1 src/sbin/fsck/inode.c 1.21.2.2 +1 -9 src/sbin/fsck/main.c 1.16.2.6 +5 -16 src/sbin/fsck/pass1.c 1.10.2.3 +5 -1 src/sbin/fsck/pass2.c 1.7.2.2 +4 -4 src/sbin/fsck/pass3.c 1.7.2.2 +9 -12 src/sbin/fsck/pass4.c 1.17.2.3 +2 -0 src/sbin/fsck/pass5.c 1.11.2.4 +2 -4 src/sbin/fsck/utilities.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411080821.iA88L3Kd092551>