| Age | Commit message (Expand) | Author |
| 2004-07-01 | The result of rf_DoAccess() should *not* be assigned to bp->b_error. | oster |
| 2004-06-29 | Remove a (redundant) check that was already performed in raidstart(). | oster |
| 2004-06-27 | Address a number of issues: | oster |
| 2004-06-02 | fix const'ificication, gcc-3.4 will notice it | drochner |
| 2004-05-22 | Add support for the word "absent" in the "disks" section of | oster |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-04-10 | Allocating emergency buffer space is all fine and well, but one should really | oster |
| 2004-04-09 | These changes complete the effective removal of malloc() from all | oster |
| 2004-04-09 | We really should have a wakeup in RF_UNLOCK_PSS_MUTEX in case we have | oster |
| 2004-03-23 | This assert is outdated, and just plain wrong. | oster |
| 2004-03-23 | Partially back out some changes that were causing grief with | oster |
| 2004-03-23 | Ooops.. this free should come at the end of the loop. Thanks | oster |
| 2004-03-23 | bufpool must be accessed at splbio(). | oster |
| 2004-03-22 | If the DAG failed, need to make sure we wipe the dagList structures too. | oster |
| 2004-03-21 | Why start a timer, and then just ignore it? *punt* | oster |
| 2004-03-21 | Yesterday's fix to rf_disks.c (rev 1.51) was necessary, but not | oster |
| 2004-03-21 | Fix a nastly little bug that I've been chasing over the past 12 hours. | oster |
| 2004-03-21 | Doesn't hurt much to zero this before we start mucking with it. | oster |
| 2004-03-21 | Add in a couple of missed foo=foo->next's. | oster |
| 2004-03-20 | Can't conditionalize cleanup on numStripeUnitsBailed -- have to | oster |
| 2004-03-20 | NO_STRIPE_LOCKS is never set, so this code will always execute. | oster |
| 2004-03-20 | Cleanup function prototypes. | oster |
| 2004-03-20 | [bah.. specifying rf_dagutils.c twice on a checkin doesn't get you | oster |
| 2004-03-20 | Change signature of rf_AllocBuffer() to take a dag_h and buffer size | oster |
| 2004-03-20 | For each RAID set, pre-allocate a number of "emergency buffers" to be | oster |
| 2004-03-19 | dag_node_pool never did get used here. Turf. | oster |
| 2004-03-19 | Introduce a dual-purpose pool for providing pointer and param "caches" | oster |
| 2004-03-19 | Take care of six more mallocs: | oster |
| 2004-03-19 | Add a comment. Will hopefully save time next time someone tries | oster |
| 2004-03-19 | Add a few comments to explain what some of these new structures are, and | oster |
| 2004-03-19 | Introduce 3 more pools and 6 functions to handle allocating/freeing | oster |
| 2004-03-19 | Re-work rf_State_Quiesce() so that we don't have to hold a lock | oster |
| 2004-03-18 | Remove a debugging line that was accidentally left in. | oster |
| 2004-03-18 | Use rf_AllocDAGNode() to get new DAG nodes. | oster |
| 2004-03-18 | Re-work the locking mechanisms for reconstruct and PSS structures | oster |
| 2004-03-18 | - Introduce a 'dagnode' pool. Initialize it and allow for cleanup. | oster |
| 2004-03-13 | raidPtr->num_spare is *NOT* sufficient here. We must allocate | oster |
| 2004-03-13 | This desc->mutex is only ever initialized -- never used. *toss* | oster |
| 2004-03-13 | paramDAG and paramASM are only ever set, but never used. *toss* | oster |
| 2004-03-13 | Cleanup function prototypes. | oster |
| 2004-03-13 | - don't use rf_PrintUserStats() for recon statistics. | oster |
| 2004-03-09 | Introduce RF_DEBUG_ENGINE and use it to disable a number of debugging | oster |
| 2004-03-09 | Use RF_DEBUG_QUIESCE to #if-out some printfs that really only should | oster |
| 2004-03-09 | rf_ShutdownList() isn't returning anything useful, and doesn't need to | oster |
| 2004-03-08 | Move pss_pool to rf_pools. Will save a bit of extra memory at | oster |
| 2004-03-08 | A few more cleanups missed in last commit. | oster |
| 2004-03-08 | Minor cleanup. No functional change. | oster |
| 2004-03-07 | Rename rf_rad_pool_lock to rf_rad_lock. The latter is far more | oster |
| 2004-03-07 | - Introduce rf_pools which contains all of the various global pools used | oster |
| 2004-03-07 | - Introduce rf_pools which contains all of the various global pools used | oster |