Re: [Patch v2 00/42] btrfs: add data write support for subpage
From: David Sterba <hidden>
Date: 2021-05-13 22:56:43
On Thu, May 13, 2021 at 10:21:24AM +0800, Qu Wenruo wrote:
quoted
quoted
Do you think the patches 1-13 are safe to be merged independently? I've paged through the whole patchset and some of the patches are obviously preparatory stuff so they can go in without much risk.Yes. I believe they are OK for merge. I have run the full tests on x86 VM for the whole patchset, no new regression. Especially patch 03~05 would benefit 4K page size the most, thus merging them first would definitely help. Just let me to run the tests with patch 1~13 only, to see if there is any special dependency missing.Yep, patch 1~13 with the v5 read time repair patches are safe for x86. So they should be fine for the next merge window.quoted
quoted
I haven't looked at your git if there are updates from what was posted, but I don't expect any significant changes, but what I saw looked ok to me.I haven't touched those patches since v2 submission, thus there shouldn't be any modification to them. (At most some cosmetic change for the commit message/comments)quoted
If there are changes, please post 1-13 (ie. all the preparatory patches), I'll put them to misc-next so you can focus on the rest.
I did another pass and found a few unimportant style fixes, it's now pushed to branch ext/qu/subpage-prep-13. I'll run tests before merging it to misc-next, the cleanups are great, some changes scare me a bit though. Handling the ordered extents gets changed a bit, nothing obviously wrong but based on past experience there are some subtle bugs lurking. The plan is to add the branch to misc-next soon so we have enough time to test it. I'll reply to the individual patches with comments that stand out among the trivialities.