summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_paritymap.c
AgeCommit message (Expand)Author
2011-04-27prepare to convert more raidframe old lock/sleep APIs to mutex/condvar:mrg
2011-04-23convert the iodone_lock to a mutex, and use a condvar for signalling.mrg
2011-03-01Always return at least one parity region. Fixes PR#44239.riz
2010-03-14For RAID sets which have no parity (i.e., RAID level 0) and therefore canjld
2010-03-03Don't attempt to read or write component label stuff from/to 'dead disks'.oster
2009-11-26include sys/param.h first, as is the conventionpooka
2009-11-26On the ARM platform, sys/param.h needs to be before sys/mutex.h, otherwisekenh
2009-11-17Finally commit the RAIDframe parity map Summer Of Code project.jld