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

Phillip Lougher posted 2 patches 1 week, 1 day ago
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(-)
[PATCH 0/2] Squashfs: performance improvement and a sanity check
Posted by Phillip Lougher 1 week, 1 day ago
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