| Age | Commit message (Expand) | Author |
| 2000-01-05 | Make sure we really get something back from RF_Malloc before we use it. | oster |
| 2000-01-05 | - update RF_CREATE_THREAD to handle a 'process name' argument. | oster |
| 1999-12-15 | Nuke a bunch of debugging cruft. No functional changes. | oster |
| 1999-12-14 | Whoops! Neglected to initialize the buffer queues for anything other | oster |
| 1999-12-12 | Rework how we do the 'wakeup' when an IO completes. | oster |
| 1999-12-12 | Rename rf_DoAccessKernel() to raidstart() and cleanup arguments. | oster |
| 1999-12-12 | Rototill the IO throttle code. Rename rf_DoAccessKernel() to raidstart() | oster |
| 1999-12-09 | Trust only the data disk if the mirror is not known to be up-to-date. | oster |
| 1999-12-07 | Nuke what's left of the DFSTRACE stuff. | oster |
| 1999-12-07 | More cleanup. DKUSAGE (what little was left of it) goes bye-bye. | oster |
| 1999-12-07 | Nuke the last few bits of RF_DEBUG_ATOMIC that should have | oster |
| 1999-12-03 | We don't support RF_DAG_TEST_ACCESS. | oster |
| 1999-12-03 | Nuke some duplicate code. | oster |
| 1999-12-03 | Kernel memory is not to be wasted. If we're bailing out because of an error, | oster |
| 1999-12-03 | Move LIST_INIT() to a more appropriate place. | oster |
| 1999-11-18 | We must initialize bp->b_dep in InitBP(). | oster |
| 1999-11-17 | Remove some minor stuff that wasn't right, and wasn't even really used. | oster |
| 1999-11-09 | If we have a choice: do not trust the parity disk for read | oster |
| 1999-09-08 | Nuke unused prototype. | oster |
| 1999-09-05 | Garbage collect more unused stuff. | oster |
| 1999-09-05 | Remove more unused stuff. | oster |
| 1999-09-05 | Garbage collect some more stuff. | oster |
| 1999-09-05 | Cleanup a bit more. | oster |
| 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 |