From: Anand Jain <anand.jain@xxxxxxxxxx> This patch set creates the attribute user.label in the root space, for the subvol and snapshots. Command to use will be btrfs subvol label <subvol> [label] This patch is only for your kind review. And to evaluate both the approaches, as found during the survey. Thanks Anand Jain (3): Btrfs-progs: move open_file_or_dir() to utils.c Btrfs-progs: add attribute label for subvol and snapshot Btrfs-progs: cmd option to show or set the subvol label Makefile | 4 ++-- btrfsctl.c | 7 ++++--- btrfslabel.c | 38 ++++++++++++++++++++++++++++++++++++++ btrfslabel.h | 4 +++- cmds-balance.c | 1 + cmds-inspect.c | 1 + cmds-qgroup.c | 1 + cmds-quota.c | 1 + cmds-subvolume.c | 38 ++++++++++++++++++++++++++++++++++++++ commands.h | 3 --- common.c | 46 ---------------------------------------------- ctree.h | 1 + man/btrfs.8.in | 6 ++++++ utils.c | 30 ++++++++++++++++++++++++++++-- utils.h | 3 +++ 15 files changed, 127 insertions(+), 57 deletions(-) delete mode 100644 common.c -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
