public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] erofs: support large folio in fscache mode
@ 2022-11-26  0:57 Jingbo Xu
  2022-11-26  0:57 ` [PATCH 1/2] " Jingbo Xu
  2022-11-26  0:57 ` [PATCH 2/2] erofs: enable large folio support for non-compressed format Jingbo Xu
  0 siblings, 2 replies; 5+ messages in thread
From: Jingbo Xu @ 2022-11-26  0:57 UTC (permalink / raw)
  To: xiang, chao, linux-erofs; +Cc: linux-kernel

Patch 1 is the main part of supporting large folio in fscache mode. It
relies on a pending patch[1] adding .prepare_ondemand_read() interface
in Cachefiles.

Patch 2 just turns the switch on and enables the feature. It enables large
folio for both fscache and the original device mode (in uncompressed
data format). And thus I think the previous patch[2] exclusively for the
device mode is not needed then.

[1] https://lore.kernel.org/all/20221124034212.81892-1-jefflexu@linux.alibaba.com/
[2] https://lore.kernel.org/all/20221110074023.8059-1-jefflexu@linux.alibaba.com/


Jingbo Xu (2):
  erofs: support large folio in fscache mode
  erofs: enable large folio support for non-compressed format

 fs/erofs/fscache.c | 117 +++++++++++++++++++--------------------------
 fs/erofs/inode.c   |   1 +
 2 files changed, 50 insertions(+), 68 deletions(-)

-- 
2.19.1.6.gb485710b


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

end of thread, other threads:[~2022-11-26  2:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-26  0:57 [PATCH 0/2] erofs: support large folio in fscache mode Jingbo Xu
2022-11-26  0:57 ` [PATCH 1/2] " Jingbo Xu
2022-11-26  0:57 ` [PATCH 2/2] erofs: enable large folio support for non-compressed format Jingbo Xu
2022-11-26  2:16   ` Gao Xiang
2022-11-26  2:50     ` Jingbo Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox