freebsd-dev/sbin/geom/class
Alexander Motin 2cf8fb9be3 Increase default block size from 4K to 64K. It was reduces 6 yeard ago,
when trees were big and FAST mode was enabled by default.

So small block size doesn't benefits linear I/O operations in FAST and
significantly slowdowns in ECONOMIC (default) mode. For single stream random
I/Os so small block doesn't give much benefits, as access time is usually
bigger then transfer time there. Same time it requires all heads to seek
together for every single request, reducing performance on parallel load.
2010-01-06 17:12:18 +00:00
..
cache Add manual page for gcache(8). 2010-01-03 15:20:52 +00:00
concat Add gpart(8). 2007-05-15 20:25:18 +00:00
eli By default backup geli metadata to a file. It is quite critical 512 bytes, 2008-08-29 18:10:18 +00:00
journal o Fix typo in the example. 2009-05-25 09:52:58 +00:00
label Remove (c) line. 2009-08-23 18:15:13 +00:00
mirror The default balance algorithm has changed from "split" to 2009-12-09 11:00:00 +00:00
multipath - Use an uppercase provider name in the example, to make the name change 2008-03-13 15:37:02 +00:00
nop Fix the example, -w is the right switch for write failure probability. 2009-09-17 13:04:46 +00:00
part - Initialize variable in order to avoid GCC warning and enable WARNS=6. 2009-10-26 07:43:41 +00:00
raid3 For completeness, add -s argument, manually specifying array block size. 2010-01-05 13:25:12 +00:00
shsec Add gpart(8). 2007-05-15 20:25:18 +00:00
stripe Increase default block size from 4K to 64K. It was reduces 6 yeard ago, 2010-01-06 17:12:18 +00:00
virstor - grammar and language fixes 2009-01-04 15:41:01 +00:00
Makefile Bring in the GEOM Virtualisation class, which allows to create huge GEOM 2007-09-23 07:34:23 +00:00
Makefile.inc Allow classes to specify local source files. 2005-04-07 15:57:38 +00:00