Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

squashfs: update Kconfig information

Update the compression algorithms supported, and the Squashfs website
location.

Link: https://lkml.kernel.org/r/20241229233752.54481-5-phillip@squashfs.org.uk
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Phillip Lougher and committed by
Andrew Morton
d7f4b23c f2cad985

+3 -3
+3 -3
fs/squashfs/Kconfig
··· 5 5 help 6 6 Saying Y here includes support for SquashFS 4.0 (a Compressed 7 7 Read-Only File System). Squashfs is a highly compressed read-only 8 - filesystem for Linux. It uses zlib, lzo or xz compression to 9 - compress both files, inodes and directories. Inodes in the system 8 + filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression 9 + to compress both files, inodes and directories. Inodes in the system 10 10 are very small and all blocks are packed to minimise data overhead. 11 11 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes 12 12 (default block size 128K). SquashFS 4.0 supports 64 bit filesystems ··· 16 16 Squashfs is intended for general read-only filesystem use, for 17 17 archival use (i.e. in cases where a .tar.gz file may be used), and in 18 18 embedded systems where low overhead is needed. Further information 19 - and tools are available from http://squashfs.sourceforge.net. 19 + and tools are available from github.com/plougher/squashfs-tools. 20 20 21 21 If you want to compile this as a module ( = code which can be 22 22 inserted in and removed from the running kernel whenever you want),