| Age | Commit message (Expand) | Author |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-06-14 | Change dk_lookup() to return an anonymous vnode not associated with | hannken |
| 2014-05-12 | restore defaulting to the 'a' partition for booting with root on raid as | christos |
| 2014-05-08 | Revert default strategy change from 1.298 (which has since moved). | jakllsch |
| 2014-04-03 | Add a "soft" root option, leaving the current default as "force root", so | christos |
| 2014-04-03 | Fix bugs in raidframe + wedge and root interaction: | christos |
| 2014-04-02 | If we are autoconfiguring root, then only change the booted_device if | christos |
| 2014-03-25 | kill sprintf | christos |
| 2014-03-23 | fix unused | christos |
| 2014-03-23 | remove unused | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-28 | G/C sys/simplelock.h includes | skrll |
| 2013-11-22 | Remove RAID_DIAGNOSTIC around a variable and mark __unused instead. | riz |
| 2013-11-22 | Move two RF_ASSERT()s into the protection of RAID_DIAGNOSTIC to | riz |
| 2013-09-15 | Mark a variable as potentially unused | martin |
| 2013-09-15 | Mark variables as potentially unused | martin |
| 2013-09-15 | ifdef variables like their use | martin |
| 2013-09-15 | Avoid unused variable warnings | martin |
| 2013-09-15 | Move variables into the same ifdef as their use | martin |
| 2013-09-15 | Remove unused variables | martin |
| 2013-09-15 | Remove/ifdef unused variables | martin |
| 2013-09-15 | Remove unused variable | martin |
| 2013-09-15 | Remove unused variables | martin |
| 2013-09-15 | When we do not compile in the RF_ASSERT-ion code, still "use" the expression, | martin |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2013-05-23 | PR/47846: Frank Kardel: panic/lockups in raidframe during detach at shutdown | christos |
| 2013-04-29 | Set the raidid and the softc together in both places where we initialize | christos |
| 2013-04-28 | no need for raid.h | christos |
| 2013-04-27 | no more needs flag | christos |
| 2013-04-27 | allocate devices dynamically. | christos |
| 2013-03-06 | fix parens in a message | yamt |
| 2013-02-18 | Fix a few spelling issues. No functional changes. | oster |
| 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 |
| 2012-08-09 | Implement DIOCGSTRATEGY and DIOCSSTRATEGY to allow raidframe to use | buhrow |
| 2012-07-19 | Initialize values to squelch gcc. | pooka |
| 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 |