Re: [PATCH v2 0/5] Fix incorrectly created uuid tree

2019-01-10 Thread David Sterba
On Thu, Jan 03, 2019 at 03:32:16PM +0800, Qu Wenruo wrote: > This patchset can be fetched from github: > https://github.com/adam900710/btrfs-progs/tree/uuid_tree_support > Which is based on v4.19.1 tag. > > Qu Wenruo (5): > btrfs-progs: Export btrfs_create_tree() and move it to disk-io.c > btr

[PATCH v2 0/5] Fix incorrectly created uuid tree

2019-01-02 Thread Qu Wenruo
This patchset can be fetched from github: https://github.com/adam900710/btrfs-progs/tree/uuid_tree_support Which is based on v4.19.1 tag. Commit 2a496a5b8b74 ("btrfs-progs: mkfs: precreate the uuid tree") creates uuid tree at mkfs time. However it doesn't populate uuid tree correctly nor just cre