aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/vinum/geom_vinum_var.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC r207878:Jaakko Heinonen2010-08-081-0/+1
* - Split up the BIO queue into a queue for new and one for completed requests.Ulf Lilleengen2009-05-061-3/+6
* - GV_BIO_RETRY is not used, and it is actually impossible with more than 8Ulf Lilleengen2009-05-061-1/+0
* - Split the queue mutex into one for the event queue and one for the BIO queue,Ulf Lilleengen2009-05-061-1/+2
* - Make the gvinum softc invisible to userland, as it is not needed.Ulf Lilleengen2009-05-041-5/+1
* Import the gvinum work that have been done during and after Summer of Code 2007.Ulf Lilleengen2009-03-281-41/+102
* - Make gvinum header on-disk structure consistent on all platforms by storingUlf Lilleengen2008-10-011-3/+5
* Get rid of the gv_bioq hack in most parts of the I/O path andLukas Ertl2006-01-061-4/+16
* Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18:Lukas Ertl2005-08-151-0/+1
* *) Implement round-robin reads for multiplex volumes.Lukas Ertl2005-07-151-0/+1
* Correctly calculate what to do and how to retry a request to a plex whenLukas Ertl2005-02-231-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Implement checkparity/rebuildparity.Lukas Ertl2004-11-261-0/+2
* Give each plex a separate queue where held back bios are put on.Lukas Ertl2004-10-261-0/+1
* Make it possible to rebuild degraded RAID5 plexes. Note that it isLukas Ertl2004-09-301-0/+1
* Re-vamp how I/O is handled in volumes and plexes.Lukas Ertl2004-09-181-2/+13
* Give the DRIVE geom a worker thread that picks up incoming bios,Lukas Ertl2004-09-131-0/+23
* Add a first version of a GEOMified vinum.Lukas Ertl2004-06-121-0/+279