aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/vinum/geom_vinum_var.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* vinum/geom_vinum_var.h: Fix missing linefeed in license.Pedro F. Giffuni2022-10-131-1/+2
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Reimplement gvinum orphanization.Alexander Motin2019-12-271-0/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* - Don't return EAGAIN from gv_unload(). It was used to work around theJaakko Heinonen2010-05-101-0/+1
* - Remove obsolete flags.Ulf Lilleengen2010-05-081-6/+0
* - 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