From patchwork Wed Nov 10 18:02:18 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mitch Harder X-Patchwork-Id: 315182 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAAI1fPS014522 for ; Wed, 10 Nov 2010 18:01:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755403Ab0KJSB3 (ORCPT ); Wed, 10 Nov 2010 13:01:29 -0500 Received: from mail-yw0-f46.google.com ([209.85.213.46]:47826 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755222Ab0KJSB2 (ORCPT ); Wed, 10 Nov 2010 13:01:28 -0500 Received: by ywh2 with SMTP id 2so84061ywh.19 for ; Wed, 10 Nov 2010 10:01:27 -0800 (PST) Received: by 10.91.10.27 with SMTP id n27mr9068689agi.204.1289412086334; Wed, 10 Nov 2010 10:01:26 -0800 (PST) Received: from localhost.localdomain (adsl-220-188-24.mob.bellsouth.net [68.220.188.24]) by mx.google.com with ESMTPS id t23sm1114554ano.27.2010.11.10.10.01.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 10 Nov 2010 10:01:25 -0800 (PST) From: Mitch Harder To: Cc: Mitch Harder Subject: Btrfs-progs: Update man page for mixed data+metadata option. Date: Wed, 10 Nov 2010 12:02:18 -0600 Message-Id: <1289412138-8049-1-git-send-email-mitch.harder@sabayonlinux.org> X-Mailer: git-send-email 1.7.2.2 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Wed, 10 Nov 2010 18:01:43 +0000 (UTC) diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in index 1e14c6c..c23dddc 100644 --- a/man/mkfs.btrfs.8.in +++ b/man/mkfs.btrfs.8.in @@ -9,6 +9,7 @@ mkfs.btrfs \- create an btrfs filesystem [ \fB \-l\fP\fI leafsize\fP ] [ \fB \-L\fP\fI label\fP ] [ \fB \-m\fP\fI metadata profile\fP ] +[ \fB \-M\fP\fI mixed data+metadata\fP ] [ \fB \-n\fP\fI nodesize\fP ] [ \fB \-s\fP\fI sectorsize\fP ] [ \fB \-h\fP ] @@ -45,6 +46,10 @@ Specify a label for the filesystem. Specify how metadata must be spanned across the devices specified. Valid values are raid0, raid1, raid10 or single. .TP +\fB\-M\fR, \fB\-\-mixed\fR +Mix data and metadata chunks together for more efficient space +utilization. +.TP \fB\-n\fR, \fB\-\-nodesize \fIsize\fR Specify the nodesize. By default the value is set to the pagesize. .TP