[PATCH 0/2] Squashfs: performance improvement and a sanity check

From: Phillip Lougher

Date: Tue Sep 23 2025 - 18:08:57 EST


Hi,

The following patch-set adds an additional sanity check when reading
regular file inodes, and adds support for SEEK_DATA/SEEK_HOLE lseek()
whence values.

Phillip Lougher (2):
Squashfs: add additional inode sanity checking
Squashfs: add SEEK_DATA/SEEK_HOLE support

fs/squashfs/file.c | 137 +++++++++++++++++++++++++++++++++++---
fs/squashfs/inode.c | 24 +++++--
fs/squashfs/squashfs.h | 1 +
fs/squashfs/squashfs_fs.h | 1 +
4 files changed, 148 insertions(+), 15 deletions(-)

Thanks

Phillip