[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9798e3b-1c2a-6c47-decc-7d4148de5114@google.com>
Date: Tue, 8 Mar 2022 13:46:15 -0800 (PST)
From: Hugh Dickins <hughd@...gle.com>
To: "Darrick J. Wong" <djwong@...nel.org>
cc: Christoph Hellwig <hch@....de>, Hugh Dickins <hughd@...gle.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Mikulas Patocka <mpatocka@...hat.com>,
Zdenek Kabelac <zkabelac@...hat.com>,
Lukas Czerner <lczerner@...hat.com>,
Miklos Szeredi <miklos@...redi.hu>,
Borislav Petkov <bp@...e.de>, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Subject: Re: [PATCH mmotm v2] tmpfs: do not allocate pages on read
On Tue, 8 Mar 2022, Darrick J. Wong wrote:
>
> I've long wondered (for my own nefarious purposes) why tmpfs files
> didn't just grab the zero page,
(tmpfs files have been using the zero page for reads for many years:
it was just this odd internal "could it be for a stacking filesystem?"
case, which /dev/loop also fell into, which was doing allocation on read.
I wonder what your nefarious purposes are ;) Maybe related to pages
faulted into an mmap: those pages tmpfs has always allocated for, then
they're freed up later by page reclaim if still undirtied. We may change
that in future, and use the zero page even there: there are advantages
of course, but some care and code needed - never been a priority.)
> so:
>
> Acked-by: Darrick J. Wong <djwong@...nel.org>
Thanks,
Hugh
Powered by blists - more mailing lists