From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:42567 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750737Ab2HAMnm (ORCPT ); Wed, 1 Aug 2012 08:43:42 -0400 Received: by pbbrp8 with SMTP id rp8so1049789pbb.19 for ; Wed, 01 Aug 2012 05:43:42 -0700 (PDT) Message-ID: <5019247A.8030500@gmail.com> Date: Wed, 01 Aug 2012 20:43:38 +0800 From: Liu Bo MIME-Version: 1.0 To: Anand jain CC: linux-btrfs@vger.kernel.org Subject: Re: [PATCH] add crtime to the snapshot list References: <1343822481-26707-1-git-send-email-Anand.Jain@oracle.com> In-Reply-To: <1343822481-26707-1-git-send-email-Anand.Jain@oracle.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 08/01/2012 08:01 PM, Anand jain wrote: > From: Anand > > This patch adds creation-time to the snapshot list display, > which would help user to better manage the snapshots when > number of snapshots grow substantially. This patch is developed > and on top of the send/receive btrfs and btrfs-progs repo at > git://github.com/ablock84/linux-btrfs.git (send-v2) > git://github.com/ablock84/btrfs-progs.git (send-v2) > respectively. > Hi Arand, Can you please also post the patch itself here? thanks, liubo > Further this patch has the dependency on the following patches > Liu Bo: > [PATCH 2/3 RESEND] Btrfs-progs: show generation in command btrfs subvol list > [PATCH 3/3] Btrfs-progs: list snapshots by generation > > Eg output: > #btrfs su list -s 1 /btrfs > ID 258 gen 39 cgen 6 top level 5 crtime 2012-07-27 17:43:55 path ss1 > ID 260 gen 8 cgen 8 top level 5 crtime 2012-07-27 17:47:51 path ss2 > ID 263 gen 16 cgen 16 top level 5 crtime 2012-07-29 00:50:19 path ss3 > ID 264 gen 25 cgen 25 top level 5 crtime 2012-07-30 09:56:50 path sv1/.snap > > Anand Jain (1): > Btrfs-progs: show crtime in the snapshot list > > btrfs-list.c | 45 ++++++++++++++++++++++++++++++++++++--------- > 1 files changed, 36 insertions(+), 9 deletions(-) > > -- > To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >