All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v5 0/4] erofs: page cache share feature
@ 2025-01-05 15:12 ` Hongzhen Luo
  0 siblings, 0 replies; 20+ messages in thread
From: Hongzhen Luo @ 2025-01-05 15:12 UTC (permalink / raw)
  To: linux-erofs; +Cc: linux-kernel

Hi everyone,

The patch in this version has made the following changes compared to
the previous versionv(patch v4):

- adjusted the code style;
- introduced erofs_pcshr_{read,readahead}_{begin,end}() to switch
  between anonymous inodes and real inodes;
- cleanup work for erofs_pcshr_fadvise();
- adjusted some variable names, etc.

The experiments were repeated, and the results were almost consistent.

v4: https://lore.kernel.org/all/20240902110620.2202586-1-hongzhen@linux.alibaba.com/
v3: https://lore.kernel.org/all/20240828111959.3677011-1-hongzhen@linux.alibaba.com/
v2: https://lore.kernel.org/all/20240731080704.678259-1-hongzhen@linux.alibaba.com/
v1: https://lore.kernel.org/all/20240722065355.1396365-1-hongzhen@linux.alibaba.com/

Hongzhen Luo (4):
  erofs: move `struct erofs_anon_fs_type` to super.c
  erofs: introduce the page cache share feature
  erofs: apply the page cache share feature
  erofs: introduce .fadvise for page cache share

 fs/erofs/Kconfig           |  10 +
 fs/erofs/Makefile          |   1 +
 fs/erofs/data.c            |  15 +-
 fs/erofs/fscache.c         |  13 --
 fs/erofs/inode.c           |   5 +-
 fs/erofs/internal.h        |   9 +
 fs/erofs/pagecache_share.c | 430 +++++++++++++++++++++++++++++++++++++
 fs/erofs/pagecache_share.h |  39 ++++
 fs/erofs/super.c           |  42 ++++
 fs/erofs/zdata.c           |  10 +-
 10 files changed, 556 insertions(+), 18 deletions(-)
 create mode 100644 fs/erofs/pagecache_share.c
 create mode 100644 fs/erofs/pagecache_share.h

-- 
2.43.5


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

end of thread, other threads:[~2025-01-21 14:48 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-05 15:12 [RFC PATCH v5 0/4] erofs: page cache share feature Hongzhen Luo
2025-01-05 15:12 ` Hongzhen Luo
2025-01-05 15:12 ` [RFC PATCH v5 1/4] erofs: move `struct erofs_anon_fs_type` to super.c Hongzhen Luo
2025-01-05 15:12   ` Hongzhen Luo
2025-01-05 15:12 ` [RFC PATCH v5 2/4] erofs: introduce the page cache share feature Hongzhen Luo
2025-01-05 15:12   ` Hongzhen Luo
2025-01-06  2:27   ` Gao Xiang
2025-01-06  3:03     ` Hongzhen Luo
2025-01-05 15:12 ` [RFC PATCH v5 3/4] erofs: apply " Hongzhen Luo
2025-01-05 15:12   ` Hongzhen Luo
2025-01-06  2:15   ` Gao Xiang
2025-01-21 11:59   ` Hongbo Li via Linux-erofs
2025-01-21 11:59     ` Hongbo Li
2025-01-21 12:16     ` Gao Xiang
2025-01-21 14:48     ` Hongzhen Luo
2025-01-05 15:12 ` [RFC PATCH v5 4/4] erofs: introduce .fadvise for page cache share Hongzhen Luo
2025-01-05 15:12   ` Hongzhen Luo
2025-01-05 18:52   ` kernel test robot
2025-01-06  3:40   ` kernel test robot
2025-01-06 11:52   ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.