Hi Jens, This is the patches for Linux v5.5. The patches have been testing for a while during my current development, they are ready to be merged. There are still other patches under testing, I will submit to you in later runs if I feel they are solid enough in my testing. Thanks for taking care of this. Coly Li --- Andrea Righi (1): bcache: fix deadlock in bcache_allocator Coly Li (8): bcache: fix fifo index swapping condition in journal_pin_cmp() bcache: fix static checker warning in bcache_device_free() bcache: add more accurate error messages in read_super() bcache: deleted code comments for dead code in bch_data_insert_keys() bcache: add code comment bch_keylist_pop() and bch_keylist_pop_front() bcache: add code comments in bch_btree_leaf_dirty() bcache: add idle_max_writeback_rate sysfs interface bcache: at least try to shrink 1 node in bch_mca_scan() Guoju Fang (1): bcache: fix a lost wake-up problem caused by mca_cannibalize_lock drivers/md/bcache/alloc.c | 5 +++- drivers/md/bcache/bcache.h | 4 +++- drivers/md/bcache/bset.c | 2 ++ drivers/md/bcache/btree.c | 45 ++++++++++++++++++++++++++++++---- drivers/md/bcache/journal.h | 4 ---- drivers/md/bcache/request.c | 12 ---------- drivers/md/bcache/super.c | 56 +++++++++++++++++++++++++++++++------------ drivers/md/bcache/sysfs.c | 7 ++++++ drivers/md/bcache/writeback.c | 4 ++++ 9 files changed, 102 insertions(+), 37 deletions(-) -- 2.16.4