index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
softraid_raid6.c
Age
Commit message (
Expand
)
Author
2012-12-31
Spell `calculation' correctly.
Miod Vallat
2012-10-08
Provide a mechanism for the kernel to pass data through to the discipline
Joel Sing
2011-12-25
Initialise discipline function pointers with defaults and only override
Joel Sing
2011-04-21
Speedup XORP/XORQ operations in RAID6, do 32-bits at a time
Jordan Hargrave
2011-04-08
Remove unused code/array
Jordan Hargrave
2011-04-08
Fix raidp/raid6 to work with new iopool code, needed to swap wu's
Jordan Hargrave
2011-04-06
fix some spaces while looking for bigmem shiz
Marco Peereboom
2011-04-05
Iopoolification. Testing by marco@.
Kenneth R Westerback
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-07-02
Determine the data offset using a variable specified within the softraid
Joel Sing
2010-07-01
make sure that buf's on the stack set the b_bq to NULL.
Thordur I. Bjornsson
2010-03-26
Add storage for the boot block and boot loader to the softraid metadata.
Joel Sing
2010-02-09
XY Failure reads no longer require temp buffer or WUF_FAIL
Jordan Hargrave
2010-02-04
Added optimization for XY reads, requires only one temp buffer
Jordan Hargrave
2010-02-04
Optimized failure handing for Read with X/P failures
Jordan Hargrave
2010-01-20
Fix collider offsets to correct LBA.
Jordan Hargrave
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-12-15
Factor out discipline specific create/assemble code.
Joel Sing
2009-12-07
Cleanup discipline initialisation.
Joel Sing
2009-12-07
Define discipline capabilities using a set of flags.
Joel Sing
2009-11-13
Added mapping for failure flags for read/write mode (not yet used).
Jordan Hargrave
2009-08-26
Speedup on raid6 writes, precalculate xor lookup
Jordan Hargrave
2009-08-12
Optimize Syndrome calculation, 30% speedup on writes
Jordan Hargrave
2009-08-09
Switch softraid to vnodes to prevent bad things from happening when using
Marco Peereboom
2009-08-06
Handle failed disk I/O for RAID6
Jordan Hargrave
2009-08-04
Fix volume state transitions for RAID4/5/6
Jordan Hargrave
2009-07-23
Adding disabled framework for RAID6
Jordan Hargrave