linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Fasheh <mfasheh@suse.de>
To: Qu Wenruo <quwenruo@cn.fujitsu.com>
Cc: linux-btrfs@vger.kernel.org, David Sterba <dsterba@suse.cz>,
	chris@suse.de, Josef Bacik <jbacik@fb.com>
Subject: Re: [PATCH v7 0/8] Inband dedupe for btrfs-progs
Date: Wed, 1 Jun 2016 14:32:10 -0700	[thread overview]
Message-ID: <20160601213210.GK7633@wotan.suse.de> (raw)
In-Reply-To: <1459492670-31596-1-git-send-email-quwenruo@cn.fujitsu.com>

On Fri, Apr 01, 2016 at 02:37:42PM +0800, Qu Wenruo wrote:
> No much change from previous version.
> 1) Rebased to latest devel branch
> 
> 2) Update ctree.h to follow kernel structure change
> 
> 3) Update print-tree to follow kernel structure change
> 
> Qu Wenruo (7):
>   btrfs-progs: Basic framework for dedupe command group
>   btrfs-progs: dedupe: Add enable command for dedupe command group
>   btrfs-progs: dedupe: Add disable support for inband dedupelication
>   btrfs-progs: dedupe: Add status subcommand
>   btrfs-progs: Add dedupe feature for mkfs and convert
>   btrfs-progs: Add show-super support for new DEDUPE flag
>   btrfs-progs: debug-tree: Add dedupe tree support
> 
> Wang Xiaoguang (1):
>   btrfs-progs: property: add a dedupe property
> 
>  Documentation/Makefile.in             |   1 +
>  Documentation/btrfs-dedupe.asciidoc   | 150 ++++++++++++++++
>  Documentation/btrfs-property.asciidoc |   2 +
>  Documentation/btrfs.asciidoc          |   4 +
>  Documentation/mkfs.btrfs.asciidoc     |   9 +
>  Makefile.in                           |   3 +-
>  btrfs-completion                      |   6 +-
>  btrfs-convert.c                       |  19 +-
>  btrfs.c                               |   1 +
>  cmds-dedupe.c                         | 329 ++++++++++++++++++++++++++++++++++

Can we please have seperate and obvious namespaces for in-band dedupe and
out-of-band dedupe commands? I realize that there is no oob-dedupe
funcationality in btrfs-progs today but I would like to avoid confusing
users in the case that this code hits btrfs-progs.

Specifically by this, I mean I'd like to see anything except 'dedupe' as the
btrfs command, so a user who sees 'btrfs dedupe ....' is not confusing the
two forms we have.

I don't personally care what other name is used and of course it could have
'dedupe' in the name just not solely 'dedupe'. As a poor example, we could
call it 'btrfs inband-dedupe ...'.

Thanks,
	--Mark

--
Mark Fasheh

  parent reply	other threads:[~2016-06-01 21:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01  6:37 [PATCH v7 0/8] Inband dedupe for btrfs-progs Qu Wenruo
2016-04-01  6:37 ` [PATCH v7 1/8] btrfs-progs: Basic framework for dedupe command group Qu Wenruo
2016-04-01  6:37 ` [PATCH v7 2/8] btrfs-progs: dedupe: Add enable command " Qu Wenruo
2016-04-01  6:37 ` [PATCH v7 3/8] btrfs-progs: dedupe: Add disable support for inband dedupelication Qu Wenruo
2016-04-01  6:37 ` [PATCH v7 4/8] btrfs-progs: dedupe: Add status subcommand Qu Wenruo
2016-04-01  6:37 ` [PATCH v7 5/8] btrfs-progs: Add dedupe feature for mkfs and convert Qu Wenruo
2016-04-01  6:37 ` [PATCH v7 6/8] btrfs-progs: Add show-super support for new DEDUPE flag Qu Wenruo
2016-04-01  6:37 ` [PATCH v7 7/8] btrfs-progs: debug-tree: Add dedupe tree support Qu Wenruo
2016-04-01  6:37 ` [PATCH v7 8/8] btrfs-progs: property: add a dedupe property Qu Wenruo
2016-06-01 21:32 ` Mark Fasheh [this message]
2016-06-02  1:07   ` [PATCH v7 0/8] Inband dedupe for btrfs-progs Qu Wenruo
2016-06-02  5:16   ` Roman Mamedov
2016-06-15 12:56     ` David Sterba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160601213210.GK7633@wotan.suse.de \
    --to=mfasheh@suse.de \
    --cc=chris@suse.de \
    --cc=dsterba@suse.cz \
    --cc=jbacik@fb.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=quwenruo@cn.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).