| Age | Commit message (Expand) | Author |
| 2002-09-22 | rf_flags wasn't being used. *poof* | oster |
| 2002-09-22 | A little housecleaning to nuke stuff that was unused. | oster |
| 2002-09-21 | Minor cleanup/reformatting. | oster |
| 2002-09-21 | #if 0 more stuff, per Krister's list. Thanks Krister! | oster |
| 2002-09-21 | #if 0 out one other function, and shuffle DEBUG code. Actually | oster |
| 2002-09-21 | rf_RegisterReconDoneProc() isn't needed. | oster |
| 2002-09-21 | rf_ReleaseBufferWaiter(s) were not being used! Thanks Krister! | oster |
| 2002-09-21 | rf_FreePhysDiskAddr is only needed by paritylogging. | oster |
| 2002-09-21 | rf_FreeAccessStripeMapComponent() goes too. Thanks Krister! | oster |
| 2002-09-21 | Nuke rf_AllocAccessStripeMapComponent(). Thanks Krister! | oster |
| 2002-09-21 | Garbage collect some old mountroothook stuff. Thanks Krister! | oster |
| 2002-09-21 | #if 0 an unused stub. Thanks Krister! | oster |
| 2002-09-21 | Protect more stuff that's only used by the declustering code. | oster |
| 2002-09-21 | rf_UnbootRaidframe isn't used. rf_print_assert_panic_message is | oster |
| 2002-09-21 | rf_MakePropListEntry isn't used anywhere, so nuke it. Thanks Krister! | oster |
| 2002-09-21 | Shuffle #ifdefs to include stuff only if we're doing parity logging | oster |
| 2002-09-21 | Various "Fwd" versions of DAG creation functions arn't actually used anywhere! | oster |
| 2002-09-21 | rf_gcd, rf_free_2d_array, rf_make_1d_array, and rf_free_1d_array are | oster |
| 2002-09-21 | rf_CreateMirrorPartitionReadDAG is only used for chain declustering and | oster |
| 2002-09-21 | rf_CvscanConfigure() is a NOP. Nuke it. Thanks Krister! | oster |
| 2002-09-19 | Another couple of functions that arn't used unless one is debugging RAIDframe. | oster |
| 2002-09-19 | Introduce RF_DEBUG_MAP, and use it to ignore more rarely used code. | oster |
| 2002-09-19 | Introduce and use RF_DEBUG_PSS, and save a few more bytes. | oster |
| 2002-09-19 | One signal will do, thanks. | oster |
| 2002-09-19 | Nuke an obsolete comment. | oster |
| 2002-09-19 | Introduce and use RF_DEBUG_STATES to save a bit more kernel space. | oster |
| 2002-09-19 | Nuke old (and now incorrect) comment. | oster |
| 2002-09-17 | RF_DEBUG_ACCESS and RF_DEBUG_QUIESCE make things a little smaller. | oster |
| 2002-09-17 | Introduce and use RF_DEBUG_QUEUE (for debugging the various queueing | oster |
| 2002-09-17 | Cast the RF_DEBUG_RECON net a little wider. | oster |
| 2002-09-17 | Rename RF_DEBUG_RECONBUFFER to RF_DEBUG_RECON in order to facilitate | oster |
| 2002-09-17 | Were these functions actually called by anything, I might have considered | oster |
| 2002-09-17 | Use RF_DEBUG_DISKQUEUE to eliminate more debuggin printfs that the | oster |
| 2002-09-16 | Those of us who might be interested in debugging internal memory usage | oster |
| 2002-09-16 | Assign a value to recon_buffer_size in a different way so that the | oster |
| 2002-09-16 | Cleanup some comments. | oster |
| 2002-09-16 | 'char *arrived' was such a nice variable. Too bad all we ever did | oster |
| 2002-09-16 | rf_CheckFloatingRbufCount() is only really useful when debugging the | oster |
| 2002-09-16 | Cleanup some printf's, and disable some (debugging) output. | oster |
| 2002-09-15 | Release our hold on raidPtr if we're going to sleep. | oster |
| 2002-09-15 | Nuke unlockingOp -- it was only used for the userland version of the | oster |
| 2002-09-15 | Remove a couple of unneeded structure members. | oster |
| 2002-09-15 | 'buf2' is unused. Nuke it. | oster |
| 2002-09-15 | General cleanup of a mess. No functional changes. | oster |
| 2002-09-15 | Nuke 'numPending' from the RF_RaidAccessDesc_s structure, and minor cleanup. | oster |
| 2002-09-14 | Add a local #define, and disable some debugging stuff. | oster |
| 2002-09-14 | Minor formatting cleanup, and nuke unused stuff. | oster |
| 2002-09-14 | rf_FlushAccessTraceBuf goes bye-bye. | oster |
| 2002-09-14 | Everyone and their dog was using RF_ERRORMSG3 to print out the same | oster |
| 2002-09-14 | Add two more debugging #defines: RF_DEBUG_RECONBUFFER and RF_DEBUG_VERIFYPARITY. | oster |