| Age | Commit message (Expand) | Author |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-09 | constify some | jdolecek |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-02-01 | Only use MALLOC_DECLARE() in kernel namespace. | tron |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-19 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-03 | Fix typo. PR#19619. | junyoung |
| 2002-11-23 | Nuke all (but one) of the remaining RF_UTILITY's. | oster |
| 2002-11-23 | Nuke some #if 0'ed code. | oster |
| 2002-11-23 | One less goto. | oster |
| 2002-11-23 | Bye-bye to the completely unused reconCtrlPtr->priorityList. | oster |
| 2002-11-22 | rf_SelectMirrorDiskPartition() is only needed in a few cases. #if it | oster |
| 2002-11-21 | Fix up locking on a call to rf_update_component_labels(). | oster |
| 2002-11-19 | #if out some stuff that's only used for some distributed sparing stuff. | oster |
| 2002-11-19 | For reconstructs, move checks for failed components to before the | oster |
| 2002-11-18 | #if 0 an unused function. Noted by Krister. Thanks! | oster |
| 2002-11-18 | rf_DiskReadMirrorPartitionFunc() is only needed for some of the clustering | oster |
| 2002-11-17 | When setting root or autoconfig status, be sure to update used_spares too! | oster |
| 2002-11-16 | Cleanup more printfs. | oster |
| 2002-11-16 | Clean up error reporting, and nuke some printf verbosity. | oster |
| 2002-11-15 | After a rebuild-in-place, a reconstruct, or a copyback, we should | oster |
| 2002-11-15 | These printf's have outlived their usefulness. *poof* | oster |
| 2002-11-14 | rf_markalldirty() needs to update the mod_counter for used_spares too! | oster |
| 2002-11-14 | Don't allow failing more than one component of a set, or | oster |
| 2002-11-12 | xorBufCount needs to be initialized too! | oster |
| 2002-11-09 | Nuke a printf() from rf_FailDisk(). | oster |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-25 | Poolify callback descriptor allocation. While some of the underlying | oster |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-22 | Better protect hot-spare adding, and make it LOCKDEBUG friendly. | oster |
| 2002-10-18 | Improve and/or re-arrange a number of locks. While much of the locking is | oster |
| 2002-10-11 | bye-bye to RF_FREELIST_GET_INIT_ARG and RF_FREELIST_FREE_CLEAN_ARG | oster |
| 2002-10-11 | poolify the allocation of Parity Stripe Status structures. | oster |
| 2002-10-07 | Minor comment and 80-column fixes. No functional changes. | oster |
| 2002-10-06 | poolify the RF_ReconMapListElem_t's used by rf_ReconMapUpdate(). | oster |
| 2002-10-06 | Add a missing RF_LOCK_MUTEX(). | oster |
| 2002-10-06 | Introduce a temp variable, and allocate the ReconCtrl structure before | oster |
| 2002-10-05 | update_size() does some bookkeeping, but nothing ever reads the data | oster |
| 2002-10-05 | RU_NIL is not used. Remove it. | oster |
| 2002-10-04 | Minor cleanup. No functional changes. | oster |
| 2002-10-04 | Clean up #includes. Group function prototypes. Fix more 80-column lossage | oster |
| 2002-10-04 | Undo the change from 1.16->1.17, and 1.19->1.20. The ltsleep and locking | oster |
| 2002-10-04 | Tidy up comments and do some 80-column fixing. No functional changes. | oster |
| 2002-10-04 | As part of the effort to get RAIDframe playing nicely with LOCKDEBUG, | oster |
| 2002-10-02 | Create a thread creation macro that make it easier to name the DAG process. | oster |
| 2002-10-02 | We're going to need rf_lkmgr_mutex_destroy() sooner than I thought. | oster |
| 2002-10-02 | Since we are unlocking the lock before sleeping, there is no need | oster |
| 2002-10-01 | Add a generic config finalization hook, to be called once all real | thorpej |