Linux Device Mapper development
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org, dm-devel@redhat.com,
	Mikulas Patocka <mpatocka@redhat.com>
Subject: [PATCH v3 0/7] per-cpu in_flight counters for bio-based drivers
Date: Wed,  5 Dec 2018 15:24:26 -0500	[thread overview]
Message-ID: <20181205202433.95823-1-snitzer@redhat.com> (raw)

Hi,

This v3 adds "block: stop passing 'cpu' to all percpu stats methods"
before switching over to percpu counters.

Thanks,
Mike

Mike Snitzer (2):
  dm rq: leverage blk_mq_queue_busy() to check for outstanding IO
  block: stop passing 'cpu' to all percpu stats methods

Mikulas Patocka (5):
  dm: dont rewrite dm_disk(md)->part0.in_flight
  block: delete part_round_stats and switch to less precise counting
  block: switch to per-cpu in-flight counters
  block: return just one value from part_in_flight
  dm: remove the pending IO accounting

 block/bio.c               | 36 ++++++++++++++----
 block/blk-core.c          | 80 ++++++---------------------------------
 block/blk-merge.c         |  4 +-
 block/blk-mq.c            | 12 +++---
 block/blk-mq.h            |  3 +-
 block/genhd.c             | 61 ++++++++++++++++++-----------
 block/partition-generic.c | 10 ++---
 drivers/md/dm-core.h      |  2 -
 drivers/md/dm-rq.c        |  9 ++---
 drivers/md/dm.c           | 36 ++++++++----------
 drivers/md/md.c           |  7 ++--
 include/linux/genhd.h     | 33 ++++++++--------
 12 files changed, 125 insertions(+), 168 deletions(-)

-- 
2.18.0

             reply	other threads:[~2018-12-05 20:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05 20:24 Mike Snitzer [this message]
2018-12-05 20:24 ` [PATCH v3 1/7] dm: dont rewrite dm_disk(md)->part0.in_flight Mike Snitzer
2018-12-05 20:24 ` [PATCH v3 2/7] dm rq: leverage blk_mq_queue_busy() to check for outstanding IO Mike Snitzer
2018-12-05 20:24 ` [PATCH v3 3/7] block: stop passing 'cpu' to all percpu stats methods Mike Snitzer
2018-12-05 20:24 ` [PATCH v3 4/7] block: delete part_round_stats and switch to less precise counting Mike Snitzer
2018-12-05 20:24 ` [PATCH v3 5/7] block: switch to per-cpu in-flight counters Mike Snitzer
2018-12-05 20:24 ` [PATCH v3 6/7] block: return just one value from part_in_flight Mike Snitzer
2018-12-05 20:24 ` [PATCH v3 7/7] dm: remove the pending IO accounting Mike Snitzer
2018-12-06  2:43 ` [PATCH v3 0/7] per-cpu in_flight counters for bio-based drivers 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=20181205202433.95823-1-snitzer@redhat.com \
    --to=snitzer@redhat.com \
    --cc=axboe@kernel.dk \
    --cc=dm-devel@redhat.com \
    --cc=linux-block@vger.kernel.org \
    --cc=mpatocka@redhat.com \
    /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