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_raidp.c
Age
Commit message (
Expand
)
Author
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-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-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-08-09
Switch softraid to vnodes to prevent bad things from happening when using
Marco Peereboom
2009-08-04
Fix volume state transitions for RAID4/5/6
Jordan Hargrave
2009-07-31
Clean up debug droppings.
Joel Sing
2009-07-31
raidp is degraded when n - 1 disks are online, not offline.
Joel Sing
2009-06-20
First stab at state transitions.
Marco Peereboom
2009-06-17
Added openings callback; cleanup & KNF
Jordan Hargrave
2009-06-13
Fixed writes for RAID4/5, was not properly freeing Xor buffer
Jordan Hargrave
2009-06-12
KNF and wrap at 80 columns.
Joel Sing
2009-06-12
Added working support for raid4/raid5 softraid
Jordan Hargrave
2009-06-10
Add framework for raid 4 & 5 so that we can work in tree.
Marco Peereboom