summaryrefslogtreecommitdiffstats
path: root/btrfs-list.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Btrfs-progs: add "btrfs subvolume get-default" subcommandZhong, Xin1-2/+56
2011-10-25remove unused include "version.h"Andreas Philipp1-1/+0
2011-10-25print parent ID in btrfs suvolume listAndreas Philipp1-6/+18
2011-10-25btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard1-1/+2
2011-10-25Improve error handling in the btrfs commandGoffredo Baroncelli1-11/+29
2010-09-23Handle bad extent type caseFrederic Weisbecker1-0/+9
2010-09-23Avoid uninitialized variant compile warningZhao Lei1-3/+3
2010-09-23fix a compile fail by strndup in RHEL5 envZhao Lei1-0/+1
2010-03-18Add btrfs subvol find-new commandChris Mason1-10/+413
2010-03-11Avoid the exit(2) function; instead return with an appropriate value;Goffredo Baroncelli1-6/+9
2010-03-11new util: 'btrfs'ghigo1-51/+4
2010-02-28Add btrfs-list for listing subvolumesChris Mason1-0/+466