summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumio.c
Commit message (Expand)AuthorAgeFilesLines
* Correct check for partition c. Previously the check was for drive 2,grog2001-01-201-1/+1
* format_config: If a subdisk loses its drive (due to a bug which hasgrog2001-01-141-12/+25
* open_drive: Refuse to open partition c of a disk device.grog2001-01-101-5/+9
* open_drive: Add support for more than 32 devices of a particular kind.grog2000-12-201-6/+11
* open_drive:grog2000-08-161-16/+21
* open_drive: Recognize "wd" device type. This is going away, but it'sgrog2000-06-021-7/+6
* vinum_scandisk: Correct error recovery if a configuration is munged.grog2000-05-111-3/+3
* remove_drive: correctly obliterate the magic number.grog2000-05-041-7/+15
* s/biowait/bufwait/gphk2000-04-291-2/+2
* open_drive: Add kludges for vn and md.grog2000-04-061-0/+4
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-2/+3
* Fix a problem with device number parsing, which caused da10 to map togrog2000-03-021-5/+5
* open_drive: open drives directly rather than going via namei andgrog2000-02-291-198/+126
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-4/+3
* Add missing header file.grog2000-01-051-0/+1
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-8/+6
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+4
* Look for disk devices rather than bdevs.phk1999-12-121-2/+2
* Fix another instance of vinum_scandisk giving a request to the daemongrog1999-10-131-10/+10
* open_drive: Don't call set_drive_state to take a drive down, do itgrog1999-09-281-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* read_drive: Remove references to vp->v_lastr, which is going away.grog1999-08-261-16/+3
* format_config: print preferred plex correctly.grog1999-08-241-0/+1
* Clean up some comments.grog1999-08-161-13/+11
* Add note that a change needs backing out.grog1999-08-151-19/+27
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-2/+2
* Remove some XXX comments (they're not really gone, just invisible).grog1999-08-141-112/+57
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-081-8/+8
* Remove code to accept partitions of type 'unused'. From now on, Vinumgrog1999-08-071-84/+97
* use vp->v_rdev;phk1999-07-201-2/+2
* close_drive:grog1999-06-291-6/+5
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* Split close_drive into two parts to ensure correct locking against thegrog1999-06-241-21/+30
* Backout last change. strerror doesn't exist in the kernel.grog1999-06-231-4/+2
* Print more legible error message if a drive open fails.grog1999-06-221-2/+4
* Modify to work with new style dev_t.grog1999-05-151-21/+7
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-071-6/+1
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-2/+1
* close_drive:grog1999-05-021-32/+47
* daemon_save_config:grog1999-04-101-3/+5
* Revise use of the vinum_conf variables drives_used, subdisks_used,grog1999-03-301-75/+85
* Remove longjmp declaration.grog1999-03-281-7/+1
* init_drive:grog1999-03-231-2/+9
* Add debug flags DEBUG_BIGDRIVE, designed for testing only. Itgrog1999-03-191-3/+7
OpenPOWER on IntegriCloud