summaryrefslogtreecommitdiff
path: root/sys/dev/softraid_raidp.c
AgeCommit message (Expand)Author
2012-10-08Provide a mechanism for the kernel to pass data through to the disciplineJoel Sing
2011-12-25Initialise discipline function pointers with defaults and only overrideJoel Sing
2011-04-08Fix raidp/raid6 to work with new iopool code, needed to swap wu'sJordan Hargrave
2011-04-06fix some spaces while looking for bigmem shizMarco Peereboom
2011-04-05Iopoolification. Testing by marco@.Kenneth R Westerback
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-07-02Determine the data offset using a variable specified within the softraidJoel Sing
2010-07-01make sure that buf's on the stack set the b_bq to NULL.Thordur I. Bjornsson
2010-03-26Add storage for the boot block and boot loader to the softraid metadata.Joel Sing
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-08-09Switch softraid to vnodes to prevent bad things from happening when usingMarco Peereboom
2009-08-04Fix volume state transitions for RAID4/5/6Jordan Hargrave
2009-07-31Clean up debug droppings.Joel Sing
2009-07-31raidp is degraded when n - 1 disks are online, not offline.Joel Sing
2009-06-20First stab at state transitions.Marco Peereboom
2009-06-17Added openings callback; cleanup & KNFJordan Hargrave
2009-06-13Fixed writes for RAID4/5, was not properly freeing Xor bufferJordan Hargrave
2009-06-12KNF and wrap at 80 columns.Joel Sing
2009-06-12Added working support for raid4/raid5 softraidJordan Hargrave
2009-06-10Add framework for raid 4 & 5 so that we can work in tree.Marco Peereboom