All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/2] block/loop: improve performance
@ 2017-09-01  5:09 Shaohua Li
  2017-09-01  5:09 ` [PATCH V3 1/2] block/loop: set hw_sectors Shaohua Li
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shaohua Li @ 2017-09-01  5:09 UTC (permalink / raw)
  To: linux-block; +Cc: kernel-team, axboe, Shaohua Li

From: Shaohua Li <shli@fb.com>

two small patches to improve performance for loop in directio mode. The goal is
to increase IO size sending to underlayer disks.

Thanks,
Shaohua

V2 -> V3:
- Use GFP_NOIO pointed out by Ming
- Rebase to latest for-next branch

Shaohua Li (2):
  block/loop: set hw_sectors
  block/loop: allow request merge for directio mode

 drivers/block/loop.c | 67 ++++++++++++++++++++++++++++++++++++++++------------
 drivers/block/loop.h |  1 +
 2 files changed, 53 insertions(+), 15 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2017-09-01 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-01  5:09 [PATCH V3 0/2] block/loop: improve performance Shaohua Li
2017-09-01  5:09 ` [PATCH V3 1/2] block/loop: set hw_sectors Shaohua Li
2017-09-01  5:09 ` [PATCH V3 2/2] block/loop: allow request merge for directio mode Shaohua Li
2017-09-01 14:44 ` [PATCH V3 0/2] block/loop: improve performance Jens Axboe

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.