2011-05-25 03:14:21

by Phillip Lougher

[permalink] [raw]
Subject: [PATCH 0/7] Squashfs updates

Hi,

The following patches add some extra superblock sanity checks
at mount time. This fixes a number of fsfuzzer corrupted filesystem
warn_ons.

It should also mean more filesystem corruption is detected at
mount time, avoiding the case where the mount succeeds, but all
file/dentry operations results in screen fulls of errors.

Phillip