From 04c7da702f70007d6252854c3fa763addb822122 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 6 Oct 2006 08:27:07 +0000 Subject: A GEOM cache can speed up read performance by sending fixed size read requests to its consumer. It has been developed to address the problem of a horrible read performance of a 64k blocksize FS residing on a RAID3 array with 8 data components, where a single disk component would only get 8k read requests, thus effectively killing disk performance under high load. Documentation will be provided later. I'd like to thank Vsevolod Lobko for his bright ideas, and Pawel Jakub Dawidek for helping me fix the nasty bug. --- sys/modules/geom/geom_cache/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/modules/geom/geom_cache/Makefile (limited to 'sys/modules/geom/geom_cache/Makefile') diff --git a/sys/modules/geom/geom_cache/Makefile b/sys/modules/geom/geom_cache/Makefile new file mode 100644 index 000000000000..7ccbe98fdac9 --- /dev/null +++ b/sys/modules/geom/geom_cache/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../geom/cache + +KMOD= geom_cache +SRCS= g_cache.c + +.include -- cgit v1.2.3