All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Le Moal <Damien.LeMoal@wdc.com>
To: "fio@vger.kernel.org" <fio@vger.kernel.org>,
	Jens Axboe <axboe@kernel.dk>
Subject: Re: [PATCH v2 0/7] Assorted bug fixes and improvements
Date: Fri, 15 May 2020 04:43:16 +0000	[thread overview]
Message-ID: <BY5PR04MB69006C6CD35B078945FEBBF6E7BD0@BY5PR04MB6900.namprd04.prod.outlook.com> (raw)
In-Reply-To: 20200508075645.543890-1-damien.lemoal@wdc.com

On 2020/05/08 16:56, Damien Le Moal wrote:
> The first 3 patches of this series fix bugs with write_iolog option
> initialization (crash on initialization failure) and with zonemode=zbd
> (one possible deadlock for read workloads and an assert trigerring with
> verify option enabled).
> 
> The following 4 patches are cleanups and improvements of zbd_xxx()
> functions to reduce unnecessary overhead when zonemode=zbd is not used.
> 
> Comments are welcome !
> 
> * Changes from v1:
>   - Dropped the patches introducing file and thread zbd function
>     pointers. Further reducing the overhead on fio core due to the
>     presence of zbd_xxx() functions will require major code surgery.
>     Until then, the new patches 4, 5 and 6 provide smaller improvements.
>   - Added patch 7 to improve tests execution time.
> 
> Damien Le Moal (7):
>   iolog: Fix write_iolog_close()
>   zbd: Fix potential deadlock on read operations
>   zbd: Fix read with verify
>   zbd: Optimize zbd_file_reset()
>   zbd: Rename zbd_init()
>   io_u: Optimize set_rw_ddir()
>   t/zbd: Use max-jobs=16 option
> 
>  filesetup.c            |  4 ++--
>  io_u.c                 |  3 ++-
>  iolog.c                |  3 +++
>  t/zbd/test-zbd-support |  4 ++--
>  zbd.c                  | 22 +++++++++-------------
>  zbd.h                  |  8 +++++++-
>  6 files changed, 25 insertions(+), 19 deletions(-)
> 

Jens,

Any comment on this series ?

-- 
Damien Le Moal
Western Digital Research


  parent reply	other threads:[~2020-05-15  4:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08  7:56 [PATCH v2 0/7] Assorted bug fixes and improvements Damien Le Moal
2020-05-08  7:56 ` [PATCH v2 1/7] iolog: Fix write_iolog_close() Damien Le Moal
2020-05-08  7:56 ` [PATCH v2 2/7] zbd: Fix potential deadlock on read operations Damien Le Moal
2020-05-08  7:56 ` [PATCH v2 3/7] zbd: Fix read with verify Damien Le Moal
2020-05-08  7:56 ` [PATCH v2 4/7] zbd: Optimize zbd_file_reset() Damien Le Moal
2020-05-08  7:56 ` [PATCH v2 5/7] zbd: Rename zbd_init() Damien Le Moal
2020-05-08  7:56 ` [PATCH v2 6/7] io_u: Optimize set_rw_ddir() Damien Le Moal
2020-05-08  7:56 ` [PATCH v2 7/7] t/zbd: Use max-jobs=16 option Damien Le Moal
2020-05-15  4:43 ` Damien Le Moal [this message]
2020-05-15 13:42 ` [PATCH v2 0/7] Assorted bug fixes and improvements Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BY5PR04MB69006C6CD35B078945FEBBF6E7BD0@BY5PR04MB6900.namprd04.prod.outlook.com \
    --to=damien.lemoal@wdc.com \
    --cc=axboe@kernel.dk \
    --cc=fio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.