mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-14 01:31:02 +00:00
8d1c854094
The 'btrfs qgroup show' command currently only prints qgroup IDs, forcing the user to resolve which subvolume each corresponds to. Adds subvolume path resolution to 'qgroup show' so that when the -P option is used, the last column contains the pathname of the root of the subvolume it describes. In the case of nested qgroups, it will show the number of member qgroups or the paths of the members if the -v option is used. Path can also be used as a sort parameter. Sample output: qgroupid rfer excl path -------- ---- ---- ---- 0/5 16.00KiB 16.00KiB <FS_ROOT> 0/256 16.00KiB 16.00KiB <FS_ROOT>/subv1 0/257 16.00KiB 16.00KiB <missing> 0/258 16.00KiB 16.00KiB <FS_ROOT>/subv3 0/259 16.00KiB 16.00KiB <FS_ROOT>/snap1 Pull-request: #139 Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
balance.c | ||
commands.h | ||
device.c | ||
filesystem-du.c | ||
filesystem-usage.c | ||
filesystem-usage.h | ||
filesystem.c | ||
inspect-dump-super.c | ||
inspect-dump-tree.c | ||
inspect-tree-stats.c | ||
inspect.c | ||
property.c | ||
props.h | ||
qgroup.c | ||
qgroup.h | ||
quota.c | ||
receive-dump.c | ||
receive-dump.h | ||
receive.c | ||
replace.c | ||
rescue-chunk-recover.c | ||
rescue-super-recover.c | ||
rescue.c | ||
rescue.h | ||
restore.c | ||
scrub.c | ||
send.c | ||
subvolume-list.c | ||
subvolume.c |