From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: [PATCHSET 0/8] exofs RAID0 support Date: Mon, 01 Feb 2010 14:32:16 +0200 Message-ID: <4B66C9D0.1090502@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit To: open-osd , linux-fsdevel , pNFS Mailing List Return-path: Received: from daytona.panasas.com ([67.152.220.89]:58546 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752921Ab0BAMcW (ORCPT ); Mon, 1 Feb 2010 07:32:22 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Submitted for review a striped IO support in exofs. Borrowing from pnfs-objects-layout, stripping can be optionally combined with mirroring. The code was tested and passes tests. An associated patch to pnfs-objects-layout and pnfsd-exofs which enables striping export over pnfs, is also tested. (Not included in this patchset) So without further ado: [PATCH 1/8] exofs: debug print even less [PATCH 2/8] exofs: Micro-optimize exofs_i_info A couple of patches for next Kernel, not really related. [PATCH 3/8] exofs: Recover in the case of read-passed-end-of-file [PATCH 4/8] exofs: Move layout related members to a layout structure [PATCH 5/8] exofs: unindent exofs_sbi_read These are some preliminary preparations that stand by themselves [PATCH 6/8] exofs: Define on-disk per-inode optional layout attribute [PATCH 7/8] exofs: RAID0 support Finally the RAID0 support [PATCH 8/8] exofs: convert io_state to use pages array instead of bio at input And, a now requested change Thank you for reviewing Boaz