summaryrefslogtreecommitdiff
path: root/sys/dev/vinum/vinumstate.c
Commit message (Expand)AuthorAgeFilesLines
* start_object: Set the revive length correctly.Greg Lehey2000-06-071-3/+3
* requeststatus: Correct check for striped plex.Greg Lehey2000-05-041-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* set_drive_state: update subdisk states more correctly.Greg Lehey2000-02-291-76/+91
* When attaching a plex to a volume with 'up' subdisks, make the plexesGreg Lehey2000-01-051-10/+12
* Add glue for passing revive block size, and also for initializing aGreg Lehey1999-10-131-4/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* set_sd_state: Correct the conditions for bringing up empty orGreg Lehey1999-08-241-44/+73
* Add 'initialized' state for subdisks. After initializing, the subdiskGreg Lehey1999-08-151-57/+112
* Clean up comments.Greg Lehey1999-08-141-55/+44
* Import RAID-5 code.Greg Lehey1999-08-071-11/+51
* Allow to unconditionally up subdisks with the -f option.Greg Lehey1999-07-021-17/+25
* set_drive_state:Greg Lehey1999-06-241-0/+3
* Remove old grunge, including references to sys/disk.h (which is goingGreg Lehey1999-05-071-2/+0
* set_sd_state:Greg Lehey1999-05-021-6/+9
* set_sd_state:Greg Lehey1999-04-101-0/+1
* Revise use of the vinum_conf variables drives_used, subdisks_used,Greg Lehey1999-03-301-6/+7
* set_sd_state: Handle sd_empty correctly. In particular, requireGreg Lehey1999-03-281-72/+80
* Correct the text of an obscure error message.Greg Lehey1999-03-241-2/+2
* Part of removing vol->opencount: now we just use a flag.Greg Lehey1999-03-131-3/+3
* Change printf() calls to log() calls.Greg Lehey1999-03-021-51/+99
* Correct some indentationGreg Lehey1999-02-111-37/+48
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-35/+68
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-4/+4
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-413/+456
* Some relatively minor tweaks to enable vinum to be built into a staticPeter Wemm1998-12-281-3/+4
* If I've done this right, revive the vinum code in it's now home after itPeter Wemm1998-12-281-0/+799
* Remove LKM's depricated by modules.Søren Schmidt1998-12-271-799/+0
* Don't close drives when called from interrupt context, set a flag forGreg Lehey1998-11-021-23/+63
* config.c:Greg Lehey1998-10-211-2/+6
* Import base vinum lkm sourcesGreg Lehey1998-09-161-0/+755