[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1968460.1629835187@warthog.procyon.org.uk>
Date: Tue, 24 Aug 2021 20:59:47 +0100
From: David Howells <dhowells@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: dhowells@...hat.com, Matthew Wilcox <willy@...radead.org>,
Johannes Weiner <hannes@...xchg.org>,
Linux-MM <linux-mm@...ck.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [GIT PULL] Memory folios for v5.15
Linus Torvalds <torvalds@...ux-foundation.org> wrote:
> > Something like "page_group" or "pageset" sound reasonable to me as type
> > names.
>
> "pageset" is such a great name that we already use it, so I guess that
> doesn't work.
Heh. I tried grepping for "struct page_set" and that showed nothing. Maybe
"pagegroup"? Here's a bunch of possible alternatives to set/group:
https://en.wiktionary.org/wiki/Thesaurus:group
Maybe consider it a sequence of pages, "struct pageseq"? page_aggregate
sounds like a possibility, but it's quite long.
Though from an fs point of view, I'd be okay hiding the fact that pages are
involved. It's a buffer; a chunk of memory or chunk of pagecache with
metadata - maybe something on that theme?
David
Powered by blists - more mailing lists