summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum/geom_vinum.c
Commit message (Expand)AuthorAgeFilesLines
* Protect from creating striped and RAID5 plexes with unequally sizedle2006-03-301-10/+39
* Implement the 'resetconfig' command.le2006-03-231-0/+3
* Since we want a vinum geom created anytime the module loads, movele2005-11-241-133/+16
* Finally bring in what was produced during Google SoC 2005:le2005-11-191-0/+6
* Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18:le2005-08-151-0/+2
* Remove test for zero sectorsize when tasting. This check doesn'tle2005-03-071-3/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Implement 'setstate' to allow setting the state of drives and subdisksle2004-11-261-0/+3
* Implement checkparity/rebuildparity.le2004-11-261-0/+3
* Don't allow to create a drive that already exists.le2004-10-021-0/+8
* Read a whole sector instead of GV_HDR_LEN, since a sector might bele2004-09-131-1/+1
* Move config_new_drive() to the correct place and rename it tole2004-08-271-32/+1
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Shut up the compiler and temporarily '#if 0' gv_destroy_geom(),le2004-07-291-0/+2
* Use a temporary geom when tasting vinumdrives and lock the 'real'le2004-07-241-0/+4
* Disable kldunloading of geom_vinum temporarily until I figured outle2004-07-241-1/+1
* g_clone_bio() can fail, be ready for this.pjd2004-07-051-2/+6
* Mark a plex as 'newborn' when it is created. This is used to indicatele2004-06-251-0/+1
* Currently, if the drives specified for volume creation arecsjp2004-06-241-2/+19
* Clean up allocated ressources when destroying the main vinum geom.le2004-06-181-2/+36
* Add a first version of a GEOMified vinum.le2004-06-121-0/+569
OpenPOWER on IntegriCloud