All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/8] bdrv_flush_io_queue removal, shared LinuxAioState
@ 2016-04-07 16:33 Paolo Bonzini
  2016-04-07 16:33 ` [Qemu-devel] [PATCH v4 1/8] block: Don't disable I/O throttling on sync requests Paolo Bonzini
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Paolo Bonzini @ 2016-04-07 16:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, berto, famz, qemu-block, stefanha

Patch 1 comes from Kevin's series to do BlockBackend throttling.

Patches 2-6 are from my bdrv_drain patches.  They apply on top of Fam's
patch (which will be in 2.6) that introduces bdrv_co_drain.  Patch 4
is new in this version, compared to v3.

Patches 7-8 are new but based on Ming Lei's old submission.
I'm including them here because they apply on top of patches 2-6.

Kevin Wolf (1):
  block: Don't disable I/O throttling on sync requests

Paolo Bonzini (7):
  block: make bdrv_start_throttled_reqs return void
  block: move restarting of throttled reqs to block/throttle-groups.c
  block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from
    bdrv_drain/bdrv_co_drain
  block: introduce bdrv_no_throttling_begin/end
  block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
  linux-aio: make it more type safe
  linux-aio: share one LinuxAioState within an AioContext

 async.c                            |  23 +++++
 block.c                            |   1 -
 block/block-backend.c              |   6 +-
 block/io.c                         | 168 ++++++++++++++++++++++---------------
 block/linux-aio.c                  |  60 ++++++-------
 block/raw-posix.c                  | 133 ++++-------------------------
 block/raw-win32.c                  |   2 +-
 block/throttle-groups.c            |  18 ++++
 include/block/aio.h                |  13 +++
 include/block/block.h              |   3 +-
 include/block/block_int.h          |  14 +++-
 {block => include/block}/raw-aio.h |  15 ++--
 include/block/throttle-groups.h    |   1 +
 13 files changed, 216 insertions(+), 241 deletions(-)
 rename {block => include/block}/raw-aio.h (80%)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-05-11 13:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-07 16:33 [Qemu-devel] [PATCH v4 0/8] bdrv_flush_io_queue removal, shared LinuxAioState Paolo Bonzini
2016-04-07 16:33 ` [Qemu-devel] [PATCH v4 1/8] block: Don't disable I/O throttling on sync requests Paolo Bonzini
2016-04-07 16:33 ` [Qemu-devel] [PATCH v4 2/8] block: make bdrv_start_throttled_reqs return void Paolo Bonzini
2016-04-07 16:33 ` [Qemu-devel] [PATCH v4 3/8] block: move restarting of throttled reqs to block/throttle-groups.c Paolo Bonzini
2016-04-07 16:33 ` [Qemu-devel] [PATCH v4 4/8] block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co_drain Paolo Bonzini
2016-04-07 16:33 ` [Qemu-devel] [PATCH v4 5/8] block: introduce bdrv_no_throttling_begin/end Paolo Bonzini
2016-04-07 16:33 ` [Qemu-devel] [PATCH v4 6/8] block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end Paolo Bonzini
2016-04-07 16:33 ` [Qemu-devel] [PATCH v4 7/8] linux-aio: make it more type safe Paolo Bonzini
2016-04-07 16:33 ` [Qemu-devel] [PATCH v4 8/8] linux-aio: share one LinuxAioState within an AioContext Paolo Bonzini
2016-04-19  9:09   ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2016-05-09 16:31     ` Paolo Bonzini
2016-05-10  9:30       ` Stefan Hajnoczi
2016-05-10  9:40         ` Kevin Wolf
2016-05-10 10:32           ` Paolo Bonzini
2016-05-11 13:22             ` Stefan Hajnoczi
2016-05-11 13:18           ` Stefan Hajnoczi
2016-05-11 13:23   ` [Qemu-devel] " Stefan Hajnoczi
2016-04-19  9:10 ` [Qemu-devel] [Qemu-block] [PATCH v4 0/8] bdrv_flush_io_queue removal, shared LinuxAioState Stefan Hajnoczi
2016-04-19 15:09   ` Kevin Wolf

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.