All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] blk-mq: Minor cleanups
@ 2016-09-30 13:23 Alexander Gordeev
  2016-09-30 13:23 ` [PATCH v2 1/8] block: Get rid of unused request_queue::nr_queues member Alexander Gordeev
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Alexander Gordeev @ 2016-09-30 13:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Alexander Gordeev, linux-block

Hello,

The series is against:

  git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next

Thanks!

CC: linux-block@vger.kernel.org

Alexander Gordeev (8):
  block: Get rid of unused request_queue::nr_queues member
  blk-mq: Remove a redundant assignment
  blk-mq: Fix hardware context data node selection
  blk-mq: Cleanup a loop exit condition
  blk-mq: Cleanup blk_mq_hw_ctx::cpumask (de-)allocation
  blk-mq: Rework blk_mq_realloc_hw_ctxs()
  blk-mq: Pair blk_mq_hctx_kobj_init() with blk_mq_hctx_kobj_put()
  blk-mq: Cleanup (de-)allocation of blk_mq_hw_ctx::ctxs

 block/blk-mq-sysfs.c   |   5 ++
 block/blk-mq.c         | 129 ++++++++++++++++++++++++-------------------------
 block/blk-mq.h         |   1 +
 include/linux/blkdev.h |   1 -
 4 files changed, 68 insertions(+), 68 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2016-10-09 21:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-30 13:23 [PATCH v2 0/8] blk-mq: Minor cleanups Alexander Gordeev
2016-09-30 13:23 ` [PATCH v2 1/8] block: Get rid of unused request_queue::nr_queues member Alexander Gordeev
2016-10-05 21:37   ` Sagi Grimberg
2016-09-30 13:23 ` [PATCH v2 2/8] blk-mq: Remove a redundant assignment Alexander Gordeev
2016-10-05 21:37   ` Sagi Grimberg
2016-09-30 13:23 ` [PATCH v2 3/8] blk-mq: Fix hardware context data node selection Alexander Gordeev
2016-10-05 21:38   ` Sagi Grimberg
2016-09-30 13:23 ` [PATCH v2 4/8] blk-mq: Cleanup a loop exit condition Alexander Gordeev
2016-10-05 21:41   ` Sagi Grimberg
2016-09-30 13:23 ` [PATCH v2 5/8] blk-mq: Cleanup blk_mq_hw_ctx::cpumask (de-)allocation Alexander Gordeev
2016-10-05 21:43   ` Sagi Grimberg
2016-09-30 13:23 ` [PATCH v2 6/8] blk-mq: Rework blk_mq_realloc_hw_ctxs() Alexander Gordeev
2016-10-05 21:47   ` Sagi Grimberg
2016-10-06  8:25     ` Alexander Gordeev
2016-10-06 10:11       ` Sagi Grimberg
2016-10-09 21:30     ` [PATCH v3 " Alexander Gordeev
2016-09-30 13:23 ` [PATCH v2 7/8] blk-mq: Pair blk_mq_hctx_kobj_init() with blk_mq_hctx_kobj_put() Alexander Gordeev
2016-10-05 21:47   ` Sagi Grimberg
2016-10-09 21:31     ` [PATCH v3 " Alexander Gordeev
2016-09-30 13:23 ` [PATCH v2 8/8] blk-mq: Cleanup (de-)allocation of blk_mq_hw_ctx::ctxs Alexander Gordeev
2016-10-05 21:48   ` Sagi Grimberg

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.