Date: Thu, 12 Nov 1998 17:01:45 -0800 (PST) From: David Greenman <dg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_cluster.c src/sys/sys buf.h src/sys/ufs/ffs ffs_alloc.c Message-ID: <199811130101.RAA07421@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1998/11/12 17:01:45 PST Modified files: sys/kern vfs_cluster.c sys/sys buf.h sys/ufs/ffs ffs_alloc.c Log: Restored the "reallocblks" code to its former glory. What this does is basically do a on-the-fly defragmentation of the FFS filesystem, changing file block allocations to make them contiguous. Thanks to Kirk McKusick for providing hints on what needed to be done to get this working. Revision Changes Path 1.72 +4 -15 src/sys/kern/vfs_cluster.c 1.61 +15 -1 src/sys/sys/buf.h 1.54 +4 -14 src/sys/ufs/ffs/ffs_alloc.c 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?199811130101.RAA07421>