mbox series

[0/5] bcache patches for Linux v6.1

Message ID 20220919161647.81238-1-colyli@suse.de (mailing list archive)
Headers show
Series bcache patches for Linux v6.1 | expand

Message

Coly Li Sept. 19, 2022, 4:16 p.m. UTC
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(-)

Comments

Jens Axboe Sept. 19, 2022, 5:12 p.m. UTC | #1
On Tue, 20 Sep 2022 00:16:42 +0800, Coly Li wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/5] bcache: remove unnecessary flush_workqueue
      commit: 97d26ae764a43bfaf870312761a0a0f9b49b6351
[2/5] bcache: remove unused bch_mark_cache_readahead function def in stats.h
      commit: d86b4e6dc88826f2b5cfa90c4ebbccb19a88bc39
[3/5] bcache: bset: Fix comment typos
      commit: 11e529ccea33f24af6b54fe10bb3be9c1c48eddb
[4/5] bcache:: fix repeated words in comments
      commit: 6dd3be6923eec2c49860e7292e4e2783c74a9dff
[5/5] bcache: fix set_at_max_writeback_rate() for multiple attached devices
      commit: d2d05b88035d2d51a5bb6c5afec88a0880c73df4

Best regards,