NetBSD/sys/ufs
simonb 03d50941f1 If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache
size dependant on memory size.  If less than 128MB of memory, default
to no cache.  With 128MB of memory or more, use a maximum cache size of
1/64th of memory; cap maximum default cache size to 32MB (for systems
with 2GB of memory or more).

The dirhash cache sizes are still explicityly setable by sysctl(8) or
by adding relevant entry(s) to sysctl.conf(5).
2022-08-07 02:33:47 +00:00
..
chfs s/postion/position/ 2022-04-08 10:27:04 +00:00
ext2fs s/blity/bility/ in various words, mainly in comments. 2022-08-06 18:26:41 +00:00
ffs fix various typos in comments, docs and log messages. 2022-05-24 06:27:59 +00:00
lfs If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache 2022-08-07 02:33:47 +00:00
mfs Remove now unused VV_LOCKSWORK, all file systems support locking. 2022-03-19 13:53:32 +00:00
ufs If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache 2022-08-07 02:33:47 +00:00
Makefile
files.ufs