Whamcloud - gitweb
Branch b1_6
authorjohann <johann>
Mon, 18 Feb 2008 08:07:21 +0000 (08:07 +0000)
committerjohann <johann>
Mon, 18 Feb 2008 08:07:21 +0000 (08:07 +0000)
commit4c1cc6924de51b6ffaa8f4c9fadde231bfc11c38
treedbe3090a19d270ca304a8571969a0440385e8ffc
parent412995e1a75a307caa51838b905404adc3d0838c
Branch b1_6
b=13805
i=adilger
i=bobijam

add support for several checksum algorithms. Currently, CRC32 and
Adler-32 are supported. The checksum type can be changed on the fly
through /proc/fs/lustre/osc/*/checksum_type.
23 files changed:
lustre/ChangeLog
lustre/autoconf/lustre-core.m4
lustre/include/linux/obd.h
lustre/include/linux/obd_support.h
lustre/include/lustre/lustre_idl.h
lustre/include/obd.h
lustre/include/obd_support.h
lustre/ldlm/ldlm_lib.c
lustre/liblustre/Makefile.am
lustre/liblustre/genlib.sh
lustre/liblustre/tests/Makefile.am
lustre/llite/llite_lib.c
lustre/obdfilter/filter.c
lustre/osc/lproc_osc.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/import.c
lustre/ptlrpc/pack_generic.c
lustre/ptlrpc/wiretest.c
lustre/tests/sanity.sh
lustre/tests/test-framework.sh
lustre/utils/wirecheck.c
lustre/utils/wiretest.c