Whamcloud - gitweb
Branch HEAD
authorjohann <johann>
Fri, 7 Mar 2008 07:50:05 +0000 (07:50 +0000)
committerjohann <johann>
Fri, 7 Mar 2008 07:50:05 +0000 (07:50 +0000)
commit10d49b6e200bb4234a2611e2882e646bf811cd68
treef9c590749ee33e3e94ccbe6aa8628548c6068df4
parent7ac0dfce59b2cc7c6999474d2f9b3a78b63e6d20
Branch HEAD
b=13805
i=ericm
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.
20 files changed:
lustre/ChangeLog
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/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