linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] bcachefs: Convert to readahead
@ 2020-11-05 23:28 Matthew Wilcox (Oracle)
  2020-11-05 23:28 ` [PATCH v2 1/3] " Matthew Wilcox (Oracle)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Matthew Wilcox (Oracle) @ 2020-11-05 23:28 UTC (permalink / raw)
  To: Kent Overstreet, linux-fsdevel; +Cc: Matthew Wilcox (Oracle)

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-05 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 23:28 [PATCH v2 0/3] bcachefs: Convert to readahead Matthew Wilcox (Oracle)
2020-11-05 23:28 ` [PATCH v2 1/3] " 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

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).