Btrfs-progs: introduce btrfs property subgroup
authorAlexander Block <ablock84@googlemail.com>
Tue, 12 Nov 2013 13:41:43 +0000 (13:41 +0000)
committerChris Mason <clm@fb.com>
Fri, 31 Jan 2014 16:22:31 +0000 (08:22 -0800)
commit85be2aaf913f0e234058c56fab460c5d7a2c084b
tree4d0b300c4dab86b5341e7fd59981439873269aac
parent83ccf085099d5e300b47b0661eda68d3bad034e6
Btrfs-progs: introduce btrfs property subgroup

"btrfs filesystem property" is a generic interface to set/get
properties on filesystem objects (inodes/subvolumes/filesystems
/devs).

This patch adds the generic framework for properties and also
implements two properties. The first is the read-only property
for subvolumes and the second is the label property for devices.

Signed-off-by: Alexander Block <ablock84@googlemail.com>
Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
Makefile
btrfs.c
cmds-property.c [new file with mode: 0644]
commands.h
props.c [new file with mode: 0644]
props.h [new file with mode: 0644]