Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/sys/dev/raidframe



Module Name:    src
Committed By:   bouyer
Date:           Sun May 25 18:42:18 UTC 2008

Modified Files:
        src/sys/dev/raidframe [netbsd-3]: rf_reconmap.c rf_reconmap.h
            rf_reconstruct.c rf_reconstruct.h rf_revent.c

Log Message:
Pull up following revision(s) (requested by oster in ticket #1933):
        sys/dev/raidframe/rf_reconmap.h: revision 1.11
        sys/dev/raidframe/rf_reconmap.c: revision 1.31
        sys/dev/raidframe/rf_reconstruct.h: revision 1.24
        sys/dev/raidframe/rf_reconstruct.c: revision 1.104
        sys/dev/raidframe/rf_revent.c: revision 1.25
Convert the reconstruction code to use a "sliding status window" which will
scale nicely regardless of the number of stripes/reconstruction units
in the RAID set.  Convert the main reconstruction loop to rebuild the
array in chunks rather than in one big lump. May fix bin/38471.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.26.2.1 src/sys/dev/raidframe/rf_reconmap.c
cvs rdiff -r1.9 -r1.9.14.1 src/sys/dev/raidframe/rf_reconmap.h
cvs rdiff -r1.87.2.3 -r1.87.2.4 src/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -r1.20.2.1 -r1.20.2.2 src/sys/dev/raidframe/rf_reconstruct.h
cvs rdiff -r1.21 -r1.21.2.1 src/sys/dev/raidframe/rf_revent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index