From: Linus Torvalds Date: Wed, 20 Nov 2013 22:51:37 +0000 (-0800) Subject: Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl... X-Git-Tag: accepted/tizen/common/20141203.182822~1060 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af2e2f328052082f58f041d574ed50c7f21c598f;p=platform%2Fkernel%2Flinux-arm64.git Merge tag 'squashfs-updates' of git://git./linux/kernel/git/pkl/squashfs-next Pull squashfs updates from Phillip Lougher: "These patches optionally improve the multi-threading peformance of Squashfs by adding parallel decompression, and direct decompression into the page cache, eliminating an intermediate buffer (removing memcpy overhead and lock contention)" * tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next: Squashfs: Check stream is not NULL in decompressor_multi.c Squashfs: Directly decompress into the page cache for file data Squashfs: Restructure squashfs_readpage() Squashfs: Generalise paging handling in the decompressors Squashfs: add multi-threaded decompression using percpu variable squashfs: Enhance parallel I/O Squashfs: Refactor decompressor interface and code --- af2e2f328052082f58f041d574ed50c7f21c598f