Return-Path: Received: from mx2.netapp.com ([216.240.18.37]:38652 "EHLO mx2.netapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754507Ab1CCPOp (ORCPT ); Thu, 3 Mar 2011 10:14:45 -0500 From: Fred Isaman To: linux-nfs@vger.kernel.org Cc: Trond Myklebust Subject: [PATCH 0/9] NFSv4.1: pnfs wave4 submission v2 Date: Thu, 3 Mar 2011 10:13:40 -0500 Message-Id: <1299165229-3148-1-git-send-email-iisaman@netapp.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: Content-Type: text/plain MIME-Version: 1.0 These apply on top of Andy's most recent wave3 patches. They can also be found at the branch wave4-submit-2 at git://linux-nfs.org/~iisaman/linux-pnfs.git These include bugfixes and cleanups from the recent connectathon. The final two patches should probably be at the start of the wave 3 submission, but were not part of the connectathon testing, so I've put them last. These patches give write functionality to the pnfs file layout driver. The primary limitation is that we have not yet modified the commit code, so we can not yet handle COMMITs to the data server. We get around this for the moment by sending any WRITE to a data server which does not have commit-to-mds set as a SYNCH write. The next patchset will address this limitation. Fred