Received: by mail.netbsd.org (Postfix, from userid 605) id 7805F14A23A; Tue, 29 Oct 2013 09:51:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F22D14A21F for ; Tue, 29 Oct 2013 09:51:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cwu_dsaUjkVM for ; Tue, 29 Oct 2013 09:51:31 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 750CB14A23A for ; Tue, 29 Oct 2013 09:51:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D3DA196; Tue, 29 Oct 2013 09:51:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 29 Oct 2013 09:51:30 +0000 From: "Stephen Borrill" Subject: CVS commit: [netbsd-6] src/sys/ufs/ffs To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20131029095130.D3DA196@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Stephen Borrill" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: sborrill Date: Tue Oct 29 09:51:30 UTC 2013 Modified Files: src/sys/ufs/ffs [netbsd-6]: ffs_alloc.c Log Message: Pull up the following revisions(s) (requested by bad in ticket #978): sys/ufs/ffs/ffs_alloc.c: revision 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. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.130.4.1 src/sys/ufs/ffs/ffs_alloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.