linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kent Overstreet <kent.overstreet@gmail.com>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org
Cc: Kent Overstreet <kent.overstreet@gmail.com>,
	axboe@kernel.dk, willy@infradead.org,
	linux-fsdevel@vger.kernel.org
Subject: [PATCH v2 0/2] generic_file_buffered_read() improvements
Date: Sun, 25 Oct 2020 17:29:47 -0400	[thread overview]
Message-ID: <20201025212949.602194-1-kent.overstreet@gmail.com> (raw)

Rebased onto current mainline - this series already included Jens' patch for
IOCB_WAITQ behaviour so nothing changed, but Jens might want to glance at it.

Kent Overstreet (2):
  fs: Break generic_file_buffered_read up into multiple functions
  fs: generic_file_buffered_read() now uses find_get_pages_contig

 mm/filemap.c | 572 +++++++++++++++++++++++++++++----------------------
 1 file changed, 329 insertions(+), 243 deletions(-)

-- 
2.28.0


             reply	other threads:[~2020-10-25 21:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-25 21:29 Kent Overstreet [this message]
2020-10-25 21:29 ` [PATCH v2 1/2] fs: Break generic_file_buffered_read up into multiple functions Kent Overstreet
2020-10-25 21:29 ` [PATCH v2 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig Kent Overstreet
2020-10-30  8:14   ` [fs] 2b2f891180: stress-ng.sendfile.ops_per_sec 32.0% improvement kernel test robot

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=20201025212949.602194-1-kent.overstreet@gmail.com \
    --to=kent.overstreet@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=axboe@kernel.dk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=willy@infradead.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).