mbox series

[0/6] Misc cleanups and improvements for compaction

Message ID cover.1685018752.git.baolin.wang@linux.alibaba.com (mailing list archive)
Headers show
Series Misc cleanups and improvements for compaction | expand

Message

Baolin Wang May 25, 2023, 12:53 p.m. UTC
Hi,

This series cantains some cleanups and improvements for compaction.
Please help to review. Thanks.

Baolin Wang (6):
  mm: compaction: drop the redundant page validation in
    update_pageblock_skip()
  mm: compaction: change fast_isolate_freepages() to void type
  mm: compaction: skip more fully scanned pageblock
  mm: compaction: only set skip flag if cc->no_set_skip_hint is false
  mm: compaction: add trace event for fast freepages isolation
  mm: compaction: skip fast freepages isolation if enough freepages are
    isolated

 include/trace/events/compaction.h | 11 +++++++++++
 mm/compaction.c                   | 25 ++++++++++++++-----------
 2 files changed, 25 insertions(+), 11 deletions(-)