Date: Wed, 1 Aug 2001 12:33:47 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> 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 Message-ID: <200108011933.f71JXm027337@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108011933.f71JXm027337>