| Age | Commit message (Expand) | Author |
| 2012-04-07 | If our raid is now accessed from wedges, adjust the root to be the wedge | christos |
| 2012-02-20 | Add logic to the main reconstruction loop to handle RAID5 with rotated | oster |
| 2012-02-20 | comment, and effectively remove, a DIAGNOSTIC check that | oster |
| 2012-02-16 | Add the ability to autoconfigure raid components on raw disks. | buhrow |
| 2011-11-05 | Statically initialize the raidautoconfig variable when RAID_AUTOCONFIG is set, | erh |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-09-07 | Newline is \n, not /n. | mbalmer |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-08-03 | Address part of PR kern/44972. From YAMAMOTO Takashi. Thanks! | oster |
| 2011-08-03 | Remove unused 'struct lwp *' from rf_getdisksize. No functional changes. | oster |
| 2011-08-01 | According to the Oxford Dictionary of Etymology, a wether is a male sheep | mbalmer |
| 2011-07-30 | Add an FSILENT flag and use it to suppress "Medium Not Present" scsipi | jmcneill |
| 2011-07-29 | In rf_disks.c make sure ser_values and ser_count arrays are | oster |
| 2011-05-28 | rf_ReconstructInPlace: don't leave a vnode open on errors. | yamt |
| 2011-05-27 | don't forget to destroy mutex. | yamt |
| 2011-05-24 | Suggested to oster@ and approved via private e-mail as a help to | buhrow |
| 2011-05-23 | rf_panicbuf is already format, so don't pass it as format string to | joerg |
| 2011-05-11 | convert the main raidPtr mutex to a kmutex, and add a couple of cv's to | mrg |
| 2011-05-11 | convert regionBufferPool.mutex/cond and parityBufferPool.mutex/cond | mrg |
| 2011-05-11 | convert parityLogPool.mutex to a kmutex. | mrg |
| 2011-05-11 | convert regionInfo[regionID].mutex to a kmutex. | mrg |
| 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 |