fs: add support for SquashFS 4.0
The driver was imported from Linux 4.4.

Current implementation supports only XZ decompressor.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Tested-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 237abe7 commit 9eeaa7cce84b9fb4674d5e99fbc0c68cdff8c25a
@Yegor Yefremov Yegor Yefremov authored on 1 Mar 2016
Sascha Hauer committed on 2 Mar 2016
Showing 25 changed files
View
Documentation/filesystems/squashfs.rst 0 → 100644
View
fs/Kconfig
View
fs/Makefile
View
fs/squashfs/Kconfig 0 → 100644
View
fs/squashfs/Makefile 0 → 100644
View
fs/squashfs/block.c 0 → 100644
View
fs/squashfs/cache.c 0 → 100644
View
fs/squashfs/decompressor.c 0 → 100644
View
fs/squashfs/decompressor.h 0 → 100644
View
fs/squashfs/decompressor_single.c 0 → 100644
View
fs/squashfs/file.c 0 → 100644
View
fs/squashfs/file_cache.c 0 → 100644
View
fs/squashfs/fragment.c 0 → 100644
View
fs/squashfs/id.c 0 → 100644
View
fs/squashfs/inode.c 0 → 100644
View
fs/squashfs/namei.c 0 → 100644
View
fs/squashfs/page_actor.c 0 → 100644
View
fs/squashfs/page_actor.h 0 → 100644
View
fs/squashfs/squashfs.c 0 → 100644
View
fs/squashfs/squashfs.h 0 → 100644
View
fs/squashfs/squashfs_fs.h 0 → 100644
View
fs/squashfs/squashfs_fs_i.h 0 → 100644
View
fs/squashfs/squashfs_fs_sb.h 0 → 100644
View
fs/squashfs/super.c 0 → 100644
View
fs/squashfs/xz_wrapper.c 0 → 100644