On Tue, 23 Jul 2024 13:56:14 +0800, Chenliang Li wrote: > Changes since v5: > - Reshuffle the patchset to avoid unused funtion warnings. > - Store head page of the folio and use folio offset to get rid of > branching on bvec setups. > - Add restrictions for non border-aligned folios. > - Remove unnecessary folio_size field in io_imu_folio_data struct. > > v5 : https://lore.kernel.org/io-uring/20240708021426.2217-1-cliang01.li@xxxxxxxxxxx/T/#t Forgot to add: Changes since v6: - Remove the restriction on non-border-aligned single hugepage. - Code style issue. v6 : https://lore.kernel.org/io-uring/20240716060807.2707-1-cliang01.li@xxxxxxxxxxx/T/#t Thanks, Chenliang Li