linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@infradead.org>
To: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/78] Transparent Huge Pages for XFS
Date: Fri, 21 Aug 2020 23:45:22 +0100	[thread overview]
Message-ID: <20200821224522.GX17456@casper.infradead.org> (raw)

... just kidding.  Nobody's going to review 78 patches.  Here's a git
tree instead:

http://git.infradead.org/users/willy/pagecache.git

I do want people to know that the THP patchset now passes xfstests.
I'm sending out portions of the patchset as individual series and trying
to get at least some of these patches merged for 5.10.

https://lore.kernel.org/linux-mm/20200819150555.31669-1-willy@infradead.org/
https://lore.kernel.org/linux-mm/20200819184850.24779-1-willy@infradead.org/
https://lore.kernel.org/linux-block/20200817195206.15172-1-willy@infradead.org/
https://lore.kernel.org/linux-mm/20200804161755.10100-1-willy@infradead.org/
https://lore.kernel.org/linux-mm/20200629152033.16175-1-willy@infradead.org/

I would like people to run their workloads against the git tree and
provide some performance numbers.

The biggest part of this patchset is supporting variable-sized THPs.
So far, all THPs have been PMD sized, and filesystems would prefer a page
size somewhere between PAGE_SIZE and PMD_SIZE.  Using the readahead code,
we increase the page size as we increase the size of readaheads.

This patch set does not attempt to allocate larger pages on writes.
That's a future enhancement.  There is also no support for larger pages
on filesystems other than XFS.  I have plans to add support for NFS, but I
don't plan to add support for buffer heads.  Think of this as an incentive
to convert to using the iomap infrastructure for buffered I/O ;-)


             reply	other threads:[~2020-08-21 22:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21 22:45 Matthew Wilcox [this message]
2020-08-22  6:16 ` [PATCH 0/78] Transparent Huge Pages for XFS Hillf Danton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200821224522.GX17456@casper.infradead.org \
    --to=willy@infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).