| Age | Commit message (Expand) | Author |
| 2016-01-07 | Don't use for (...); by using an explicit continue as body. | joerg |
| 2011-05-11 | convert the main raidPtr mutex to a kmutex, and add a couple of cv's to | mrg |
| 2009-03-15 | ansify function definitions | cegger |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-01-09 | rf_DiskUnlockFunc and rf_DiskUnlockFuncForThreads are never used. Punt them. | oster |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - avoid variable shadowing | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-04-09 | These changes complete the effective removal of malloc() from all | oster |
| 2004-03-23 | Partially back out some changes that were causing grief with | 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 | Introduce a dual-purpose pool for providing pointer and param "caches" | oster |
| 2004-03-19 | Take care of six more mallocs: | oster |
| 2004-03-18 | - Introduce a 'dagnode' pool. Initialize it and allow for cleanup. | 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 |
| 2004-03-07 | Re-work rf_GenerateFailedAccessASMs() to simplify things a bit. | oster |
| 2004-03-06 | Pretty up a bit of unused code. | oster |
| 2004-03-06 | rf_AllocBuffer() doesn't do anything with its dag_h parameter. Nuke | oster |
| 2004-03-06 | Minor tabbing cleanup. No functional change. | oster |
| 2004-03-05 | Introduce RF_DEBUG_DAG and use it to #if-out rf_dagDebug sections. | oster |
| 2004-03-05 | - remove the RF_*_INC's, as necessary. They are not needed any more. | oster |
| 2004-02-29 | Adjust _rf_ShutdownCreate() so that it is willing to wait for more | oster |
| 2004-02-29 | We'd better have gotten a dag header from the pool. In any event, callers | 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-01-10 | Since the LOCK and UNLOCK flags are never used, no need in extracting them. | oster |
| 2003-12-30 | Some days you wonder if some of the function declaration consistency | oster |
| 2003-12-29 | - first kick at a major reworking of RAIDframe's memory allocation code: | oster |
| 2003-12-29 | [Having received a definite lack of strenuous objection, a small amount | oster |
| 2003-02-09 | constify some | jdolecek |
| 2002-11-22 | rf_SelectMirrorDiskPartition() is only needed in a few cases. #if it | oster |
| 2002-09-23 | Remove unneeded variables and lame assignments. Thanks Simon B.! | oster |
| 2002-09-21 | rf_MakePropListEntry isn't used anywhere, so nuke it. Thanks Krister! | oster |
| 2002-09-19 | Another couple of functions that arn't used unless one is debugging RAIDframe. | oster |
| 2002-09-14 | Everyone and their dog was using RF_ERRORMSG3 to print out the same | oster |
| 2002-08-02 | Nuke stuff dealing with the experimental memChunk code. It's unused, and | oster |
| 2002-07-13 | Most folks won't need the DAG printing and verification routines. | oster |
| 2002-07-13 | Minor cleanup. | oster |
| 2002-07-13 | rf_compute_workload_shift() is only used by the CHAINDECLUSTER stuff, | oster |
| 2002-03-04 | Correct misspellings of "failed". | wiz |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-04 | Step 2 of the disentanglement. We now look to <dev/raidframe/*> for | oster |
| 2001-07-18 | bzero -> memset | thorpej |
| 1999-12-09 | Trust only the data disk if the mirror is not known to be up-to-date. | oster |
| 1999-11-09 | If we have a choice: do not trust the parity disk for read | oster |