freebsd-dev/sys/ufs/ffs
Peter Wemm 26cf9c3b75 Enable the use of soft updates on the root filesystem. Previously, the
softdep mode could only be activated on the initial mount of a filesystem
and then only if it was a read-write mount.  A 'mount -r' (as done in the
rootfs mount) followed by a 'mount -u' to convert to read-write didn't
start softdep mode.
1998-03-27 14:20:57 +00:00
..
ffs_alloc.c Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
ffs_balloc.c Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
ffs_extern.h Forward declare even more structs to restore some self-sufficiency. 1998-03-23 14:12:37 +00:00
ffs_inode.c Add two new functions, get{micro|nano}time. 1998-03-26 20:54:05 +00:00
ffs_softdep_stub.c Submitted by: kirk McKusick 1998-03-08 08:38:41 +00:00
ffs_subr.c Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
ffs_tables.c Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
ffs_vfsops.c Enable the use of soft updates on the root filesystem. Previously, the 1998-03-27 14:20:57 +00:00
ffs_vnops.c Softdep_sync_metadata appears to expect that it is called at splbio, 1998-03-21 05:16:09 +00:00
fs.h Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00