mbox series

[0/4] Reduce the amount of memory required for request queues

Message ID 20191021224259.209542-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Reduce the amount of memory required for request queues | expand

Message

Bart Van Assche Oct. 21, 2019, 10:42 p.m. UTC
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(-)