| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert last commit. It built the kernel module just fine, but broke | Greg Lehey | 2003-09-29 | 1 | -0/+10 |
| * | Remove calls to makedev. They were never needed. | Greg Lehey | 2003-09-29 | 1 | -11/+1 |
| * | Change the way the plex lock mutexes work. Previously they were part | Greg Lehey | 2003-05-23 | 1 | -16/+29 |
| * | Rewrite minor number decoding. Now we have only three types of | Greg Lehey | 2003-05-01 | 1 | -110/+51 |
| * | Add missing includes of sys/lock.h. | John Baldwin | 2001-10-11 | 1 | -0/+1 |
| * | Move objflags from vinumvar.h to vinumobj.h in preparation for | Greg Lehey | 2001-05-23 | 1 | -45/+1 |
| * | Add a field 'version' to vinum_conf. This field is a constant which | Greg Lehey | 2001-05-22 | 1 | -191/+30 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -3/+0 |
| * | Fix vinum for both devfs and non-devfs systems. | Alfred Perlstein | 2001-02-20 | 1 | -1/+1 |
| * | Take a shot at making vinum devfs aware. | Alfred Perlstein | 2001-02-20 | 1 | -2/+5 |
| * | struct rangelock: Remove the field 'plex' from the entry. Range locks | Greg Lehey | 2001-01-14 | 1 | -2/+1 |
| * | Part of rewrite of RAID-[45] locking code: | Greg Lehey | 2001-01-10 | 1 | -27/+29 |
| * | Allow revive block sizes up to MAXPHYS. | Greg Lehey | 2000-05-11 | 1 | -4/+4 |
| * | Increase the initial size of a RAID-5 plex lock table to 256 entries, | Greg Lehey | 2000-05-04 | 1 | -2/+2 |
| * | Set default revive block size to 64 kB. | Greg Lehey | 2000-03-01 | 1 | -1/+2 |
| * | Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with | Greg Lehey | 2000-02-29 | 1 | -14/+19 |
| * | Explicitly type large scalar parameters to avoid compilation warnings | Greg Lehey | 2000-01-05 | 1 | -19/+10 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -1/+1 |
| * | Change default revive block size to 60 kB (was 64 kB), and set a | Greg Lehey | 1999-10-13 | 1 | -2/+16 |
| * | struct plex: Add variables checkblock and rebuildblock to keep track | Greg Lehey | 1999-09-28 | 1 | -1/+8 |
| * | Initialize the si_bsize fields of the new dev structure. This fixes | Greg Lehey | 1999-08-29 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add 'initialized' state for subdisks. After initializing, the subdisk | Greg Lehey | 1999-08-15 | 1 | -18/+19 |
| * | Tidy up comments. | Greg Lehey | 1999-08-14 | 1 | -18/+42 |
| * | Import RAID-5 code. | Greg Lehey | 1999-08-07 | 1 | -3/+26 |
| * | Modify device numbering method to work with latest -CURRENT. Briefly, | Greg Lehey | 1999-07-22 | 1 | -6/+6 |
| * | Change the type of the freelist sectors variable to u_int64_t in | Greg Lehey | 1999-07-02 | 1 | -2/+2 |
| * | Add some comments about the VINUMMINOR macro, which is not for human | Greg Lehey | 1999-06-22 | 1 | -1/+6 |
| * | Modify to work with new style dev_t. | Greg Lehey | 1999-05-15 | 1 | -26/+23 |
| * | Remove some dead variables. | Greg Lehey | 1999-05-02 | 1 | -3/+1 |
| * | struct drive: add fields for debugging lockdrive deadlocks. | Greg Lehey | 1999-04-10 | 1 | -0/+4 |
| * | Add debug flag DEBUG_EXITFREE to log problems freeing memory on exit. | Greg Lehey | 1999-04-05 | 1 | -0/+1 |
| * | Add flag VF_CREATED | Greg Lehey | 1999-03-30 | 1 | -0/+1 |
| * | Add definition LongJmp for longjmp if -DVINUMDEBUG. | Greg Lehey | 1999-03-28 | 1 | -6/+9 |
| * | Add flag VF_FORCECONFIG for use by the config_drive and friends. | Greg Lehey | 1999-03-23 | 1 | -1/+1 |
| * | Define two superdevices for vinum(8), depending on whether they are | Greg Lehey | 1999-03-19 | 1 | -3/+27 |
| * | Remove opencount from vinum_conf and struct vol, and disk index from | Greg Lehey | 1999-03-13 | 1 | -7/+4 |
| * | Correct some diagrams | Greg Lehey | 1999-03-02 | 1 | -8/+10 |
| * | Change multiline comments to start with a lone /* and end with a */, | Greg Lehey | 1999-01-29 | 1 | -30/+52 |
| * | Include Peter Wemm's renaming and restructuring | Greg Lehey | 1999-01-21 | 1 | -47/+59 |
| * | Some relatively minor tweaks to enable vinum to be built into a static | Peter Wemm | 1998-12-28 | 1 | -4/+4 |
| * | If I've done this right, revive the vinum code in it's now home after it | Peter Wemm | 1998-12-28 | 1 | -0/+516 |
| * | Remove LKM's depricated by modules. | Søren Schmidt | 1998-12-27 | 1 | -516/+0 |
| * | Change some numeric #defines to enums | Greg Lehey | 1998-11-02 | 1 | -12/+11 |
| * | config.c: | Greg Lehey | 1998-10-21 | 1 | -2/+9 |
| * | Import base vinum lkm sources | Greg Lehey | 1998-09-16 | 1 | -0/+510 |