From owner-cvs-all Fri Sep 21 12:15:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CCBE37B41E; Fri, 21 Sep 2001 12:15:23 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LJFM181323; Fri, 21 Sep 2001 12:15:22 -0700 (PDT) (envelope-from dillon) Message-Id: <200109211915.f8LJFM181323@freefall.freebsd.org> From: Matt Dillon Date: Fri, 21 Sep 2001 12:15:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck setup.c src/sbin/newfs mkfs.c newfs.8 newfs.c src/sbin/tunefs tunefs.8 tunefs.c src/sys/ufs/ffs ffs_alloc.c ffs_vfsops.c fs.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/09/21 12:15:22 PDT Modified files: (Branch: RELENG_4) sbin/fsck setup.c sbin/newfs mkfs.c newfs.8 newfs.c sbin/tunefs tunefs.8 tunefs.c sys/ufs/ffs ffs_alloc.c ffs_vfsops.c fs.h Log: MFC dirpref code, including patches that deal with old fsck's clearing dirpref fields in the superblock and alternative superblock errors reported due to the fields added to the superblock. Additionally, MFCd the space reservation and fsck/superblock support in the superblock for snapshots so the -stable fsck remains compatible with the -current fsck. The following has been MFC'd: 1.36 src/sbin/newfs/mkfs.c 1.35 src/sbin/newfs/newfs.c 1.16 src/sbin/tunefs/tunefs.c 1.75 src/sys/ufs/ffs/ffs_alloc.c 1.144, 1.148, 1.159 src/sys/ufs/ffs/ffs_vfsops.c 1.20 src/sys/ufs/ffs/fs.h 1.37 src/sbin/newfs/newfs.8 1.15 src/sbin/tunefs/tunefs.8 1.22, 1.25 src/sbin/fsck_ffs/setup.c (note: fsck/setup.c in -stable) Reviewed by: iedowse, silby, mckusick Revision Changes Path 1.17.2.3 +6 -1 src/sbin/fsck/Attic/setup.c 1.29.2.6 +14 -1 src/sbin/newfs/mkfs.c 1.26.2.8 +7 -1 src/sbin/newfs/newfs.8 1.30.2.5 +15 -5 src/sbin/newfs/newfs.c 1.11.2.2 +7 -1 src/sbin/tunefs/tunefs.8 1.11.2.4 +44 -4 src/sbin/tunefs/tunefs.c 1.64.2.2 +113 -18 src/sys/ufs/ffs/ffs_alloc.c 1.117.2.4 +17 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.14.2.3 +38 -5 src/sys/ufs/ffs/fs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message