summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum/geom_vinum_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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