From: Kent Overstreet <kent.overstreet@linux.dev>
To: linux-bcachefs@vger.kernel.org
Cc: Kent Overstreet <kent.overstreet@linux.dev>
Subject: [PATCH 0/6] rebalance_work btree
Date: Tue, 24 Oct 2023 15:14:05 -0400 [thread overview]
Message-ID: <20231024191414.2157874-1-kent.overstreet@linux.dev> (raw)
Here's the rebalance_work patchset, which I expect to merge shortly.
It eliminates most scanning by the rebalance thread, which is a nice
scalabality improvement. Cheers :)
Kent Overstreet (6):
bcachefs: move.c exports, refactoring
bcachefs: moving_context now owns a btree_trans
bcachefs: move: convert to bbpos
bcachefs: move: move_stats refactoring
bcachefs: bch2_inum_opts_get()
bcachefs: rebalance_work
fs/bcachefs/bbpos.h | 14 +-
fs/bcachefs/bbpos_types.h | 18 ++
fs/bcachefs/bcachefs.h | 4 +-
fs/bcachefs/bcachefs_format.h | 34 +--
fs/bcachefs/buckets.c | 10 +
fs/bcachefs/chardev.c | 4 +-
fs/bcachefs/compress.c | 18 +-
fs/bcachefs/compress.h | 2 +
fs/bcachefs/data_update.c | 21 +-
fs/bcachefs/data_update.h | 1 +
fs/bcachefs/extents.c | 155 +++++++++-
fs/bcachefs/extents.h | 20 ++
fs/bcachefs/inode.c | 12 +
fs/bcachefs/inode.h | 1 +
fs/bcachefs/io_misc.c | 11 +-
fs/bcachefs/io_write.c | 20 +-
fs/bcachefs/move.c | 277 ++++++++---------
fs/bcachefs/move.h | 36 ++-
fs/bcachefs/move_types.h | 8 +-
fs/bcachefs/movinggc.c | 37 ++-
fs/bcachefs/rebalance.c | 553 ++++++++++++++++++++--------------
fs/bcachefs/rebalance.h | 9 +-
fs/bcachefs/rebalance_types.h | 31 +-
fs/bcachefs/recovery.c | 1 +
fs/bcachefs/recovery_types.h | 1 +
fs/bcachefs/reflink.c | 19 +-
fs/bcachefs/sysfs.c | 14 +-
fs/bcachefs/trace.c | 1 +
fs/bcachefs/trace.h | 31 +-
fs/bcachefs/xattr.c | 2 +-
30 files changed, 848 insertions(+), 517 deletions(-)
create mode 100644 fs/bcachefs/bbpos_types.h
--
2.42.0
next reply other threads:[~2023-10-24 19:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-24 19:14 Kent Overstreet [this message]
2023-10-24 19:14 ` [PATCH 1/6] bcachefs: move.c exports, refactoring Kent Overstreet
2023-10-24 19:14 ` [PATCH 2/6] bcachefs: moving_context now owns a btree_trans Kent Overstreet
2023-10-24 19:14 ` [PATCH 3/6] bcachefs: move: convert to bbpos Kent Overstreet
2023-10-24 19:14 ` [PATCH 4/6] bcachefs: move: move_stats refactoring Kent Overstreet
2023-10-24 19:14 ` [PATCH 5/6] bcachefs: bch2_inum_opts_get() Kent Overstreet
2023-10-24 19:14 ` [PATCH 6/6] bcachefs: rebalance_work Kent Overstreet
2023-11-01 17:02 ` Nathan Chancellor
2023-11-01 17:07 ` Nathan Chancellor
2023-11-02 1:11 ` Kent Overstreet
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=20231024191414.2157874-1-kent.overstreet@linux.dev \
--to=kent.overstreet@linux.dev \
--cc=linux-bcachefs@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