]> www.infradead.org Git - users/willy/pagecache.git/commit
bcachefs: Improve trace_move_extent_finish
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 26 Jan 2025 01:08:26 +0000 (20:08 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 27 Jan 2025 04:02:28 +0000 (23:02 -0500)
commit5d9ccda9ba7e80893cd67905882315a4a7ab6ec1
tree99361d5f4d100a5829cef6c685371fc7b0f86d8c
parent0e458a616f680837d0ba9c3c8ba9f66993db4225
bcachefs: Improve trace_move_extent_finish

We're currently debugging issues with rebalance, where it's not making
progress as quickly as it should be (or sometimes not at all).

Add the full data_update to the move_extent_finish tracepoint, so we can
check that the replicas we wrote match what we were supposed to do.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/data_update.c