linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add show sub command to btrfs subvolume
@ 2012-10-12  5:20 Anand jain
  2012-10-12  5:20 ` [PATCH 1/4] Btrfs-progs: introduce btrfs_get_subvols function Anand jain
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Anand jain @ 2012-10-12  5:20 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Anand Jain

From: Anand Jain <anand.jain@oracle.com>

This set of patch will add show sub-command to 
btrfs subvolume, which is to show more information
about a given subvol or snapshot. At present it shows
3 info, I hope this will be further useful if enhanced
as needed.

eg:
# btrfs su show /btrfs/sssv3
/btrfs/sssv3
	uuid: 		c5d646b5-a749-c646-b082-6d9a3ca870be
	Parent uuid: 	34bc8edd-113f-5141-a814-f6dfae069b01
	Creation time: 	2012-10-12 11:37:00


Thanks

Anand Jain (4):
  Btrfs-progs: introduce btrfs_get_subvols function
  Btrfs-progs: need struct root_info to be accesible
  Btrfs-progs: method to fetch root info for subvol
  Btrfs-progs: add btrfs subvol show cli

 btrfs-list.c     |  119 ++++++++++++++++++++++++++---------------------------
 btrfs-list.h     |   49 ++++++++++++++++++++++-
 cmds-subvolume.c |  113 +++++++++++++++++++++++++++++++++++++++++++++++++++
 man/btrfs.8.in   |    6 +++
 4 files changed, 225 insertions(+), 62 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-10-15  8:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12  5:20 [PATCH 0/4] Add show sub command to btrfs subvolume Anand jain
2012-10-12  5:20 ` [PATCH 1/4] Btrfs-progs: introduce btrfs_get_subvols function Anand jain
2012-10-12  5:20 ` [PATCH 2/4] Btrfs-progs: need struct root_info to be accesible Anand jain
2012-10-12  5:20 ` [PATCH 3/4] Btrfs-progs: method to fetch root info for subvol Anand jain
2012-10-12  5:20 ` [PATCH 4/4] Btrfs-progs: add btrfs subvol show cli Anand jain
2012-10-13 20:21   ` Goffredo Baroncelli
2012-10-13 20:11 ` [PATCH 0/4] Add show sub command to btrfs subvolume Goffredo Baroncelli
2012-10-15  9:03   ` Anand Jain

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).