From: Sun YangKai <sunk67188@gmail.com>
To: linux-btrfs@vger.kernel.org
Cc: Sun YangKai <sunk67188@gmail.com>
Subject: [PATCH v4 0/2] btrfs: fix periodic reclaim condition
Date: Wed, 14 Jan 2026 11:47:01 +0800 [thread overview]
Message-ID: <20260114035126.20095-1-sunk67188@gmail.com> (raw)
This series eliminates wasteful periodic reclaim operations that were occurring
when already failed to reclaim any new space, and includes several preparatory
cleanups.
Patch 1 fixes the core issue.
Patch 2 is a trival cleanup.
Changelog
v4:
- Remove setting periodic_reclaim_ready to false when failed to reclaim a
blockgroup since it's unnecessary. Sugggested by Boris Burkov <boris@bur.io>
v3:
- Fix the core issue with minimal changes, suggested by Boris Burkov <boris@bur.io>
- Drop some cleanups which might conflict with some other recent patches
in mail list. I'll send them in a seperate serie.
Sun YangKai (2):
btrfs: fix periodic reclaim condition
btrfs: consolidate reclaim readiness checks in btrfs_should_reclaim()
fs/btrfs/block-group.c | 18 ++++++++++--------
fs/btrfs/space-info.c | 21 ++++++++++++---------
2 files changed, 22 insertions(+), 17 deletions(-)
--
2.52.0
next reply other threads:[~2026-01-14 3:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-14 3:47 Sun YangKai [this message]
2026-01-14 3:47 ` [PATCH v4 1/2] btrfs: fix periodic reclaim condition Sun YangKai
2026-02-08 18:24 ` Chris Mason
2026-02-09 13:08 ` Sun YangKai
2026-02-09 13:14 ` Sun YangKai
2026-01-14 3:47 ` [PATCH v4 2/2] btrfs: consolidate reclaim readiness checks in btrfs_should_reclaim() Sun YangKai
2026-01-14 11:16 ` Johannes Thumshirn
2026-01-21 1:36 ` [PATCH v4 0/2] btrfs: fix periodic reclaim condition Boris Burkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260114035126.20095-1-sunk67188@gmail.com \
--to=sunk67188@gmail.com \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox