mbox series

[v4,0/3] improve write IO performance when fragmentation is high

Message ID 20240327082146.6258-1-heming.zhao@suse.com (mailing list archive)
Headers show
Series improve write IO performance when fragmentation is high | expand

Message

heming.zhao@suse.com March 27, 2024, 8:21 a.m. UTC
Please ignore previous patches, and using these patches for reviewing.

In v4, I 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(-)