https://bugzilla.kernel.org/show_bug.cgi?id=216007 --- Comment #11 from Peter Pavlisko (bugzkernelorg8392@xxxxxxxxx) --- I bisected the issue again, double checking every step, and I arrived at another commit. This looks more promising: c9fa563072e13337713a441cf30171feb4e96e6d is the first bad commit commit c9fa563072e13337713a441cf30171feb4e96e6d Author: Dave Chinner <dchinner@xxxxxxxxxx> Date: Tue Jun 1 13:40:36 2021 +1000 xfs: use alloc_pages_bulk_array() for buffers Because it's more efficient than allocating pages one at a time in a loop. Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> fs/xfs/xfs_buf.c | 62 ++++++++++++++++++++++---------------------------------- 1 file changed, 24 insertions(+), 38 deletions(-) -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.