aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
* When configuring RAID3 with verification option, force synchronizationPawel Jakub Dawidek2004-08-301-0/+7
* Warn the user if we are not going to use the whole provider's space.Pawel Jakub Dawidek2004-08-281-1/+21
* Warn the user if we are not going to use whole provider space.Pawel Jakub Dawidek2004-08-281-5/+9
* - If error string begins with "warning: ", don't exit, treat it as a warningPawel Jakub Dawidek2004-08-281-4/+6
* Add missing GEOM classes, which are aware of geom(8).Pawel Jakub Dawidek2004-08-231-0/+6
* Fix sysctl name.Pawel Jakub Dawidek2004-08-221-1/+1
* Implementation of 'verify reading' algorithm, which uses parity data forPawel Jakub Dawidek2004-08-222-6/+39
* Implement new reading algorithm, which will use parity component for readingPawel Jakub Dawidek2004-08-212-9/+30
* - Add a manual page for graid3(8) utility.Pawel Jakub Dawidek2004-08-183-1/+213
* Add a line to BUGS section about the need of implementation description.Pawel Jakub Dawidek2004-08-181-0/+2
* Add some missing empty lines.Pawel Jakub Dawidek2004-08-181-0/+2
* Fix typo.Pawel Jakub Dawidek2004-08-181-1/+1
* Actually one can specify more than one device to stop.Pawel Jakub Dawidek2004-08-182-2/+2
* Ok, let's try again:Pawel Jakub Dawidek2004-08-181-0/+290
* - Add a manual page for gmirror(8) utility.Pawel Jakub Dawidek2004-08-182-1/+1
* Connect RAID3 GEOM class to the build.Pawel Jakub Dawidek2004-08-161-0/+1
* Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3Pawel Jakub Dawidek2004-08-162-0/+351
* The geom(8) utility needs dynamic linker functionality to work, so it can'tPawel Jakub Dawidek2004-08-121-0/+2
* Forgot to commit those: introduce hardcoded provider functionality,Pawel Jakub Dawidek2004-08-101-14/+31
* - Introduce option for hardcoding providers' names into metadata.Pawel Jakub Dawidek2004-08-094-41/+79
* Add and document kern.geom.stripe.fast_failed sysctl, which shows howPawel Jakub Dawidek2004-08-061-0/+7
* Don't use version number in library name. The library version is checkedPawel Jakub Dawidek2004-08-024-6/+3
* After changing LIBDIR to SHLIBDIR, because of dependencies problems,Pawel Jakub Dawidek2004-08-014-6/+8
* Use SHLIBDIR instead of LIBDIR. This should fix buildworld breakage.Pawel Jakub Dawidek2004-07-311-2/+1
* Add '-p' option for 'insert' command which allows to specify priorityPawel Jakub Dawidek2004-07-311-1/+3
* Connect GEOM_MIRROR class to the build.Pawel Jakub Dawidek2004-07-301-0/+1
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulPawel Jakub Dawidek2004-07-302-0/+419
* - Add '-S' option, which allow to specify sector size for transparentPawel Jakub Dawidek2004-07-302-1/+6
* Fix typo.Pawel Jakub Dawidek2004-07-301-1/+1
* Improve geom(8)'s 'list' command to show geoms and their providers andPawel Jakub Dawidek2004-07-264-50/+75
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.Pawel Jakub Dawidek2004-07-261-2/+2
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.Pawel Jakub Dawidek2004-07-261-2/+2
* MFp4: Add two options for gnop(8)'s 'create' command:Pawel Jakub Dawidek2004-07-192-1/+11
* MFp4: Add 'dump' command to gconcat(8), glabel(8) and gstripe(8) which allowPawel Jakub Dawidek2004-07-186-3/+181
* Add a reference to glabel(8).Pawel Jakub Dawidek2004-07-141-0/+1
* Document sysctl variables.Pawel Jakub Dawidek2004-07-133-0/+52
* Those sysctl are used to control GEOM class, not a userland utility.Pawel Jakub Dawidek2004-07-131-4/+6
* Document sysctls variables used by GEOM_STRIPE class.Pawel Jakub Dawidek2004-07-131-0/+37
* Decrease default stripe size to 4k, as we have "FAST" mode turned on byPawel Jakub Dawidek2004-07-092-2/+2
* Slight markup and grammar fixes.Ruslan Ermilov2004-07-075-20/+23
* Fix copy&paste bug.Pawel Jakub Dawidek2004-07-061-1/+1
* - Add 'stop' command, which works just like 'destroy' command, but soundsPawel Jakub Dawidek2004-07-056-11/+74
* MFp4: gmirror(8) is coming soon, and we need g_metadata_read() there.Pawel Jakub Dawidek2004-07-052-0/+55
* Grammar nits.Pawel Jakub Dawidek2004-07-031-4/+4
* Introduce GEOM_LABEL class.Pawel Jakub Dawidek2004-07-024-0/+377
* Add missing newlines.Pawel Jakub Dawidek2004-06-172-8/+8
* Implement 3 new functions:Pawel Jakub Dawidek2004-06-162-4/+77
* Connect geom(8) to the build.Pawel Jakub Dawidek2004-06-151-1/+1
* Fix typo.Lukas Ertl2004-05-301-1/+1
* Fix order.Pawel Jakub Dawidek2004-05-261-2/+2