[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20250303183701.36624c484c54c2c3c6b470a5@linux-foundation.org>
Date: Mon, 3 Mar 2025 18:37:01 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Dave Hansen <dave.hansen@...ux.intel.com>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
tytso@....edu, willy@...radead.org, mjguzik@...il.com, david@...morbit.com
Subject: Re: [PATCH] [v2] filemap: Move prefaulting out of hot write path
On Fri, 28 Feb 2025 12:37:22 -0800 Dave Hansen <dave.hansen@...ux.intel.com> wrote:
> There is a generic anti-pattern that shows up in the VFS and several
> filesystems where the hot write paths touch userspace twice when they
> could get away with doing it once.
>
> Dave Chinner suggested that they should all be fixed up[1]. I agree[2].
> But, the series to do that fixup spans a bunch of filesystems and a lot
> of people. This patch fixes common code that absolutely everyone uses.
> It has measurable performance benefits[3].
>
> I think this patch can go in and not be held up by the others.
I'll queue this in mm-hotfixes with a view to sneaking it into 6.14-rcX
as a basis for others to work against.
Powered by blists - more mailing lists