Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-09 | Switch softraid to vnodes to prevent bad things from happening when using | Marco Peereboom | |
d_open/d_close. tested by many, ok jsing, thib, krw | |||
2009-08-04 | Fix volume state transitions for RAID4/5/6 | Jordan Hargrave | |
ok marco@ | |||
2009-07-31 | Clean up debug droppings. | Joel Sing | |
ok marco@ | |||
2009-07-31 | raidp is degraded when n - 1 disks are online, not offline. | Joel Sing | |
ok marco@ | |||
2009-06-20 | First stab at state transitions. | Marco Peereboom | |
ok jsing | |||
2009-06-17 | Added openings callback; cleanup & KNF | Jordan Hargrave | |
I/O now works reliably ok marco@ | |||
2009-06-13 | Fixed writes for RAID4/5, was not properly freeing Xor buffer | Jordan Hargrave | |
Cleaned up LBA calculation code ok marco@ | |||
2009-06-12 | KNF and wrap at 80 columns. | Joel Sing | |
ok marco@ | |||
2009-06-12 | Added working support for raid4/raid5 softraid | Jordan Hargrave | |
Newfs is working but still debugging code exists softraid_raidp is still disabled ok marco@ | |||
2009-06-10 | Add framework for raid 4 & 5 so that we can work in tree. | Marco Peereboom | |