From patchwork Mon Feb 2 22:39:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Haynes X-Patchwork-Id: 5765211 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 50BFA9F380 for ; Mon, 2 Feb 2015 22:41:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2DBE4209EE for ; Mon, 2 Feb 2015 22:41:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4D894209EC for ; Mon, 2 Feb 2015 22:41:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965374AbbBBWli (ORCPT ); Mon, 2 Feb 2015 17:41:38 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:52384 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965279AbbBBWli (ORCPT ); Mon, 2 Feb 2015 17:41:38 -0500 Received: by mail-pa0-f42.google.com with SMTP id bj1so88041107pad.1 for ; Mon, 02 Feb 2015 14:41:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=WhHRyneT+44DYVH8/vRJwc03sBJ7OmR9xi1hvcDtalI=; b=X0dK0ooOaezzKIsTgrqiCPh9gVZtPY/ZyFHpg9eQcIHt1Bu+4biaLkgYnJVywBmApC ty6p3pBQ2FjauifBvDoeiOaC1kdGbGQvd0bPxSOmBoXcl18urTBgjEFd7g/VAOWy4Ol9 A6iGE2MmWFPuX2eTAkPfInSf4rY3wxevIlhpf1uMh8d5FtEdhSoqlMJLfyXCWhGo41ef yeberLVFtXioHPjcx24ASwEBhnn6kp1R4ZECRVtYMqBpd3haq+KzF99vSo+2b1qJ/ojS X56kZzNOiKFo0mYUanR5Zow+4K/B3/l7Czha6i7N4a+hdIVlsjqDt3eGfBmT6KGlqBNG ckng== X-Gm-Message-State: ALoCoQmpgCJeEr7EymwKbM1dMAPt0skgtsxB4sxnj0bwah+wUB0+BhTtDnLy80csMpVChtdF/RZq X-Received: by 10.70.127.140 with SMTP id ng12mr7716213pdb.98.1422916898035; Mon, 02 Feb 2015 14:41:38 -0800 (PST) Received: from localhost.localdomain ([50.242.95.105]) by mx.google.com with ESMTPSA id bx13sm94656pdb.19.2015.02.02.14.41.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 14:41:37 -0800 (PST) From: Tom Haynes X-Google-Original-From: Tom Haynes To: Trond Myklebust Cc: Linux NFS Mailing list Subject: [PATCH v6 51/53] pnfs: Update documentation on the Layout Drivers Date: Mon, 2 Feb 2015 14:39:05 -0800 Message-Id: <1422916747-86649-52-git-send-email-loghyr@primarydata.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1422916747-86649-1-git-send-email-loghyr@primarydata.com> References: <1422916747-86649-1-git-send-email-loghyr@primarydata.com> Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Tom Haynes --- Documentation/filesystems/nfs/pnfs.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/filesystems/nfs/pnfs.txt b/Documentation/filesystems/nfs/pnfs.txt index adc81a3..44a9f24 100644 --- a/Documentation/filesystems/nfs/pnfs.txt +++ b/Documentation/filesystems/nfs/pnfs.txt @@ -57,15 +57,16 @@ bit is set, preventing any new lsegs from being added. layout drivers -------------- -PNFS utilizes what is called layout drivers. The STD defines 3 basic -layout types: "files" "objects" and "blocks". For each of these types -there is a layout-driver with a common function-vectors table which -are called by the nfs-client pnfs-core to implement the different layout -types. +PNFS utilizes what is called layout drivers. The STD defines 4 basic +layout types: "files", "objects", "blocks", and "flexfiles". For each +of these types there is a layout-driver with a common function-vectors +table which are called by the nfs-client pnfs-core to implement the +different layout types. -Files-layout-driver code is in: fs/nfs/nfs4filelayout.c && nfs4filelayoutdev.c +Files-layout-driver code is in: fs/nfs/filelayout/.. directory Objects-layout-deriver code is in: fs/nfs/objlayout/.. directory Blocks-layout-deriver code is in: fs/nfs/blocklayout/.. directory +Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory objects-layout setup --------------------