mbox series

[v2,0/2] Fixes for zone write plugging

Message ID 20240420075811.1276893-1-dlemoal@kernel.org (mailing list archive)
Headers show
Series Fixes for zone write plugging | expand

Message

Damien Le Moal April 20, 2024, 7:58 a.m. UTC
(Apologies for the churn. I sent the wrong patch 2...)

Jens,

A couple of fix patches for zone write plugging. The second fix
addresses something that is in fact likely to happen in production with
large servers with lots of SMR drives.

Changes from v1:
 - Fix patch 2 to create the workqueue with max active set to zone plug
   pool size.

Damien Le Moal (2):
  block: prevent freeing a zone write plug too early
  block: use a per disk workqueue for zone write plugging

 block/blk-zoned.c      | 34 ++++++++++++++++++++++++++--------
 include/linux/blkdev.h |  1 +
 2 files changed, 27 insertions(+), 8 deletions(-)

Comments

Jens Axboe April 23, 2024, 3:46 p.m. UTC | #1
On Sat, 20 Apr 2024 16:58:09 +0900, Damien Le Moal wrote:
> (Apologies for the churn. I sent the wrong patch 2...)
> 
> Jens,
> 
> A couple of fix patches for zone write plugging. The second fix
> addresses something that is in fact likely to happen in production with
> large servers with lots of SMR drives.
> 
> [...]

Applied, thanks!

[2/2] block: use a per disk workqueue for zone write plugging
      commit: a8f59e5a5deaf3e99a8b7252e96cee9af67858a9

Best regards,