| Age | Commit message (Expand) | Author |
| 1999-09-05 | Remove one of the two bzero calls in RF_Calloc -- the 2nd one doesn't | oster |
| 1999-09-04 | More cleanup of unused stuff. This time we nuke a bunch of memory | oster |
| 1999-09-04 | Minor cleanup of (now) unneeded RF_UTILITY checks. | oster |
| 1999-08-26 | Nuke some unused code which, were it enabled, might be useful for | oster |
| 1999-08-15 | Print a error message instead of panicing in rf_RecoveryPQFunc(). | oster |
| 1999-08-15 | Make these compile with RF_INCLUDE_RAID6. | oster |
| 1999-08-15 | Cleanup a bit. | oster |
| 1999-08-14 | Minor cleanup. No functional changes. | oster |
| 1999-08-14 | Fix an 'off-by-one' error in a RF_ASSERT which meant that a reconstruct | oster |
| 1999-08-14 | Decrease the number of outstanding IO's threashold slightly. | oster |
| 1999-08-14 | Remove a 'struct proc *'-passing abomination that's been bugging me | oster |
| 1999-08-14 | Correct and/or improve detection of bogus row/column values | oster |
| 1999-08-13 | rf_sys.h does not need to be #included in any of these files, and, actually, | oster |
| 1999-08-13 | This file is no longer needed. | oster |
| 1999-08-13 | Garbage collect rpcc(). | oster |
| 1999-08-13 | First kick at cleaning up the RF_ETIMER code. New timer handling code | oster |
| 1999-08-13 | Nuke configuration of ETimer stuff during main configuration. | oster |
| 1999-08-13 | Clean up reconstruction accounting a bit. While it worked before, it was | oster |
| 1999-08-11 | Garbage collect unused struct rf_test_acc. | oster |
| 1999-08-10 | When reporting the status of a component during configuration, | oster |
| 1999-08-10 | Don't allow reconstructs, copybacks, or forced failures of components if | oster |
| 1999-08-10 | Don't go ape if there is a problem verifying the parity. Note the condition | oster |
| 1999-08-10 | Oops. Make minor change that I forgot when adding the parity check ioctl. | oster |
| 1999-08-10 | Add support for easily checking the parity status from userland. | oster |
| 1999-08-10 | Trying to rebuild parity on a degraded set is bogus, so don't allow that. | oster |
| 1999-08-03 | Nuke unused #define. | oster |
| 1999-07-21 | Need to splbio()/splx() protect some of the reconstruction stuff. | oster |
| 1999-07-19 | rf_UnconfigureVnodes() needs to be called in the DO_RAID_FAIL macro. | oster |
| 1999-07-19 | sectorsPerStripeUnit should be larger than 0. If it isn't, simply fail. | oster |
| 1999-07-08 | Once upon a time, long long ago, there was a "fix" added to the | oster |
| 1999-07-06 | Make the kthread API a bit friendlier to loadable kernel modules. | thorpej |
| 1999-06-13 | Remember to pass down the proc pointer when adding a hot spare. | oster |
| 1999-06-04 | When adding a hot spare, remember to lock down the main raidPtr | oster |
| 1999-06-04 | At config time, initialize a small amount of space for the disk queues | oster |
| 1999-06-04 | Don't count two problems with a single component as two | oster |
| 1999-05-13 | Replace two instances of TNF copyright with one (was replicated for two | ad |
| 1999-04-12 | Fix a couple of compiler warnings on the Alpha. Pointed out by Tim Rightnour. | oster |
| 1999-04-07 | Allow re-writing parity on a RAID 0 to trivially succeed, and to set the | oster |
| 1999-03-27 | Cleanup shutdown code - garbage collect (now) unused shutdownhooks() stuff. | oster |
| 1999-03-18 | Correct a component label problem where a RAID 1 set with a | oster |
| 1999-03-14 | Cleanup rf_RewriteParity() and rf_VerifyParity(). Nuke unused stuff, | oster |
| 1999-03-14 | Disallow interrupting parity re-writes or copybacks by removing PCATCH | oster |
| 1999-03-09 | Cleanup raidattach: move rf_boot's functionality to raidattach, and | oster |
| 1999-03-09 | Cleanup unused cruft. | oster |
| 1999-03-09 | rf_update_component_labels() now lives here. Re-work clean-bit | oster |
| 1999-03-09 | Move rf_update_component_labels() from here to rf_netbsdkintf.c. | oster |
| 1999-03-02 | Update for recent changes including component label support, clean | oster |
| 1999-02-27 | After a vn_close(), set the vnode * to NULL so we don't try closing it | oster |
| 1999-02-27 | Do the VOP_UNLOCK() on an initialized vp, rather than random garbage. | oster |
| 1999-02-24 | Minor cleanups and code rearranging. Now knows a little about component | oster |