summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum/geom_vinum_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* - Improve error message consistency and wording.lulf2009-10-051-2/+2
* - Fix a case where a RAID5 volume would think that it is supposed to grow a newlulf2009-05-061-2/+1
* Import the gvinum work that have been done during and after Summer of Code 2007.lulf2009-03-281-290/+599
* - Import macros used in gmirror for printing gvinum debug messages and makinglulf2008-10-261-11/+10
* - Fix a logic error when updating plex configuration.lulf2008-07-111-1/+2
* -) Correct sdcount for a plex when removing or adding subdisks.le2007-04-121-1/+72
* Protect from creating striped and RAID5 plexes with unequally sizedle2006-03-301-0/+66
* Get rid of the gv_bioq hack in most parts of the I/O path andle2006-01-061-0/+8
* Reset object flags after killing off an object's worker thread.le2005-01-191-0/+6
* Share gv_roughlength() between kernel and userland, as we will need itle2004-11-151-35/+0
* Correctly skip the '/dev/' part when creating new drives and prefixle2004-10-021-1/+1
* Re-vamp how I/O is handled in volumes and plexes.le2004-09-181-2/+15
* Give the DRIVE geom a worker thread that picks up incoming bios,le2004-09-131-0/+13
* Rename gv_kill_thread() to gv_kill_plex_thread(), since there are morele2004-09-131-1/+1
* Add forgotten format specifier in a KASSERT and shut up the compiler.le2004-08-221-1/+2
* If we kill the worklist thread of a RAID5 plex we can destroyle2004-08-101-0/+1
* Propagate size changes upwards.le2004-07-311-0/+20
* Mark a plex as 'newborn' when it is created. This is used to indicatele2004-06-251-1/+3
* Handle dead disks in a somewhat sane way.le2004-06-161-1/+2
* Fix several bugs related to subdisk drive_offset calculation.le2004-06-151-4/+5
* Add a first version of a GEOMified vinum.le2004-06-121-0/+804
OpenPOWER on IntegriCloud