Re: [PATCH 0/7] btrfs-progs: mkfs: Reword --rootdir

2017-11-28 Thread David Sterba
On Fri, Oct 20, 2017 at 09:59:00AM +0800, Qu Wenruo wrote: > Qu Wenruo (7): > btrfs-progs: mkfs: Don't use custom chunk allocator for rootdir > btrfs-progs: mkfs/rootdir: Use over-reserve method to make size > estimate easier > btrfs-progs: mkfs: Only zero out the first 1M for rootdir >

Re: [PATCH 0/7] btrfs-progs: mkfs: Reword --rootdir

2017-11-20 Thread David Sterba
On Fri, Oct 20, 2017 at 09:59:00AM +0800, Qu Wenruo wrote: > Can be fetched from github: > https://github.com/adam900710/btrfs-progs/tree/mkfs_rootdir_rework > > And fetching from github is preferred method to test, as this patchset > has 2 prerequisite: > > 1) Minimal device size patchset >T

[PATCH 0/7] btrfs-progs: mkfs: Reword --rootdir

2017-10-19 Thread Qu Wenruo
Can be fetched from github: https://github.com/adam900710/btrfs-progs/tree/mkfs_rootdir_rework And fetching from github is preferred method to test, as this patchset has 2 prerequisite: 1) Minimal device size patchset The image size estimate algorithm heavily relies on the minimal device si