This patch set is about use of lblkid for the btrfs disk scan and using this lblkid scan for the fi show and dev scan cli
This includes the comments from David (to use lblkid) and Zach to show (btrfs fi show) info from kernel when disk is mounted and from the disks directly when disk is unmounted v2: In an effort fix checkpath.pl errors as suggested in Wang's review, the two patches as below is merged into one btrfs-progs: read from the kernel when disk is mounted btrfs-progs: use lblkid to scan and filesystem show improvements Anand Jain (2): btrfs-progs: v4, move out print in cmd_df to another function btrfs-progs: use kernel for mounted and lblkid to scan disks cmds-device.c | 21 +--- cmds-filesystem.c | 361 ++++++++++++++++++++++++++++++++++------------------- ctree.h | 11 ++ utils.c | 55 ++++++++- utils.h | 7 +- 5 files changed, 304 insertions(+), 151 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html