Module Name:    src
Committed By:   sborrill
Date:           Tue Oct 29 09:52:03 UTC 2013

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Ticket #978


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-6.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.55 src/doc/CHANGES-6.2:1.1.2.56
--- src/doc/CHANGES-6.2:1.1.2.55	Sun Oct 20 13:48:56 2013
+++ src/doc/CHANGES-6.2	Tue Oct 29 09:52:03 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.55 2013/10/20 13:48:56 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.56 2013/10/29 09:52:03 sborrill Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -935,3 +935,13 @@ sys/arch/hp700/hp700/autoconf.c			1.51
 	Remember to unmap pagezero once we've finished with it.
 	[skrll, ticket #973]
 
+sys/ufs/ffs/ffs_alloc.c				1.144
+
+	Pull in fix from FreeBSD ffs_alloc.c r121785:
+	Consider only cylinder groups with at least 75% of the average
+	free space per cylinder group and 75% of the average free
+	inodes per cylinder group as candidates for the creation of a
+	new directory.  Avoids excessive I/O scanning for a suitable
+	cylinder group on relatively full file systems.
+	[bad, ticket #978]
+

Reply via email to