]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Separate running/runnable in wp stats
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 22 Jan 2025 19:38:59 +0000 (14:38 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:11 +0000 (21:02 -0400)
commit999cc1bb6888c484fbd5dd9c8397c200772bd243
tree72c50c0d7e579e2dadb62ebf770beaac4bfba2a0
parent78c9c6f6cd25c2aabc29aa8129996031fdfeb31b
bcachefs: Separate running/runnable in wp stats

We've got per-writepoint statistics to see how well the writepoint index
update threads are pipelining; this separates running vs. runnable so we
can see at a glance if they're blocking.

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