On 2020/10/21 下午7:22, David Sterba wrote: > On Wed, Oct 21, 2020 at 02:24:46PM +0800, Qu Wenruo wrote: >> === Patchset structure === >> Patch 01~03: Small bug fixes >> Patch 04~22: Generic cleanup and refactors, which make sense without >> subpage support >> Patch 23~27: Subpage specific cleanup and refactors. >> Patch 28~42: Enablement for subpage RO mount >> Patch 43~52: Enablement for subpage metadata write >> Patch 53~68: Enablement for subpage data write (although still in >> page size) > > That's a sane grouping to merge it from the top, though it still could > be some updates required. There are some pending patchsets for next and > I don't have an estimate for conflicts regarding the cleanups you have > in this patchset so we'll see. All up to 27 should be mergeable in this > dev cycle. > That's great, if the conflicts are not manageable, feel free to ask me to do the rebase. The main conflicts I can guess is from the metadata readpage refactor from Nik, but my current structure is already using a similar way to call submit_extent_page() directly, so I guess it shouldn't be too destructive. Thanks, Qu