girish
authored
Current journal checksumming patch failed fsstress test on NUMA. The bh->b_data passed to the crc32_be () function could be NULL pointer, which caused kernel oops immediately when running fsstress with -o journal_checksum. It is because the page is part of highmem on NUMA box. We need to kmap the page before access the bh->b_data to calculate the checksums.
Name | Last commit | Last update |
---|---|---|
.. | ||
autoconf | ||
cmm | ||
conf | ||
contrib | ||
doc | ||
fid | ||
fld | ||
include | ||
kernel-tests | ||
kernel_patches | ||
ldlm | ||
liblustre | ||
llite | ||
lmv | ||
lov | ||
lvfs | ||
mdc | ||
mdd | ||
mds | ||
mdt | ||
mgc | ||
mgs | ||
obdclass | ||
obdecho | ||
obdfilter | ||
osc | ||
osd | ||
ost | ||
ptlrpc | ||
quota | ||
scripts | ||
tests | ||
utils | ||
.cvsignore | ||
BUGS | ||
BUILDING | ||
ChangeLog | ||
FDL | ||
LICENSE | ||
Makefile.in | ||
autoMakefile.am | ||
nodist |