This is on top of Darricks iomap patches and allows to flush fuse-io-uring bg requests. We actually see busy mount points in some xfstests and these patches seem to solve that. https://lore.kernel.org/r/175279449501.710975.16858401145201411486.stgit@frogsfrogsfrogs Signed-off-by: Bernd Schubert <bschubert@xxxxxxx> --- Bernd Schubert (2): fuse: Refactor io-uring bg queue flush and queue abort fuse: Flush the io-uring bg queue from fuse_uring_flush_bg fs/fuse/dev.c | 2 ++ fs/fuse/dev_uring.c | 17 ++++++++++------- fs/fuse/dev_uring_i.h | 8 ++++++-- 3 files changed, 18 insertions(+), 9 deletions(-) --- base-commit: 5ef3da3900942680e3cded352be2dede505e2c26 change-id: 20250723-bg-flush-fa830835772e Best regards, -- Bernd Schubert <bschubert@xxxxxxx>