summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumvar.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused vinum files.phk2004-11-041-395/+0
* When doing round-robin reads from a multi-plex volume, only switch to thele2004-03-191-0/+7
* Fix vinums cdevsw{} to initialize d_version.phk2004-02-231-2/+0
* Remove some more 'makedev' related macros.le2004-02-161-10/+0
* Revert last commit. It built the kernel module just fine, but brokegrog2003-09-291-0/+10
* Remove calls to makedev. They were never needed.grog2003-09-291-11/+1
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-16/+29
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-111/+52
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Move objflags from vinumvar.h to vinumobj.h in preparation forgrog2001-05-231-45/+1
* Add a field 'version' to vinum_conf. This field is a constant whichgrog2001-05-221-191/+30
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-3/+0
* Fix vinum for both devfs and non-devfs systems.alfred2001-02-201-1/+1
* Take a shot at making vinum devfs aware.alfred2001-02-201-2/+5
* struct rangelock: Remove the field 'plex' from the entry. Range locksgrog2001-01-141-2/+1
* Part of rewrite of RAID-[45] locking code:grog2001-01-101-27/+29
* 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