All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 V2] Btrfs-progs: enhance btrfs subvol list only to show read-only snapshots
@ 2012-08-08  8:54 zhoubo
  2012-08-08  8:54 ` [PATCH 1/3 V2] Btrfs-progs: move the function declarations to a new head file zhoubo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zhoubo @ 2012-08-08  8:54 UTC (permalink / raw)
  To: btrfs community; +Cc: Goffredo Baroncelli

From: Zhou Bo <zhoub-fnst@cn.fujitsu.com>

We want 'btrfs subvolume list' only to list readonly subvolumes, this patch set
introduces a new option 'r' to implement it.

You can use the command like that:

	btrfs subvolume list -r <path>

v1->v2: address the comments from Goffredo Baroncelli
- change the changelog of the patches and make them more elaborate.
- move the function declarations to a new head file.
- add the introduction of the new option 'r' into the man page
---
 btrfs-list.c     |   72 +++++++++++++++++++++++++++++++++++++++++++++++------
 btrfs-list.h     |   21 +++++++++++++++
 cmds-inspect.c   |    4 +--
 cmds-subvolume.c |   18 +++++++------
 ctree.h          |    2 +
 man/btrfs.8.in   |    5 ++-
 6 files changed, 100 insertions(+), 22 deletions(-)
 create mode 100644 btrfs-list.h

-- 
1.6.0.6

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

end of thread, other threads:[~2012-08-08  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08  8:54 [PATCH 0/3 V2] Btrfs-progs: enhance btrfs subvol list only to show read-only snapshots zhoubo
2012-08-08  8:54 ` [PATCH 1/3 V2] Btrfs-progs: move the function declarations to a new head file zhoubo
2012-08-08  8:54 ` [PATCH 2/3 V2] Btrfs-progs: enhance btrfs subvol list only to show read-only snapshots zhoubo
2012-08-08  8:54 ` [PATCH 3/3 V2] Btrfs-progs: update the manpage entries for the btrfs subvolume list zhoubo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.