[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZHD9zmIeNXICDaRJ@casper.infradead.org>
Date: Fri, 26 May 2023 19:43:26 +0100
From: Matthew Wilcox <willy@...radead.org>
To: Luis Chamberlain <mcgrof@...nel.org>
Cc: hughd@...gle.com, akpm@...ux-foundation.org, brauner@...nel.org,
djwong@...nel.org, p.raghav@...sung.com, da.gomez@...sung.com,
rohan.puri@...sung.com, rpuri.linux@...il.com,
a.manzanares@...sung.com, dave@...olabs.net, yosryahmed@...gle.com,
keescook@...omium.org, hare@...e.de, kbusch@...nel.org,
patches@...ts.linux.dev, linux-block@...r.kernel.org,
linux-fsdevel@...r.kernel.org, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE
On Fri, May 26, 2023 at 10:33:53AM -0700, Luis Chamberlain wrote:
> On Fri, May 26, 2023 at 02:54:12PM +0100, Matthew Wilcox wrote:
> > You're coming at this from a block layer perspective, and we have two
> > ways of doing large block devices -- qemu nvme and brd. tmpfs should
> > be like other filesystems and opportunistically use folios of whatever
> > size makes sense.
>
> I figured the backing block size would be a good reason to use high
> order folios for filesystems, and this mimicks that through the super
> block block size. Although usage of the block size would be moved to
> the block device and tmpfs use an page order, what other alternatives
> were you thinking?
Use the readahead code like other filesystems to determine what size of
folios to allocate. Also use the size of writes to determine what size
of folio to allocate, as in this patchset:
https://lore.kernel.org/linux-fsdevel/20230520163603.1794256-1-willy@infradead.org/
Powered by blists - more mailing lists