ocfs2-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] improve write IO performance when fragmentation is high
@ 2024-03-27  6:09 Heming Zhao
  2024-03-27  6:09 ` [PATCH 1/3] ocfs2: " Heming Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Heming Zhao @ 2024-03-27  6:09 UTC (permalink / raw)
  To: joseph.qi; +Cc: Heming Zhao, ocfs2-devel, ailiop

In v4 coding, I found new issues and split 3 patch files for easy reviewing:
- (1/3, existing) improve write IO performance when fragmentation is high
- (2/3, new) adjust enabling place for la-window
- (3/3, new) speed up chain-list searching

Heming Zhao (3):
  ocfs2: improve write IO performance when fragmentation is high
  ocfs2: adjust enabling place for la window
  ocfs2: speed up chain-list searching

 fs/ocfs2/localalloc.c   |  17 ++++---
 fs/ocfs2/move_extents.c |   2 +-
 fs/ocfs2/ocfs2_fs.h     |   3 +-
 fs/ocfs2/resize.c       |   8 +++
 fs/ocfs2/suballoc.c     | 110 ++++++++++++++++++++++++++++++++++------
 fs/ocfs2/suballoc.h     |   6 ++-
 6 files changed, 119 insertions(+), 27 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2024-03-27  7:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27  6:09 [PATCH 0/3] improve write IO performance when fragmentation is high Heming Zhao
2024-03-27  6:09 ` [PATCH 1/3] ocfs2: " Heming Zhao
2024-03-27  6:09 ` [PATCH 2/3] ocfs2: adjust enabling place for la window Heming Zhao
2024-03-27  6:09 ` [PATCH 3/3] ocfs2: speed up chain-list searching Heming Zhao
2024-03-27  7:53 ` [PATCH 0/3] improve write IO performance when fragmentation is high Heming Zhao

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