stgt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
To: mitake.hitoshi@lab.ntt.co.jp
Cc: stgt@vger.kernel.org, mitake.hitoshi@gmail.com
Subject: Re: [PATCH] sheepdog: fine grained locking in write path
Date: Tue, 21 Apr 2015 18:47:53 +0900 (JST)	[thread overview]
Message-ID: <20150421.184753.1568838937885752472.fujita.tomonori@lab.ntt.co.jp> (raw)
In-Reply-To: <1429608833-11636-1-git-send-email-mitake.hitoshi@lab.ntt.co.jp>

On Tue, 21 Apr 2015 18:33:53 +0900
Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> wrote:

> Current sheepdog driver has a big write lock section. It harms write
> performance significantly. This patch removes a needless big write
> lock section with checking submitted requests can cause COW or
> not. The write performance can be improved significantly.
> 
> In a case of 4k rand write by fio:
>  - before: 1144 IOPS
>  - after:  19074 IOPS
> 
> Signed-off-by: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
> ---
>  usr/bs_sheepdog.c | 14 +++++++++++++-
>  1 file changed, 13 insertions(+), 1 deletion(-)

Applied, thanks.

      reply	other threads:[~2015-04-21  9:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-21  9:33 [PATCH] sheepdog: fine grained locking in write path Hitoshi Mitake
2015-04-21  9:47 ` FUJITA Tomonori [this message]

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=20150421.184753.1568838937885752472.fujita.tomonori@lab.ntt.co.jp \
    --to=fujita.tomonori@lab.ntt.co.jp \
    --cc=mitake.hitoshi@gmail.com \
    --cc=mitake.hitoshi@lab.ntt.co.jp \
    --cc=stgt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).