Re: [PATCH v3 00/22] btrfs: add read-only support for subpage sector size
From: Qu Wenruo <hidden>
Date: 2021-01-13 05:08:32
On 2021/1/12 下午11:14, David Sterba wrote:
On Wed, Jan 06, 2021 at 09:01:39AM +0800, Qu Wenruo wrote:quoted
Patches can be fetched from github: https://github.com/adam900710/linux/tree/subpage Currently the branch also contains partial RW data support (still some out-of-sync subpage data page status). Great thanks to David for his effort reviewing and merging the preparation patches into misc-next. Now all previously submitted preparation patches are already in misc-next.I merged 1, 2, 3, 6 to misc-next as they're obvious and independent. The rest is up for review, I haven't looked closely on the open questions.
I just fetched misc-next from github/kernel, and none of the branches have the patches. Maybe I should be more patient?
quoted
Qu Wenruo (22): btrfs: extent_io: rename @offset parameter to @disk_bytenr for submit_extent_page()Please drop "extent_io:" from any future patch subjects, they get too long already and we haven't been using this prefix consistently anyway.
Got it. Thanks, Qu