From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [RFC 0/4] Squashfs decompresssion per-cpu Date: Fri, 22 Apr 2011 14:17:24 -0700 Message-ID: <20110422211724.400984699@vyatta.com> Cc: linux-fsdevel@vger.kernel.org, squashfs-devel@lists.sourceforge.net To: Phillip Lougher , kirk w Return-path: Received: from suva.vyatta.com ([76.74.103.44]:38394 "EHLO suva.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753659Ab1DVWGD (ORCPT ); Fri, 22 Apr 2011 18:06:03 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: These patches are a quick stab at eliminating the single threaded decompression in current squashfs. They are against latest kernel 2.6.39-rc4. They have been only lightly tested; ie. mount a zlib squashfs filesystem and do some basic access. It is just a starting point for discussion.