summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2014-03-25kill sprintfchristos
2014-03-23fix unusedchristos
2014-03-23remove unusedchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-28G/C sys/simplelock.h includesskrll
2013-11-22Remove RAID_DIAGNOSTIC around a variable and mark __unused instead.riz
2013-11-22Move two RF_ASSERT()s into the protection of RAID_DIAGNOSTIC toriz
2013-09-15Mark a variable as potentially unusedmartin
2013-09-15Mark variables as potentially unusedmartin
2013-09-15ifdef variables like their usemartin
2013-09-15Avoid unused variable warningsmartin
2013-09-15Move variables into the same ifdef as their usemartin
2013-09-15Remove unused variablesmartin
2013-09-15Remove/ifdef unused variablesmartin
2013-09-15Remove unused variablemartin
2013-09-15Remove unused variablesmartin
2013-09-15When we do not compile in the RF_ASSERT-ion code, still "use" the expression,martin
2013-05-29phase 1 of disk geometry cleanup:christos
2013-05-23PR/47846: Frank Kardel: panic/lockups in raidframe during detach at shutdownchristos
2013-04-29Set the raidid and the softc together in both places where we initializechristos
2013-04-28no need for raid.hchristos
2013-04-27no more needs flagchristos
2013-04-27allocate devices dynamically.christos
2013-03-06fix parens in a messageyamt
2013-02-18Fix a few spelling issues. No functional changes.oster
2012-12-10Fix off by one read.msaitoh
2012-10-30fix a problem in half-configured raid devices, found when a "raidctl -c"mrg
2012-08-09Implement DIOCGSTRATEGY and DIOCSSTRATEGY to allow raidframe to usebuhrow
2012-07-19Initialize values to squelch gcc.pooka
2012-04-07If our raid is now accessed from wedges, adjust the root to be the wedgechristos
2012-02-20Add logic to the main reconstruction loop to handle RAID5 with rotatedoster
2012-02-20comment, and effectively remove, a DIAGNOSTIC check thatoster
2012-02-16Add the ability to autoconfigure raid components on raw disks.buhrow
2011-11-05Statically initialize the raidautoconfig variable when RAID_AUTOCONFIG is set,erh
2011-10-14Change the vnode locking protocol of VOP_GETATTR() to request at leasthannken
2011-09-07Newline is \n, not /n.mbalmer
2011-08-31NULL does not need a castplunky
2011-08-03Address part of PR kern/44972. From YAMAMOTO Takashi. Thanks!oster
2011-08-03Remove unused 'struct lwp *' from rf_getdisksize. No functional changes.oster
2011-08-01According to the Oxford Dictionary of Etymology, a wether is a male sheepmbalmer
2011-07-30Add an FSILENT flag and use it to suppress "Medium Not Present" scsipijmcneill
2011-07-29In rf_disks.c make sure ser_values and ser_count arrays areoster
2011-05-28rf_ReconstructInPlace: don't leave a vnode open on errors.yamt
2011-05-27don't forget to destroy mutex.yamt
2011-05-24Suggested to oster@ and approved via private e-mail as a help tobuhrow
2011-05-23rf_panicbuf is already format, so don't pass it as format string tojoerg
2011-05-11convert the main raidPtr mutex to a kmutex, and add a couple of cv's tomrg
2011-05-11convert regionBufferPool.mutex/cond and parityBufferPool.mutex/condmrg
2011-05-11convert parityLogPool.mutex to a kmutex.mrg
2011-05-11convert regionInfo[regionID].mutex to a kmutex.mrg