From: Omar Sandoval <osandov@osandov.com>
To: linux-block@vger.kernel.org
Cc: Jens Axboe <axboe@fb.com>, kernel-team@fb.com
Subject: [PATCH 0/2] block: inflight counter fixes
Date: Thu, 26 Apr 2018 00:21:57 -0700 [thread overview]
Message-ID: <cover.1524727168.git.osandov@fb.com> (raw)
From: Omar Sandoval <osandov@fb.com>
Hi, Jens,
I added a blktest (block/017) for the inflight counter after you
mentioned that we should have one and it easily found a bug :) Patch 2
fixes the bug found by the test, and patch 1 fixes another bug I
noticed. Based on Linus' master.
Thanks!
Omar Sandoval (2):
blk-mq: count allocated but not started requests in iostats inflight
blk-mq: fix sysfs inflight counter
block/blk-mq.c | 40 +++++++++++++++++++++++++++------------
block/blk-mq.h | 4 +++-
block/genhd.c | 12 ++++++++++++
block/partition-generic.c | 10 ++++++----
include/linux/genhd.h | 4 +++-
5 files changed, 52 insertions(+), 18 deletions(-)
--
2.17.0
next reply other threads:[~2018-04-26 7:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-26 7:21 Omar Sandoval [this message]
2018-04-26 7:21 ` [PATCH 1/2] blk-mq: count allocated but not started requests in iostats inflight Omar Sandoval
2018-04-26 7:21 ` [PATCH 2/2] blk-mq: fix sysfs inflight counter Omar Sandoval
2018-04-26 14:55 ` [PATCH 0/2] block: inflight counter fixes 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=cover.1524727168.git.osandov@fb.com \
--to=osandov@osandov.com \
--cc=axboe@fb.com \
--cc=kernel-team@fb.com \
--cc=linux-block@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.