From owner-cvs-all Wed Aug 1 12:33:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1001F37B403; Wed, 1 Aug 2001 12:33:48 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71JXm027337; Wed, 1 Aug 2001 12:33:48 -0700 (PDT) (envelope-from iedowse) Message-Id: <200108011933.f71JXm027337@freefall.freebsd.org> From: Ian Dowse Date: Wed, 1 Aug 2001 12:33:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs dirhash.h ufs_dirhash.c inode.h ufs_inode.c ufs_lookup.c src/sys/conf files options src/sys/i386/conf LINT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/08/01 12:33:47 PDT Modified files: (Branch: RELENG_4) sys/ufs/ufs inode.h ufs_inode.c ufs_lookup.c sys/conf files options sys/i386/conf LINT Added files: (Branch: RELENG_4) sys/ufs/ufs dirhash.h ufs_dirhash.c Log: MFC: Directory hashing for better performance on large directories. This is turned off by default; to enable it, add "options UFS_DIRHASH" to the kernel config file. Revision Changes Path 1.28.2.1 +3 -1 src/sys/ufs/ufs/inode.h 1.25.2.1 +10 -1 src/sys/ufs/ufs/ufs_inode.c 1.33.2.5 +92 -3 src/sys/ufs/ufs/ufs_lookup.c 1.340.2.76 +2 -1 src/sys/conf/files 1.191.2.34 +4 -1 src/sys/conf/options 1.749.2.75 +6 -1 src/sys/i386/conf/Attic/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message