| Age | Commit message (Expand) | Author |
| 2008-11-18 | _KERNEL_OPT | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-14 | Fix display of total number of sectors if > 2^32 on 32-bit machines | sborrill |
| 2008-02-12 | rf_debugMem.c: remove unused 'rc' variable for RF_DEBUG_MEM. | oster |
| 2007-12-05 | lockmgr -> mutex | ad |
| 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-10-07 | It's ok to wait for memory for the emergency buffers. If we don't get | oster |
| 2006-02-14 | RAIDframe was erroneously re-initializing the Parity Stripe Status | oster |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - avoid variable shadowing | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-13 | Convert a few "void *"'s to "struct buf *"'s. No functional changes. | oster |
| 2004-11-16 | On an idea from Thor (tls@), do not fail a component if doing so would | 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-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-03-21 | Yesterday's fix to rf_disks.c (rev 1.51) was necessary, but not | oster |
| 2004-03-20 | For each RAID set, pre-allocate a number of "emergency buffers" to be | 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 | - don't use rf_PrintUserStats() for recon statistics. | 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-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 |
| 2004-03-05 | - remove the RF_*_INC's, as necessary. They are not needed any more. | oster |
| 2004-03-01 | Use RF_ACC_TRACE to #if out more chunks of code related only | oster |
| 2004-02-29 | Adjust _rf_ShutdownCreate() so that it is willing to wait for more | oster |
| 2004-02-27 | Use a dynamically allocated linked list of dagLists instead of using a | 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-05 | remove terminate_disk_queues from RF_Raid_s. The hist_diskreq[] | oster |
| 2004-01-01 | Nuke a bunch of unused variables: | oster |
| 2003-12-30 | Make function declarations consistent a) with each other and b) with | oster |
| 2003-12-29 | rf_lkmgr_mutex_init() is only called from one spot, and it really | oster |
| 2003-12-29 | Let's see... raidPtr->recon_done_procs is never set to anything | oster |
| 2003-12-29 | IO_BUF_ERR really doesn't need to be a macro. Replace the macro. | oster |
| 2003-12-29 | _rf_create_managed_cond() is now left doing nothing. Convert callers. | oster |
| 2003-12-29 | _rf_create_managed_mutex() is doing just a simple: | oster |
| 2003-12-29 | init_rad() and clean_rad() really do..... very little.. and only serve | 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-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2002-11-19 | For reconstructs, move checks for failed components to before the | oster |