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_raid5.c
Age
Commit message (
Expand
)
Author
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-01-23
Add support for rebuilding a RAID5 volume. Lots of testing is still
Joel Sing
2014-01-22
Assert copyright.
Joel Sing
2014-01-22
Do not attempt to handle rebuild work units in the RAID5 work unit
Joel Sing
2014-01-22
Allocate two work units for use by rebuild/scrub.
Joel Sing
2014-01-22
Move sr_dump from the RAID5 code into shared code. Rename it to
Joel Sing
2014-01-22
Handle the case where a chunk is in a rebuild state during writes.
Joel Sing
2014-01-22
Switch metadata saves from the system workq to the system taskq.
Joel Sing
2014-01-21
Order the volume state transitions by state value.
Joel Sing
2014-01-21
Add missing states to the RAID 5 volume transitions.
Joel Sing
2014-01-21
Factor out and fix the RAID5 write functionality.
Joel Sing
2014-01-19
Improve some comments and wrap a long line.
Joel Sing
2014-01-19
Only schedule the read workunit if there are actually I/O ccbs enqueued
Joel Sing
2014-01-19
Factor out and improve the block regeneration code.
Joel Sing
2014-01-18
Move the block get/put routines into the common code, instead of having
Joel Sing
2014-01-18
Rename softraid RAIDP to softraid RAID5.
Joel Sing