btrfs-devlist: Dumps kernel fs_devices for debug purpose (This is not for integration, use it until we have a replacement tool) Anand Jain (1): btrfs: introduce BTRFS_IOC_GET_DEVS fs/btrfs/super.c | 86 ++++++++++++++++++++++++++ fs/btrfs/volumes.c | 142 ++++++++++++++++++++++++++++++++++++++++++++ fs/btrfs/volumes.h | 2 + include/uapi/linux/btrfs.h | 51 ++++++++++++++++ 4 files changed, 281 insertions(+), 0 deletions(-) Anand Jain (1): btrfs-progs: introduce btrfs-devlist .gitignore | 1 + Makefile | 4 +- btrfs-devlist.c | 266 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ioctl.h | 51 +++++++++++ 4 files changed, 320 insertions(+), 2 deletions(-) create mode 100644 btrfs-devlist.c -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html