summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum
Commit message (Expand)AuthorAgeFilesLines
* 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-252-1/+4
* Currently, if the drives specified for volume creation arecsjp2004-06-241-2/+19
* Add a function to clean up RAID5 packets and use it when I/O hasle2004-06-233-12/+24
* Remove two debugging printfs that are currently rather disturbingle2004-06-231-2/+0
* Accept "sd len 0" and auto-size the subdisk correctly.le2004-06-231-4/+2
* No need to free the softc, because it wasn't allocated.le2004-06-221-1/+0
* Don't sleep in the g_down path. More error checks to come.le2004-06-221-9/+27
* Clean up allocated ressources when destroying the main vinum geom.le2004-06-184-21/+53
* Handle dead disks in a somewhat sane way.le2004-06-164-3/+21
* Fix several bugs related to subdisk drive_offset calculation.le2004-06-151-4/+5
* Don't free a VINUMDRIVE softc when it's orphaned or spoiled. Allle2004-06-141-1/+0
* Correctly calculate subdisk offset in RAID5 plexes.le2004-06-141-2/+1
* Add a first version of a GEOMified vinum.le2004-06-1215-0/+5851
OpenPOWER on IntegriCloud