linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Reduce the amount of memory required for request queues
@ 2019-10-21 22:42 Bart Van Assche
  2019-10-21 22:42 ` [PATCH 1/4] block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues() Bart Van Assche
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bart Van Assche @ 2019-10-21 22:42 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Christoph Hellwig, Bart Van Assche

Hi Jens,

This patch series reduces the amount of memory required for request queues
and also includes two patches that are the result of reviewing code related
to the modified code. Please consider these patches for kernel version v5.5.

Thanks,

Bart.

Bart Van Assche (4):
  block: Remove the synchronize_rcu() call from
    __blk_mq_update_nr_hw_queues()
  block: Fix a race between blk_poll() and blk_mq_update_nr_hw_queues()
  block: Reduce the amount of memory required per request queue
  block: Reduce the amount of memory used for tag sets

 block/blk-mq.c | 113 +++++++++++++++++++++++++++++++------------------
 1 file changed, 72 insertions(+), 41 deletions(-)

-- 
2.23.0.866.gb869b98d4c-goog


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

end of thread, other threads:[~2019-10-24  0:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 22:42 [PATCH 0/4] Reduce the amount of memory required for request queues Bart Van Assche
2019-10-21 22:42 ` [PATCH 1/4] block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues() Bart Van Assche
2019-10-22  9:32   ` Ming Lei
2019-10-21 22:42 ` [PATCH 2/4] block: Fix a race between blk_poll() and blk_mq_update_nr_hw_queues() Bart Van Assche
2019-10-22  9:41   ` Ming Lei
2019-10-23 20:58     ` Bart Van Assche
2019-10-24  0:33       ` Ming Lei
2019-10-21 22:42 ` [PATCH 3/4] block: Reduce the amount of memory required per request queue Bart Van Assche
2019-10-21 22:42 ` [PATCH 4/4] block: Reduce the amount of memory used for tag sets Bart Van Assche

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 NNTP newsgroup(s).