btrfs-progs: Enhance the command btrfs filesystem df
authorGoffredo Baroncelli <kreijack@libero.it>
Thu, 13 Feb 2014 19:19:01 +0000 (20:19 +0100)
committerDavid Sterba <dsterba@suse.cz>
Thu, 4 Dec 2014 15:48:09 +0000 (16:48 +0100)
commite12e91e8596de39802d30753a8afaf5be9e86fd3
tree8373136801fd0fcc6e5a0f645f2feab1d65538d4
parent3d1ed6d152107b03c26935a8486af47e22685150
btrfs-progs: Enhance the command btrfs filesystem df

Enhance the command "btrfs filesystem df" to show space usage information
for a mount point(s). It shows also an estimation of the space available,
on the basis of the current one used.

Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it>
[code moved under #if 0 instead of deletion]
Signed-off-by: David Sterba <dsterba@suse.cz>
Makefile
cmds-fi-disk_usage.c [new file with mode: 0644]
cmds-fi-disk_usage.h [new file with mode: 0644]
cmds-filesystem.c
ctree.h
utils.c
utils.h