summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/raid3/geom_raid3.c
Commit message (Expand)AuthorAgeFilesLines
* Sector size can not be greater than MAXPHYS. Since GRAID3 calculatesae2011-01-121-0/+5
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-091-2/+2
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-131-12/+10
* For completeness, add -s argument, manually specifying array block size.mav2010-01-051-2/+5
* Add gpart(8).marcel2007-05-151-8/+8
* Now, that we have gjournal in the tree add possibility to configurepjd2006-11-011-5/+10
* Be sure to not create device whichpjd2006-10-101-0/+1
* MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.pjd2006-09-301-14/+14
* Remove trailing spaces.pjd2006-02-011-2/+2
* - The geom(8) utility only uses three types of arguments: string (char *),pjd2005-12-071-81/+35
* Move function for calculating number of bits into more central place.pjd2005-08-191-6/+1
* Don't forget to initialize 'id' field.pjd2005-07-131-0/+1
* Define subcommands' usage inside g_command structure.pjd2005-03-141-24/+19
* - Add md_provsize field to metadata, which will help withpjd2005-02-271-4/+6
* Fix arguments syntax.pjd2005-01-151-4/+4
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-251-0/+1
* Do not exit after printing usage, give geom(8) a chance to show standardpjd2004-09-171-1/+0
* When configuring RAID3 with verification option, force synchronizationpjd2004-08-301-0/+7
* Warn the user if we are not going to use whole provider space.pjd2004-08-281-5/+9
* Implementation of 'verify reading' algorithm, which uses parity data forpjd2004-08-221-3/+17
* Implement new reading algorithm, which will use parity component for readingpjd2004-08-211-3/+14
* Actually one can specify more than one device to stop.pjd2004-08-181-1/+1
* Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3pjd2004-08-161-0/+340
OpenPOWER on IntegriCloud