summaryrefslogtreecommitdiff
path: root/sys/geom/vinum/geom_vinum_drive.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC:Lukas Ertl2005-12-101-5/+13
* MFC:Lukas Ertl2005-11-261-1/+0
* MFC (by le)Xin LI2005-10-091-14/+4
* MFC:Lukas Ertl2005-08-191-1/+6
* When a drive dies, don't call g_wither_geom() directly, but insteadLukas Ertl2005-05-171-46/+71
* Remove test for zero sectorsize when tasting. This check doesn'tLukas Ertl2005-03-071-3/+0
* In case of drive errors, don't close the associated consumer andLukas Ertl2005-02-171-10/+2
* Although an object may already be known in the configuration, it'sLukas Ertl2005-01-191-3/+11
* Give the DRIVE geom a worker thread that picks up incoming bios,Lukas Ertl2004-09-131-49/+168
* Save the config back to disk when a drive goes down.Lukas Ertl2004-09-131-1/+2
* Read a whole sector instead of GV_HDR_LEN, since a sector might beLukas Ertl2004-09-131-1/+1
* Move config_new_drive() to the correct place and rename it toLukas Ertl2004-08-271-0/+28
* Fix a stupid bug in the drive taste function: when checking if aLukas Ertl2004-08-181-28/+10
* Lock the topology before calling gv_parse_config, not afterwards.Lukas Ertl2004-08-101-1/+1
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* There's a chance that the VINUMDRIVE class tastes before theLukas Ertl2004-07-251-2/+13
* Use a temporary geom when tasting vinumdrives and lock the 'real'Lukas Ertl2004-07-241-5/+29
* No need to free the softc, because it wasn't allocated.Lukas Ertl2004-06-221-1/+0
* Clean up allocated ressources when destroying the main vinum geom.Lukas Ertl2004-06-181-9/+8
* Handle dead disks in a somewhat sane way.Lukas Ertl2004-06-161-0/+11
* Don't free a VINUMDRIVE softc when it's orphaned or spoiled. AllLukas Ertl2004-06-141-1/+0
* Add a first version of a GEOMified vinum.Lukas Ertl2004-06-121-0/+476