summaryrefslogtreecommitdiff
path: root/sys/dev/softraid_raid6.c
AgeCommit message (Expand)Author
2010-03-26Add storage for the boot block and boot loader to the softraid metadata.Joel Sing
2010-02-09XY Failure reads no longer require temp buffer or WUF_FAILJordan Hargrave
2010-02-04Added optimization for XY reads, requires only one temp bufferJordan Hargrave
2010-02-04Optimized failure handing for Read with X/P failuresJordan Hargrave
2010-01-20Fix collider offsets to correct LBA.Jordan Hargrave
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-12-15Factor out discipline specific create/assemble code.Joel Sing
2009-12-07Cleanup discipline initialisation.Joel Sing
2009-12-07Define discipline capabilities using a set of flags.Joel Sing
2009-11-13Added mapping for failure flags for read/write mode (not yet used).Jordan Hargrave
2009-08-26Speedup on raid6 writes, precalculate xor lookupJordan Hargrave
2009-08-12Optimize Syndrome calculation, 30% speedup on writesJordan Hargrave
2009-08-09Switch softraid to vnodes to prevent bad things from happening when usingMarco Peereboom
2009-08-06Handle failed disk I/O for RAID6Jordan Hargrave
2009-08-04Fix volume state transitions for RAID4/5/6Jordan Hargrave
2009-07-23Adding disabled framework for RAID6Jordan Hargrave