aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/vinum/geom_vinum_subr.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-0/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* - Improve error message consistency and wording.Ulf Lilleengen2009-10-051-2/+2
* - Fix a case where a RAID5 volume would think that it is supposed to grow a newUlf Lilleengen2009-05-061-2/+1
* Import the gvinum work that have been done during and after Summer of Code 2007.Ulf Lilleengen2009-03-281-290/+599
* - Import macros used in gmirror for printing gvinum debug messages and makingUlf Lilleengen2008-10-261-11/+10
* - Fix a logic error when updating plex configuration.Ulf Lilleengen2008-07-111-1/+2
* -) Correct sdcount for a plex when removing or adding subdisks.Lukas Ertl2007-04-121-1/+72
* Protect from creating striped and RAID5 plexes with unequally sizedLukas Ertl2006-03-301-0/+66
* Get rid of the gv_bioq hack in most parts of the I/O path andLukas Ertl2006-01-061-0/+8
* Reset object flags after killing off an object's worker thread.Lukas Ertl2005-01-191-0/+6
* Share gv_roughlength() between kernel and userland, as we will need itLukas Ertl2004-11-151-35/+0
* Correctly skip the '/dev/' part when creating new drives and prefixLukas Ertl2004-10-021-1/+1
* Re-vamp how I/O is handled in volumes and plexes.Lukas Ertl2004-09-181-2/+15
* Give the DRIVE geom a worker thread that picks up incoming bios,Lukas Ertl2004-09-131-0/+13
* Rename gv_kill_thread() to gv_kill_plex_thread(), since there are moreLukas Ertl2004-09-131-1/+1
* Add forgotten format specifier in a KASSERT and shut up the compiler.Lukas Ertl2004-08-221-1/+2
* If we kill the worklist thread of a RAID5 plex we can destroyLukas Ertl2004-08-101-0/+1
* Propagate size changes upwards.Lukas Ertl2004-07-311-0/+20
* Mark a plex as 'newborn' when it is created. This is used to indicateLukas Ertl2004-06-251-1/+3
* Handle dead disks in a somewhat sane way.Lukas Ertl2004-06-161-1/+2
* Fix several bugs related to subdisk drive_offset calculation.Lukas Ertl2004-06-151-4/+5
* Add a first version of a GEOMified vinum.Lukas Ertl2004-06-121-0/+804