From patchwork Tue Mar 24 18:16:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Sterba X-Patchwork-Id: 6084911 Return-Path: X-Original-To: patchwork-linux-btrfs@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 7308A9F318 for ; Tue, 24 Mar 2015 18:17:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7C9792024D for ; Tue, 24 Mar 2015 18:17:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 53EE520225 for ; Tue, 24 Mar 2015 18:17:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753585AbbCXSQ7 (ORCPT ); Tue, 24 Mar 2015 14:16:59 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46042 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753192AbbCXSQ6 (ORCPT ); Tue, 24 Mar 2015 14:16:58 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 06012AC77 for ; Tue, 24 Mar 2015 18:16:57 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id C47AEDAAD2; Tue, 24 Mar 2015 19:16:56 +0100 (CET) From: David Sterba To: linux-btrfs@vger.kernel.org Cc: David Sterba Subject: [PATCH] btrfs-progs: convert, add long options for all short options Date: Tue, 24 Mar 2015 19:16:56 +0100 Message-Id: <1427221016-28178-1-git-send-email-dsterba@suse.cz> X-Mailer: git-send-email 2.1.3 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@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=unavailable 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: David Sterba --- Documentation/btrfs-convert.txt | 21 +++++++++++---------- btrfs-convert.c | 27 ++++++++++++++++++--------- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/Documentation/btrfs-convert.txt b/Documentation/btrfs-convert.txt index 89b2fbd978e2..8b3f05b40ace 100644 --- a/Documentation/btrfs-convert.txt +++ b/Documentation/btrfs-convert.txt @@ -17,23 +17,24 @@ named 'ext2_saved' as file image. OPTIONS ------- --d:: -Disable data checksum. --i:: +-d|--no-datasum:: +Disable data checksum calculations and set NODATASUM file flag. This can speed +up the conversion. +-i|--no-xattr:: Ignore xattrs and ACLs. --n:: -Disable packing of small files. --N :: +-n|--no-inline:: +Disable inlining of small files to metadata blocks. +-N|--nodesize :: Set filesystem nodesize, the tree block size in which btrfs stores data. The default value is 16KB (16384) or the page size, whichever is bigger. Must be a multiple of the sectorsize, but not larger than 65536. --r:: +-r|--rollback:: Roll back to ext2fs. --l