From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp1040.oracle.com ([156.151.31.81]:33481 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751130Ab3A1FXG (ORCPT ); Mon, 28 Jan 2013 00:23:06 -0500 Message-ID: <51060CB8.6070003@oracle.com> Date: Mon, 28 Jan 2013 13:29:28 +0800 From: Anand Jain MIME-Version: 1.0 To: Anand Jain CC: linux-btrfs@vger.kernel.org, dsterba@suse.cz, gene@czarc.net Subject: Re: [PATCH 00/10 v3] add show sub-command for btrfs subvol cli In-Reply-To: <1359346228-24804-1-git-send-email-anand.jain@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: References: <1359346228-24804-1-git-send-email-anand.jain@oracle.com> sorry missed some git cli option and late noticed error in the change-log, Pls. ignore this thread and ref to the email thread with the subject: [RESEND] [PATCH 00/10 v3] add show sub-command for btrfs subvol cli -Anand On 01/28/2013 12:10 PM, Anand Jain wrote: > Here is the v3 of this patch-set, kindly review and accept. > > v2->v3: > . Accepts review comments from Eric. > > Anand Jain (10): > Btrfs-progs: move open_file_or_dir() to utils.c > Btrfs-progs: move printing subvol list outside of btrfs_list_subvols > Btrfs-progs: add parent uuid for snapshots > Btrfs-progs: move struct root_info to btrfs-list.h > Btrfs-progs: add function btrfs_get_subvol to get root_info of a > subvol > Btrfs-progs: add method to filter snapshots by parent uuid > Btrfs-progs: put find_mount_root() in commands.h > Btrfs-progs: make printing subvol extensible to newer layouts > Btrfs-progs: make get_subvol_name non cmds-send specific > Btrfs-progs: add show subcommand to subvol cli > > Makefile | 4 +- > btrfs-list.c | 192 +++++++++++++++++++++++++++++++++++-------------------- > btrfs-list.h | 58 ++++++++++++++++- > btrfsctl.c | 7 +- > cmds-balance.c | 1 + > cmds-inspect.c | 1 + > cmds-qgroup.c | 1 + > cmds-quota.c | 1 + > cmds-send.c | 12 ++-- > cmds-subvolume.c | 179 +++++++++++++++++++++++++++++++++++++++++++++++++-- > commands.h | 7 +- > common.c | 46 ------------- > man/btrfs.8.in | 6 ++ > utils.c | 30 ++++++++- > utils.h | 5 +- > 15 files changed, 408 insertions(+), 142 deletions(-) > delete mode 100644 common.c >