linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH v4 0/3] support compressed file write/read amplifiction
@ 2022-07-31  3:33 Fengnan Chang
  2022-07-31  3:33 ` [f2fs-dev] [PATCH v4 1/3] f2fs: intorduce f2fs_all_cluster_page_ready Fengnan Chang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Fengnan Chang @ 2022-07-31  3:33 UTC (permalink / raw)
  To: jaegeuk, chao; +Cc: Fengnan Chang, linux-f2fs-devel

From: Fengnan Chang <changfengnan@vivo.com>

Optimise f2fs_write_cache_pages, and support compressed file write/read
amplifiction accounting.

v4:
  fix read amplifiction accounting when read one compressed page.
v3:
  fix enable COMPRESS_CACHE may make read amplifiction accounting
incorrect.

Fengnan Chang (3):
  f2fs: intorduce f2fs_all_cluster_page_ready
  f2fs: use onstack pages instead of pvec
  f2fs: support compressed file write/read amplifiction

 fs/f2fs/compress.c | 30 ++++++++++++++--------
 fs/f2fs/data.c     | 64 ++++++++++++++++++++++++++++++++++------------
 fs/f2fs/debug.c    |  7 +++--
 fs/f2fs/f2fs.h     | 42 +++++++++++++++++++++++++++---
 4 files changed, 111 insertions(+), 32 deletions(-)

-- 
2.25.1



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

end of thread, other threads:[~2022-08-06  4:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31  3:33 [f2fs-dev] [PATCH v4 0/3] support compressed file write/read amplifiction Fengnan Chang
2022-07-31  3:33 ` [f2fs-dev] [PATCH v4 1/3] f2fs: intorduce f2fs_all_cluster_page_ready Fengnan Chang
2022-08-04 14:00   ` Chao Yu
2022-07-31  3:33 ` [f2fs-dev] [PATCH v4 2/3] f2fs: use onstack pages instead of pvec Fengnan Chang
2022-08-04 14:01   ` Chao Yu
2022-07-31  3:33 ` [f2fs-dev] [PATCH v4 3/3] f2fs: support compressed file write/read amplifiction Fengnan Chang
2022-08-04  3:52   ` Jaegeuk Kim
2022-08-06  4:35     ` fengnan chang

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