From: "Matthew Wilcox (Oracle)" <willy@infradead.org>
To: Jan Kara <jack@suse.cz>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>,
linux-mm@kvack.org, Johannes Weiner <hannes@cmpxchg.org>
Subject: [PATCH 0/3] Allow for multiple pages in a single writeback event
Date: Mon, 22 Mar 2021 20:11:13 +0000 [thread overview]
Message-ID: <20210322201116.2149432-1-willy@infradead.org> (raw)
This is prep work for THP or Folios or whatever we end up doing --
we are going to end up somehow batching page writeback completions.
Nothing here makes that happen; we simply pass '1' from all our current
callers, but eventually we'll pass a number greater than 1.
Matthew Wilcox (Oracle) (3):
mm/writeback: Rename __add_wb_stat to wb_stat_mod
flex_proportions: Allow N events instead of 1
mm/writeback: Change __wb_writeout_inc to __wb_writeout_add
include/linux/backing-dev.h | 6 +++---
include/linux/flex_proportions.h | 9 +++++----
lib/flex_proportions.c | 15 ++++++++-------
mm/page-writeback.c | 24 ++++++++++++------------
4 files changed, 28 insertions(+), 26 deletions(-)
--
2.30.2
next reply other threads:[~2021-03-22 20:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 20:11 Matthew Wilcox (Oracle) [this message]
2021-03-22 20:11 ` [PATCH 1/3] mm/writeback: Rename __add_wb_stat to wb_stat_mod Matthew Wilcox (Oracle)
2021-03-22 20:11 ` [PATCH 2/3] flex_proportions: Allow N events instead of 1 Matthew Wilcox (Oracle)
2021-03-22 22:35 ` Matthew Wilcox
2021-03-31 9:26 ` Jan Kara
2021-03-22 20:11 ` [PATCH 3/3] mm/writeback: Change __wb_writeout_inc to __wb_writeout_add Matthew Wilcox (Oracle)
2021-03-31 9:28 ` [PATCH 0/3] Allow for multiple pages in a single writeback event Jan Kara
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=20210322201116.2149432-1-willy@infradead.org \
--to=willy@infradead.org \
--cc=hannes@cmpxchg.org \
--cc=jack@suse.cz \
--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