Thanks for working on that; do you think that is it feasible to merge the works on "btrfs sub list" and "btrfs sub show" ? To date the output of "btrfs sub list" is quite cryptic: a lot of information on only on row, which is difficult to read. However it has the capability to traverse the filesystem to list the subvolumes, to sort the output, to filter it... Instead your work has not the capability to traverse/filter/sort but has a very nice output. The ideal is to extend the actual command (btrfs sub list) to have your output (as default) and the current one (as option) when used in script...
Thanks for the comments. (just for note: this patch is on top the latest subvol list framework). generally multi-line output isn't suitable for the list kind of output, right? since it makes scripting difficult. So here the plan is to have both list and show. List is to see all the items and show is know more about an item. Show will be more exciting when we could add size info for each subvol/snapshot. -Anand -- 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
