From: Anand Jain <[email protected]>

v1->v2: Rebased and merged with the newer patch (which are not yet in
the git), and will now print few more parameters of the subvol.

Anand Jain (8):
  Btrfs-progs: move open_file_or_dir() to utils.c
  Btrfs-progs: Move printing outside of btrfs_list_subvols
  Btrfs-progs: add parent uuid for snapshots
  Btrfs-progs: move struct root_info to btrfs-list.h
  Btrfs-progs: function to get root_info of a subvol
  Btrfs-progs: provide method to check if filter is set
  Btrfs-progs: add method to filter snapshots by parent uuid
  Btrfs-progs: add show command to display detailed information about
    the subvol

 Makefile         |    4 +-
 btrfs-list.c     |  157 +++++++++++++++++++++++++++++++++---------------------
 btrfs-list.h     |   54 ++++++++++++++++++-
 btrfsctl.c       |    7 ++-
 cmds-balance.c   |    1 +
 cmds-inspect.c   |    1 +
 cmds-qgroup.c    |    1 +
 cmds-quota.c     |    1 +
 cmds-subvolume.c |  133 ++++++++++++++++++++++++++++++++++++++++++++-
 commands.h       |    3 -
 common.c         |   46 ----------------
 man/btrfs.8.in   |    6 ++
 utils.c          |   30 ++++++++++-
 utils.h          |    3 +
 14 files changed, 326 insertions(+), 121 deletions(-)
 delete mode 100644 common.c

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to