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

v2:
- patch 2: keep the enabling for iomap and fscache mode in separate
  patches; don't enable the feature for the meta data routine for now
  (Gao Xiang)

v1: https://lore.kernel.org/all/20221126005756.7662-1-jefflexu@linux.alibaba.com/


Patch 1 is the main part of supporting large folios for 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 for fscache
mode. It relies on a previous patch[2] which enables this feature for
iomap mode.

[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 folios for fscache mode
  erofs: enable large folios for fscache mode

 fs/erofs/fscache.c | 116 +++++++++++++++++++--------------------------
 fs/erofs/inode.c   |   3 +-
 2 files changed, 49 insertions(+), 70 deletions(-)

-- 
2.19.1.6.gb485710b


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

end of thread, other threads:[~2022-11-28 13:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28  2:50 [PATCH v2 0/2] erofs: support large folios for fscache mode Jingbo Xu
2022-11-28  2:50 ` [PATCH v2 1/2] " Jingbo Xu
2022-11-28 13:54   ` [Phishing Risk] [External] " Jia Zhu
2022-11-28  2:50 ` [PATCH v2 2/2] erofs: enable " Jingbo Xu
2022-11-28 13:56   ` [Phishing Risk] [External] " Jia Zhu

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