CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/01/20 20:15:55
Modified files: sys/dev : softraid_raid5.c Log message: Factor out and fix the RAID5 write functionality. In particular, change the parity calculation algorithm so that we do not need to scrub the volume. Also handle the different cases that we can encounter when operating in online and degraded mode. This allows writes to continue to function correctly even when a chunk is lost. ok krw@