summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_misc.c
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1996-03-02 04:40:56 +0000
committerdyson <dyson@FreeBSD.org>1996-03-02 04:40:56 +0000
commit34e31b98c74869d67b17caacd6b77d169fd63d6d (patch)
tree4113035b475017616904448171c17b280dc26995 /sys/i386/linux/linux_misc.c
parent762729293978fb9b9aa6dc7d9dd4c493d3d5e1b2 (diff)
downloadFreeBSD-src-34e31b98c74869d67b17caacd6b77d169fd63d6d.zip
FreeBSD-src-34e31b98c74869d67b17caacd6b77d169fd63d6d.tar.gz
1) Fix a bug that a buffer is removed from a queue, but the
queue type is not set to QUEUE_NONE. This appears to have caused a hang bug that has been lurking. 2) Fix bugs that brelse'ing locked buffers do not "free" them, but the code assumes so. This can cause hangs when LFS is used. 3) Use malloced memory for directories when applicable. The amount of malloced memory is seriously limited, but should decrease the amount of memory used by an average directory to 1/4 - 1/2 previous. This capability is fully tunable. (Note that there is no config parameter, and might never be.) 4) Bias slightly the buffer cache usage towards non-VMIO buffers. Since the data in VMIO buffers is not lost when the buffer is reclaimed, this will help performance. This is adjustable also.
Diffstat (limited to 'sys/i386/linux/linux_misc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud