All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH 0/3] *** support compressed file write amplifiction accounting ***
@ 2022-04-29  6:54 Fengnan Chang via Linux-f2fs-devel
  2022-04-29  6:54 ` [f2fs-dev] [PATCH 1/3] f2fs: intorduce f2fs_all_cluster_page_uptodate Fengnan Chang via Linux-f2fs-devel
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fengnan Chang via Linux-f2fs-devel @ 2022-04-29  6:54 UTC (permalink / raw)
  To: jaegeuk, chao; +Cc: Fengnan Chang, linux-f2fs-devel

Optimise f2fs_write_cache_pages, and support compressed file write
amplifiction accounting.

Fengnan Chang (3):
  f2fs: intorduce f2fs_all_cluster_page_uptodate
  f2fs: use onstack pages instead of pvec
  f2fs: support compressed file write amplifiction accounting

 fs/f2fs/compress.c | 27 ++++++++++++++++++++++++---
 fs/f2fs/data.c     | 33 +++++++++++++++++++++------------
 fs/f2fs/debug.c    |  5 +++--
 fs/f2fs/f2fs.h     | 22 +++++++++++++++++++++-
 4 files changed, 69 insertions(+), 18 deletions(-)

-- 
2.32.0



_______________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2022-05-06  8:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-29  6:54 [f2fs-dev] [PATCH 0/3] *** support compressed file write amplifiction accounting *** Fengnan Chang via Linux-f2fs-devel
2022-04-29  6:54 ` [f2fs-dev] [PATCH 1/3] f2fs: intorduce f2fs_all_cluster_page_uptodate Fengnan Chang via Linux-f2fs-devel
2022-05-06  8:01   ` Chao Yu
2022-04-29  6:54 ` [f2fs-dev] [PATCH 2/3] f2fs: use onstack pages instead of pvec Fengnan Chang via Linux-f2fs-devel
2022-04-29  6:54 ` [f2fs-dev] [PATCH 3/3] f2fs: support compressed file write amplifiction accounting Fengnan Chang via Linux-f2fs-devel
2022-05-06  8:13   ` Chao Yu

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.