aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class/mirror/geom_mirror.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize the g(eom,cache,part,...) build.Brooks Davis2018-06-251-500/+0
* geom: don't write stack garbage in disk labelsAlan Somers2018-02-041-0/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add `gmirror create` subcommand, alike to gstripe, gconcat, etc.Alexander Motin2016-11-301-0/+10
* Add an ability to stop gmirror and clear its metadata in one command.Andrey V. Elsukov2013-12-271-0/+7
* Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4).Andrey V. Elsukov2013-11-191-0/+102
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.Andrey V. Elsukov2010-10-091-2/+2
* - Remove gc_argname field. It was introduced for gpart(8), but if IPawel Jakub Dawidek2010-09-131-20/+19
* - Allow to specify value as const pointers.Pawel Jakub Dawidek2010-09-131-3/+4
* Change gmirror default balance algorithm from "split" to "load".Alexander Motin2009-12-081-1/+1
* Add support for changing providers priority.Pawel Jakub Dawidek2009-09-061-4/+5
* Add gpart(8).Marcel Moolenaar2007-05-151-11/+11
* Now, that we have gjournal in the tree add possibility to configurePawel Jakub Dawidek2006-11-011-5/+9
* Be sure to not create devices with (mediasize % sectorsize) != 0.Pawel Jakub Dawidek2006-10-101-0/+1
* MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.Pawel Jakub Dawidek2006-09-301-9/+9
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-011-3/+3
* - The geom(8) utility only uses three types of arguments: string (char *),Pawel Jakub Dawidek2005-12-071-92/+36
* gmirror.8:Ceri Davies2005-10-251-1/+1
* Define subcommands' usage inside g_command structure.Pawel Jakub Dawidek2005-03-141-30/+29
* - Add md_provsize field to metadata, which will help withPawel Jakub Dawidek2005-02-271-1/+3
* Fix arguments syntax.Pawel Jakub Dawidek2005-01-151-10/+10
* - Add genid field to the metadata which will allow to improve reliability a bit.Pawel Jakub Dawidek2004-12-221-0/+1
* 'forget' command takes device names, not provider names.Pawel Jakub Dawidek2004-12-221-1/+1
* Do not exit after printing usage, give geom(8) a chance to show standardPawel Jakub Dawidek2004-09-171-1/+0
* Actually one can specify more than one device to stop.Pawel Jakub Dawidek2004-08-181-1/+1
* Forgot to commit those: introduce hardcoded provider functionality,Pawel Jakub Dawidek2004-08-101-14/+31
* Add '-p' option for 'insert' command which allows to specify priorityPawel Jakub Dawidek2004-07-311-1/+3
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulPawel Jakub Dawidek2004-07-301-0/+408