Re: [PATCH 00/12] btrfs-progs: refactor and generalize chunk/dev_extent allocation

2021-04-06 Thread Su Yue
On Tue 06 Apr 2021 at 21:24, Naohiro Aota wrote: On Tue, Apr 06, 2021 at 06:54:37PM +0800, Su Yue wrote: On Tue 06 Apr 2021 at 16:05, Naohiro Aota wrote: > This is the userland counterpart of the following series. > > https://lore.kernel.org/linux-btrfs/20200225035626.1049501-1-naohi

Re: [PATCH 00/12] btrfs-progs: refactor and generalize chunk/dev_extent allocation

2021-04-06 Thread Naohiro Aota
On Tue, Apr 06, 2021 at 06:54:37PM +0800, Su Yue wrote: > > On Tue 06 Apr 2021 at 16:05, Naohiro Aota wrote: > > > This is the userland counterpart of the following series. > > > > https://lore.kernel.org/linux-btrfs/20200225035626.1049501-1-naohiro.a...@wdc.com/ > > > > This series refactors

Re: [PATCH 00/12] btrfs-progs: refactor and generalize chunk/dev_extent allocation

2021-04-06 Thread Su Yue
On Tue 06 Apr 2021 at 16:05, Naohiro Aota wrote: This is the userland counterpart of the following series. https://lore.kernel.org/linux-btrfs/20200225035626.1049501-1-naohiro.a...@wdc.com/ This series refactors chunk allocation and device_extent allocation functions and make them genera

Re: [PATCH 00/12] btrfs-progs: refactor and generalize chunk/dev_extent allocation

2021-04-06 Thread Johannes Thumshirn
On 06/04/2021 10:07, Naohiro Aota wrote: > This is the userland counterpart of the following series. > > https://lore.kernel.org/linux-btrfs/20200225035626.1049501-1-naohiro.a...@wdc.com/ > > This series refactors chunk allocation and device_extent allocation > functions and make them generalized

[PATCH 00/12] btrfs-progs: refactor and generalize chunk/dev_extent allocation

2021-04-06 Thread Naohiro Aota
This is the userland counterpart of the following series. https://lore.kernel.org/linux-btrfs/20200225035626.1049501-1-naohiro.a...@wdc.com/ This series refactors chunk allocation and device_extent allocation functions and make them generalized to be able to implement other allocation policy easi