| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
ok marco@
|
|
|
|
|
|
|
| |
From beck with lots of squealing and ear bleeds.
Issue originally reported by todd.
ok beck
|
| |
|
|
|
|
| |
ok oga guenther
|
|
|
|
| |
KNF & spelling too
|
| |
|
|
|
|
|
|
|
|
| |
rather than initialising everything in softraid.c. This makes a discipline
more self-contained and reduces the number of function declarations needed
in softraidvar.h.
ok marco@
|
|
|
|
| |
use with caution...
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that caused illegal checksums. The new metadata code is more or less ready
to deal with other vendor's metadata formats.
While here clean up the name space.
Fix thib's pool mess by adding removing bad flags in interrupt context.
tested on macppc, amd64, i386, sparc64 & hppa
sparc64 has issues with crypto however those do not seem to be softraid
specific.
help from okan@ ckuethe@ Will Backman and others
|
|
|
|
|
| |
fucntion. Fix bug in the crypto code that could casuse data corruption as
a bonus, bad cut & past tedu!
|
|
|
|
|
|
|
|
| |
same code in all disciplines. This shaves of a few bytes.
crypto 3185 -> 2690
raid 0 2843 -> 2378
raid 1 3474 -> 2689
|
|
|
|
|
|
| |
Move RAID 1 chunk and state transition functions into proper file.
Let Crypto use RAID 1 chunk and state transition functions for now but this
needs fixing.
|
|
|
|
| |
Fix bioctl size output which was off by *512; diagnosed by otto
|
|
|