Source-Changes archive

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

CVS commit: [netbsd-5] src



Module Name:    src
Committed By:   snj
Date:           Thu Dec 10 22:59:17 UTC 2009

Modified Files:
        src/sbin/raidctl [netbsd-5]: raidctl.8 raidctl.c
        src/sys/dev/raidframe [netbsd-5]: files.raidframe raidframeio.h
            raidframevar.h rf_copyback.c rf_disks.c rf_driver.c rf_engine.c
            rf_kintf.h rf_netbsdkintf.c rf_parityscan.c rf_parityscan.h
            rf_raid.h rf_reconstruct.c rf_states.c

Log Message:
Pull up following revision(s) (requested by tron in ticket #1187):
        sbin/raidctl/raidctl.8: revisions 1.57-1.59 via patch
        sbin/raidctl/raidctl.c: revision 1.42 via patch
        sys/dev/raidframe/files.raidframe: revision 1.8 via patch
        sys/dev/raidframe/rf_copyback.c: revision 1.42 via patch
        sys/dev/raidframe/rf_disks.c: revision 1.72 via patch
        sys/dev/raidframe/rf_driver.c: revision 1.122 via patch
        sys/dev/raidframe/rf_engine.c: revision 1.40 via patch
        sys/dev/raidframe/rf_kintf.h: revision 1.21 via patch
        sys/dev/raidframe/rf_netbsdkintf.c: revision 1.269 via patch
        sys/dev/raidframe/rf_paritymap.c: revisions 1.1-1.3 via patch
        sys/dev/raidframe/rf_paritymap.h: revision 1.1 via patch
        sys/dev/raidframe/rf_parityscan.c: revision 1.33 via patch
        sys/dev/raidframe/rf_parityscan.h: revision 1.8 via patch
        sys/dev/raidframe/rf_raid.h: revision 1.38 via patch
        sys/dev/raidframe/rf_reconstruct.c: revision 1.108 via patch
        sys/dev/raidframe/rf_states.c: revision 1.44 via patch
        sys/dev/raidframe/raidframeio.h: revision 1.6 via patch
        sys/dev/raidframe/raidframevar.h: revision 1.13 via patch
Pull up the RAIDframe parity map Summer Of Code project.
Drastically reduces the amount of time spent rewriting parity after an
unclean shutdown by keeping better track of which regions might have had
outstanding writes.  Enabled by default; can be disabled on a per-set
basis, or tuned, with the new raidctl(8) commands.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.56.2.1 src/sbin/raidctl/raidctl.8
cvs rdiff -u -r1.39.4.1 -r1.39.4.2 src/sbin/raidctl/raidctl.c
cvs rdiff -u -r1.6 -r1.6.6.1 src/sys/dev/raidframe/files.raidframe
cvs rdiff -u -r1.4 -r1.4.10.1 src/sys/dev/raidframe/raidframeio.h
cvs rdiff -u -r1.12 -r1.12.10.1 src/sys/dev/raidframe/raidframevar.h
cvs rdiff -u -r1.41 -r1.41.20.1 src/sys/dev/raidframe/rf_copyback.c
cvs rdiff -u -r1.70.10.1 -r1.70.10.2 src/sys/dev/raidframe/rf_disks.c
cvs rdiff -u -r1.118.10.1 -r1.118.10.2 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -u -r1.39 -r1.39.64.1 src/sys/dev/raidframe/rf_engine.c
cvs rdiff -u -r1.20 -r1.20.68.1 src/sys/dev/raidframe/rf_kintf.h
cvs rdiff -u -r1.250.4.4 -r1.250.4.5 src/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -u -r1.32 -r1.32.64.1 src/sys/dev/raidframe/rf_parityscan.c
cvs rdiff -u -r1.7 -r1.7.86.1 src/sys/dev/raidframe/rf_parityscan.h
cvs rdiff -u -r1.37 -r1.37.34.1 src/sys/dev/raidframe/rf_raid.h
cvs rdiff -u -r1.105.4.2 -r1.105.4.3 src/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -u -r1.43 -r1.43.8.1 src/sys/dev/raidframe/rf_states.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