| Age | Commit message (Expand) | Author |
| 2011-05-11 | convert reintMutex to a kmutex. | mrg |
| 2011-05-11 | convert parityLogDiskQueue.mutex to a kmutex/cv. | mrg |
| 2011-05-10 | convert RF_CommonLogData_s/RF_ReconMap_s mutex to a kmutex/cv. | mrg |
| 2011-05-10 | print "raidN: detached" when unconfiguring a raid device. | mrg |
| 2011-05-05 | convert stripelocks to kmutex. | mrg |
| 2011-05-05 | RF_BROADCAST_COND() is no more. | mrg |
| 2011-05-05 | convert access_suspend_mutex to a kmutex/cv. | mrg |
| 2011-05-05 | convert the diskqueue mutex into a kmutex | mrg |
| 2011-05-05 | finish porting mcpair users to kmutex, and fix a couple of declarations | mrg |
| 2011-05-03 | convert the pssTable mutex into a kmutex/cv. | mrg |
| 2011-05-02 | convert rb_mutex to a kmutex/cv. | mrg |
| 2011-05-02 | use a unique wchan identifier for node_queue_cv than the old default. | mrg |
| 2011-05-02 | re-apply the reverted previous, after fixing the missed wakeup: | mrg |
| 2011-05-02 | rever the previous for now; it hangs reconstruction. | mrg |
| 2011-05-01 | convert eq_mutex to a kmutex. | mrg |
| 2011-05-01 | convert rf_debug_mem_mutex to a kmutex, and fix RF_DEBUG_MEM option. | mrg |
| 2011-05-01 | convert rf_tracing_mutex to a kmutex. | mrg |
| 2011-05-01 | convert the (unused) rf_sparet_wait_mutex to a real mutex/cv. | mrg |
| 2011-05-01 | convert mcpair to kmutex. | 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 |
| 2011-03-18 | apply the fix_label hack to partitionSizeHi as well. it's needed there. | mrg |
| 2011-03-04 | Remove bogus RF_ASSERT that must have crept in by accident. | oster |
| 2011-03-01 | Always return at least one parity region. Fixes PR#44239. | riz |
| 2011-02-19 | Define accessors for number of blocks and partition size in the | enami |
| 2011-02-13 | Remove one of trailing whitespace which adds unnecessary difference | enami |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2011-01-07 | PR/44340: Brian Buhrow: Raid sets containing wedges cannot be unconfigured | christos |
| 2010-12-22 | print the error code for writing parity. | christos |
| 2010-12-11 | add a hack to fix up old labels that do not have zero's in numBlocksHi: | mrg |
| 2010-12-08 | PR/44207: Wolfgang.Stukenbrock: | christos |
| 2010-12-04 | apply my patch to support non-512K sector disks (at least, upto 16KB | mrg |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-11-01 | add support for >2TB raid devices. | mrg |
| 2010-09-13 | comment out an unused static function | drochner |
| 2010-08-08 | only print the boot-time message if we're being verbose. | chs |
| 2010-04-15 | Fill in param[3] for succedents for bad disk 'i' rather than '0'. Fortunatel... | oster |
| 2010-03-14 | For RAID sets which have no parity (i.e., RAID level 0) and therefore can | jld |
| 2010-03-03 | Don't attempt to read or write component label stuff from/to 'dead disks'. | oster |
| 2010-03-01 | When setting up a non-autoconfigured RAID set, fail a component if the | jld |
| 2010-03-01 | Don't merge a good parity map with random stuff in the event that the | oster |
| 2009-12-01 | KNF: whitespace. | dyoung |
| 2009-11-26 | include sys/param.h first, as is the convention | pooka |
| 2009-11-26 | On the ARM platform, sys/param.h needs to be before sys/mutex.h, otherwise | kenh |
| 2009-11-21 | whitespace police | christos |
| 2009-11-17 | Finally commit the RAIDframe parity map Summer Of Code project. | jld |
| 2009-11-05 | Use deviter(9) instead of accessing alldevs directly. Compile-tested, | dyoung |