summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumvar.h
Commit message (Expand)AuthorAgeFilesLines
* Allow revive block sizes up to MAXPHYS.grog2000-05-111-4/+4
* Increase the initial size of a RAID-5 plex lock table to 256 entries,grog2000-05-041-2/+2
* Set default revive block size to 64 kB.grog2000-03-011-1/+2
* Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR withgrog2000-02-291-14/+19
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-19/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Change default revive block size to 60 kB (was 64 kB), and set agrog1999-10-131-2/+16
* struct plex: Add variables checkblock and rebuildblock to keep trackgrog1999-09-281-1/+8
* Initialize the si_bsize fields of the new dev structure. This fixesgrog1999-08-291-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add 'initialized' state for subdisks. After initializing, the subdiskgrog1999-08-151-18/+19
* Tidy up comments.grog1999-08-141-18/+42
* Import RAID-5 code.grog1999-08-071-3/+26
* Modify device numbering method to work with latest -CURRENT. Briefly,grog1999-07-221-6/+6
* Change the type of the freelist sectors variable to u_int64_t ingrog1999-07-021-2/+2
* Add some comments about the VINUMMINOR macro, which is not for humangrog1999-06-221-1/+6
* Modify to work with new style dev_t.grog1999-05-151-26/+23
* Remove some dead variables.grog1999-05-021-3/+1
* struct drive: add fields for debugging lockdrive deadlocks.grog1999-04-101-0/+4
* Add debug flag DEBUG_EXITFREE to log problems freeing memory on exit.grog1999-04-051-0/+1
* Add flag VF_CREATEDgrog1999-03-301-0/+1
* Add definition LongJmp for longjmp if -DVINUMDEBUG.grog1999-03-281-6/+9
* Add flag VF_FORCECONFIG for use by the config_drive and friends.grog1999-03-231-1/+1
* Define two superdevices for vinum(8), depending on whether they aregrog1999-03-191-3/+27
* Remove opencount from vinum_conf and struct vol, and disk index fromgrog1999-03-131-7/+4
* Correct some diagramsgrog1999-03-021-8/+10
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-291-30/+52
* Include Peter Wemm's renaming and restructuringgrog1999-01-211-47/+59
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-281-4/+4
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-281-0/+516
* Remove LKM's depricated by modules.sos1998-12-271-516/+0
* Change some numeric #defines to enumsgrog1998-11-021-12/+11
* config.c:grog1998-10-211-2/+9
* Import base vinum lkm sourcesgrog1998-09-161-0/+510
OpenPOWER on IntegriCloud