Hi Jens, This is the 1st wave bcache patches for Linux v6.1. The patch from me fixes a calculation mistake reported by Mingzhe Zou, now the idle time to wait before setting maximum writeback rate can be increased when more backing devices attached. And we also have other code cleanup patches from Jilin Yuan, Jules Maselbas, Lei Li and Lin Feng. Please take them and thanks in advance. Coly Li --- Coly Li (1): bcache: fix set_at_max_writeback_rate() for multiple attached devices Jilin Yuan (1): bcache:: fix repeated words in comments Jules Maselbas (1): bcache: bset: Fix comment typos Li Lei (1): bcache: remove unnecessary flush_workqueue Lin Feng (1): bcache: remove unused bch_mark_cache_readahead function def in stats.h drivers/md/bcache/bcache.h | 2 +- drivers/md/bcache/bset.c | 2 +- drivers/md/bcache/stats.h | 1 - drivers/md/bcache/writeback.c | 78 ++++++++++++++++++++++++----------- 4 files changed, 56 insertions(+), 27 deletions(-) -- 2.35.3