| Age | Commit message (Expand) | Author |
| 2004-03-02 | Another spot where we're willing to wait for pool_get to give us something | oster |
| 2004-03-02 | A few more cases where RF_DEBUG_PSS can be used. | oster |
| 2004-03-02 | DO_WAIT and DO_SIGNAL macros are a bit much, as they are only each used | oster |
| 2004-03-02 | We're willing to wait, so we should always get something valid from | oster |
| 2004-03-02 | Fix more cases where mutex locks were being held longer than necessary. | oster |
| 2004-03-01 | Use RF_ACC_TRACE to #if out more chunks of code related only | oster |
| 2004-03-01 | We always wait until we get memory, so the NULL check doesn't buy us anything. | oster |
| 2004-02-29 | Bah. RF_ACC_TRACE bits need a bit more work before they can be turned off. | oster |
| 2004-02-29 | As a LOCK_DEBUG kernel complains, we should really initialze | oster |
| 2004-02-29 | Unlock the mcpair mutex before we call rf_DispatchDAG(), and re-lock it once | oster |
| 2004-02-29 | Oops.. might still need this mutex in a few places. | oster |
| 2004-02-29 | Minor shuffling of variable declarations to clean RF_ACC_TRACE #defines | oster |
| 2004-02-29 | Add "RF_ACC_TRACE" as a new #define to rf_archs.h. | oster |
| 2004-02-29 | Minor comment reformatting. | oster |
| 2004-02-29 | When the 'if' condition is true, the function will return, so there | oster |
| 2004-02-29 | Adjust _rf_ShutdownCreate() so that it is willing to wait for more | oster |
| 2004-02-29 | InitHdrNode() might as well return 'void'. Nothing ever pays attention | oster |
| 2004-02-29 | rf_MakeAllocList() will always get memory. No point in checking for | oster |
| 2004-02-29 | We'd better have gotten a dag header from the pool. In any event, callers | oster |
| 2004-02-29 | TransferDagMemory() doesn't exist, so these lines are just wasting space. | oster |
| 2004-02-29 | Stripe functions are now handled by a linked-list instead of a | oster |
| 2004-02-27 | Add forgotten pool_destroy(). | oster |
| 2004-02-27 | Use a dynamically allocated linked list of dagLists instead of using a | oster |
| 2004-02-25 | Poolify alloclist stuff. Saves a whopping 32 bytes while decreasing code | oster |
| 2004-02-24 | occured -> occurred. From Peter Postma. | wiz |
| 2004-02-21 | unlockQNodes, unlockDataNodes, and unlockParityNodes are not used. Turf. | oster |
| 2004-02-08 | Relegate some printf's to DEBUG land. | oster |
| 2004-01-25 | Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. | hannken |
| 2004-01-23 | Always ask for a new RF_StripeLockDesc_t "just in case", and then | oster |
| 2004-01-15 | Add missing simple_lock_init(). Noted by skrueger-at-europe-dot-com. | oster |
| 2004-01-14 | Add 2 missing RF_LOCK_MUTEX()es. Problem pointed out by | oster |
| 2004-01-10 | Since the LOCK and UNLOCK flags are never used, no need in extracting them. | oster |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2004-01-10 | iCleanup the RF_CREATE_PARAM3(). Middle two "arguments" were nothing | oster |
| 2004-01-10 | More lu_flags disappear into oblivion. | oster |
| 2004-01-09 | Nuke lu_flag and code associated with it being non-zero. | oster |
| 2004-01-09 | [This file should have been committed with the other | oster |
| 2004-01-09 | Cleanup rf_enableAtomicRMW and its use. According to the comments, we | oster |
| 2004-01-06 | Clean up a few comments, and improve code formatting somewhat. | oster |
| 2004-01-05 | remove terminate_disk_queues from RF_Raid_s. The hist_diskreq[] | oster |
| 2004-01-04 | raidPtr->reconControl->percentCompleted only gets used in one | oster |
| 2004-01-04 | As noted by Thierry Deval in a posting to misc/at/openbsd.org, | oster |
| 2004-01-02 | Fix the "We panic if we can't create a DAG" problem that's existed | oster |
| 2004-01-02 | Remove "row" from DEBUG statements. | hannken |
| 2004-01-01 | Cleanup some unused desc->flags: | oster |
| 2004-01-01 | Finally cleanup RF_BZERO. Turns out that 'bp' was only used to obtain | oster |
| 2004-01-01 | Tidy up the #includes a bit. | oster |
| 2004-01-01 | Nuke a few more 'row'-related bits that were missed in the row-removal. | oster |
| 2004-01-01 | Nuke a bunch of unused variables: | oster |
| 2003-12-31 | Remove 3 unused debugging options: | oster |