Source-Changes archive

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

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



Module Name:    src
Committed By:   bouyer
Date:           Sun May 25 19:09:24 UTC 2008

Modified Files:
        src/sys/dev/raidframe [netbsd-4]: 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 #1153):
        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.29 -r1.29.2.1 src/sys/dev/raidframe/rf_reconmap.c
cvs rdiff -r1.10 -r1.10.24.1 src/sys/dev/raidframe/rf_reconmap.h
cvs rdiff -r1.95.2.2 -r1.95.2.3 src/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -r1.22 -r1.22.24.1 src/sys/dev/raidframe/rf_reconstruct.h
cvs rdiff -r1.24 -r1.24.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