summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
...
* Add 'referenced' states to subdisks and plexes.grog1999-03-282-2/+9
* Correct the text of an obscure error message.grog1999-03-241-2/+2
* Change the definition of VINUM_STARTCONFIG to take an int write parameter.grog1999-03-231-1/+1
* Add flag VF_FORCECONFIG for use by the config_drive and friends.grog1999-03-231-1/+1
* vinum_start:grog1999-03-231-5/+2
* VINUM_STARTCONFIG:grog1999-03-231-1/+1
* init_drive:grog1999-03-231-2/+9
* Change the declaration of start_config.grog1999-03-231-1/+1
* start_config:grog1999-03-231-7/+16
* Define two superdevices for vinum(8), depending on whether they aregrog1999-03-191-3/+27
* VolState: return an enum volumestate, not a (non-existent) enum volstate.grog1999-03-191-1/+1
* Perform all of vinumstrategy at splbio. This doesn't appeargrog1999-03-191-6/+4
* Use microtime, not getmicrotime, to note the times in the malloc andgrog1999-03-191-2/+2
* Add debug flags DEBUG_BIGDRIVE, designed for testing only. Itgrog1999-03-191-3/+7
* Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They didgrog1999-03-191-6/+6
* free_vinum: don't change loop bounds for deleting drives while in the loop.grog1999-03-191-12/+15
* Modify to compile with egcs.grog1999-03-188-21/+15
* deallocrqg: deallocate the correct object, also check that the objectgrog1999-03-141-5/+11
* Change prototype of vinum_inactive.grog1999-03-131-1/+1
* Remove opencount from vinum_conf and struct vol, and disk index fromgrog1999-03-131-7/+4
* Part of removing vol->opencount: now we just use a flag.grog1999-03-131-3/+3
* Add DEBUG_EOFINFO log messages.grog1999-03-131-0/+15
* Remove antique crud.grog1999-03-131-10/+25
* lock_drive: report on and recover from an obscure situation where thegrog1999-03-131-0/+7
* VINUM_RESETCONFIG: do the reset even if the config is open (as it hasgrog1999-03-131-3/+1
* Don't frob vp->v_usecount, it scares the hell out of the driver undergrog1999-03-131-5/+2
* Change the way of recognizing whether a plex was given to a volumegrog1999-03-131-41/+63
* vinum_inactive: distinguish whether we care whether the configgrog1999-03-131-5/+8
* Change SAVECONFIG ioctl: it now writes an int parameter.grog1999-03-021-1/+1
* Correct some diagramsgrog1999-03-021-8/+10
* sizespec: allow negative values (which signal error conditions).grog1999-03-021-23/+36
* Change the name of drive state "uninit" to "referenced": it onlygrog1999-03-021-2/+2
* Change printf() calls to log() calls.grog1999-03-021-51/+99
* Change printf() calls to log() calls.grog1999-03-023-16/+24
* Add keywords "size", synonym for "length", and "max".grog1999-03-021-3/+8
* Change printf() calls to log() calls.grog1999-03-021-3/+4
* Add keywords "size", synonym for "length", and "max".grog1999-03-021-1/+7
* Change printf() calls to log() calls.grog1999-03-021-17/+28
* Change printf() calls to log() calls.grog1999-03-021-46/+81
* New function return_drive_spacegrog1999-03-021-2/+5
* change printf() calls to log() calls.grog1999-03-021-18/+24
* Change printf() calls to log() calls.grog1999-03-021-99/+217
* Change printf() calls to log() calls.grog1999-03-021-101/+42
* Change the name of drive state "uninit" to "referenced": it onlygrog1999-03-021-2/+2
* Correct some indentationgrog1999-02-111-37/+48
* build_write_request: correct logic for handling writes to volumes withgrog1999-02-111-1/+1
* check_drive: Make sure that we don't open two different drives withgrog1999-02-111-14/+27
* In some cases, it's possible that I/O errors will cause the daemon togrog1999-02-111-4/+15
* Remove some dead debug codegrog1999-02-051-32/+27
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-2920-379/+723
OpenPOWER on IntegriCloud