Loading fs/squashfs/Kconfig +6 −6 Original line number Original line Diff line number Diff line Loading @@ -5,12 +5,12 @@ config SQUASHFS help help Saying Y here includes support for SquashFS 4.0 (a Compressed Saying Y here includes support for SquashFS 4.0 (a Compressed Read-Only File System). Squashfs is a highly compressed read-only Read-Only File System). Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib/lzo compression to compress both filesystem for Linux. It uses zlib, lzo or xz compression to files, inodes and directories. Inodes in the system are very small compress both files, inodes and directories. Inodes in the system and all blocks are packed to minimise data overhead. Block sizes are very small and all blocks are packed to minimise data overhead. greater than 4K are supported up to a maximum of 1 Mbytes (default Block sizes greater than 4K are supported up to a maximum of 1 Mbytes block size 128K). SquashFS 4.0 supports 64 bit filesystems and files (default block size 128K). SquashFS 4.0 supports 64 bit filesystems (larger than 4GB), full uid/gid information, hard links and and files (larger than 4GB), full uid/gid information, hard links and timestamps. timestamps. Squashfs is intended for general read-only filesystem use, for Squashfs is intended for general read-only filesystem use, for Loading Loading
fs/squashfs/Kconfig +6 −6 Original line number Original line Diff line number Diff line Loading @@ -5,12 +5,12 @@ config SQUASHFS help help Saying Y here includes support for SquashFS 4.0 (a Compressed Saying Y here includes support for SquashFS 4.0 (a Compressed Read-Only File System). Squashfs is a highly compressed read-only Read-Only File System). Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib/lzo compression to compress both filesystem for Linux. It uses zlib, lzo or xz compression to files, inodes and directories. Inodes in the system are very small compress both files, inodes and directories. Inodes in the system and all blocks are packed to minimise data overhead. Block sizes are very small and all blocks are packed to minimise data overhead. greater than 4K are supported up to a maximum of 1 Mbytes (default Block sizes greater than 4K are supported up to a maximum of 1 Mbytes block size 128K). SquashFS 4.0 supports 64 bit filesystems and files (default block size 128K). SquashFS 4.0 supports 64 bit filesystems (larger than 4GB), full uid/gid information, hard links and and files (larger than 4GB), full uid/gid information, hard links and timestamps. timestamps. Squashfs is intended for general read-only filesystem use, for Squashfs is intended for general read-only filesystem use, for Loading