Acho que você é o repórter do relatório de erros do kernel . Desde que me deparei com o mesmo problema, segui o conselho de Theodore Tso em um comentário lá:
In any case, the file system really is corrupted, although the good news is that should be a relatively simple thing to fix; you just need to upgrade to a non-prehistoric version of e2fsprogs.
Eu estava usando e2fsprogs
1.42.9 do CentOS. Construindo 1.44.4 localmente via
wget https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.44.4/e2fsprogs-1.44.4.tar.xz
tar xfv e2fsprogs-1.44.4.tar.xz
cd e2fsprogs-1.44.4
./configure
make
e depois usando
./e2fsck/e2fsck <blockdevice>
me permitiu reparar o sistema de arquivos.