linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Matthew Wilcox (Oracle)" <willy@infradead.org>
To: Kent Overstreet <kent.overstreet@gmail.com>,
	linux-fsdevel@vger.kernel.org
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Subject: [PATCH v2 0/3] bcachefs: Convert to readahead
Date: Thu,  5 Nov 2020 23:28:36 +0000	[thread overview]
Message-ID: <20201105232839.23100-1-willy@infradead.org> (raw)

This version actually passes xfstests as opposed to freezing on
the first time you use readahead like v1 did.  I think there are
further simplifications that can be made, but this works.

Matthew Wilcox (Oracle) (3):
  bcachefs: Convert to readahead
  bcachefs: Remove page_state_init_for_read
  bcachefs: Use attach_page_private and detach_page_private

 fs/bcachefs/fs-io.c | 112 +++++++++-----------------------------------
 fs/bcachefs/fs-io.h |   3 +-
 fs/bcachefs/fs.c    |   2 +-
 3 files changed, 23 insertions(+), 94 deletions(-)

-- 
2.28.0


             reply	other threads:[~2020-11-05 23:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05 23:28 Matthew Wilcox (Oracle) [this message]
2020-11-05 23:28 ` [PATCH v2 1/3] bcachefs: Convert to readahead Matthew Wilcox (Oracle)
2020-11-05 23:28 ` [PATCH v2 2/3] bcachefs: Remove page_state_init_for_read Matthew Wilcox (Oracle)
2020-11-05 23:28 ` [PATCH v2 3/3] bcachefs: Use attach_page_private and detach_page_private Matthew Wilcox (Oracle)
2020-11-05 23:49 ` [PATCH v2 0/3] bcachefs: Convert to readahead Kent Overstreet

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