| Age | Commit message (Expand) | Author |
| 2019-02-09 | - Change the allocation macros to be more like function calls | christos |
| 2019-01-08 | remove the final tsleep/wakeup pair in raidframe. | mrg |
| 2016-12-10 | raidframe: use existing routines to print an error and panic. | maya |
| 2015-12-26 | Modularize the raidframe driver, including rework of the unit attach | pgoyette |
| 2012-12-10 | Fix off by one read. | msaitoh |
| 2012-10-30 | fix a problem in half-configured raid devices, found when a "raidctl -c" | mrg |
| 2011-05-27 | don't forget to destroy mutex. | yamt |
| 2011-05-11 | convert the main raidPtr mutex to a kmutex, and add a couple of cv's to | mrg |
| 2011-05-05 | convert access_suspend_mutex to a kmutex/cv. | mrg |
| 2011-04-30 | - convert rf_printf_mutex to a kmutex | mrg |
| 2011-04-27 | prepare to convert more raidframe old lock/sleep APIs to mutex/condvar: | mrg |
| 2011-04-23 | move the iodone setup and tear down into rf_engine.c. this fixes | mrg |
| 2011-04-23 | convert the iodone_lock to a mutex, and use a condvar for signalling. | mrg |
| 2009-11-17 | Finally commit the RAIDframe parity map Summer Of Code project. | jld |
| 2009-03-15 | ansify function definitions | cegger |
| 2008-12-20 | When unconfiguring an array where a reconstruct is in progress, abort | oster |
| 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 |