Date: Fri, 21 Sep 2001 12:15:22 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> 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 Message-ID: <200109211915.f8LJFM181323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109211915.f8LJFM181323>