freebsd-skq/sys/modules/geom
Ruslan Ermilov 04c7da702f 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.
2006-10-06 08:27:07 +00:00
..
geom_apple
geom_bde Don't expect that 'device random' will compile in those files into the 2006-06-09 17:36:50 +00:00
geom_bsd Add geom_bsd_enc.c which we've been wanting to be in geon_bsd. 2005-09-20 11:16:05 +00:00
geom_cache A GEOM cache can speed up read performance by sending fixed size 2006-10-06 08:27:07 +00:00
geom_ccd
geom_concat
geom_eli Connect new GELI files to the build. 2006-06-05 21:42:26 +00:00
geom_fox
geom_gate
geom_gpt
geom_label Add NTFS labeling function. 2005-08-26 11:35:10 +00:00
geom_mbr
geom_mirror
geom_nop
geom_pc98
geom_raid3
geom_shsec Introduce a new GEOM class - SHSEC. It provides sharing secret between 2005-01-11 18:06:44 +00:00
geom_stripe
geom_sunlabel
geom_uzip Add -DINVARIANT_SUPPORT -DINVARIANTS 2005-09-29 11:56:16 +00:00
geom_vinum Since we want a vinum geom created anytime the module loads, move 2005-11-24 15:11:41 +00:00
geom_vol_ffs
geom_zero Add a very simple and small GEOM class - ZERO. 2005-07-25 10:03:16 +00:00
Makefile A GEOM cache can speed up read performance by sending fixed size 2006-10-06 08:27:07 +00:00
Makefile.inc