Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket #978



details:   https://anonhg.NetBSD.org/src/rev/b3b2d6766dba
branches:  netbsd-6
changeset: 776488:b3b2d6766dba
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Tue Oct 29 09:52:03 2013 +0000

description:
Ticket #978

diffstat:

 doc/CHANGES-6.2 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r a672f6f556e4 -r b3b2d6766dba doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Tue Oct 29 09:51:30 2013 +0000
+++ b/doc/CHANGES-6.2   Tue Oct 29 09:52:03 2013 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index