[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 3/3] Add linux aio implementation for raw block devi
From: |
Ryan Harper |
Subject: |
[Qemu-devel] [PATCH 3/3] Add linux aio implementation for raw block devices |
Date: |
Mon, 22 Sep 2008 20:22:24 -0500 |
User-agent: |
Mutt/1.5.6+20040907i |
* Ryan Harper <address@hidden> [2008-09-22 18:18]:
> This patch adds a linux aio raw block driver implementation. If a raw block
> device is opened with cached=off (O_DIRECT) then we can utilize linux aio to
> submit io to/from the block device. Utilizing linux aio allows for multiple
> outstanding requests to be in flight against the io device potentially
> providing
> higher IO throughput. This implementation uses eventfd for event completion
> notification.
Hrm, git-send-email didn't seem to set the right subject for this email.
This is [PATCH 3/3], the linux aio implementation.
--
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253 T/L: 678-9253
address@hidden
- [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, (continued)
- [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, Ryan Harper, 2008/09/22
- [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, Anthony Liguori, 2008/09/22
- Re: [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, Ryan Harper, 2008/09/23
- Re: [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, Anthony Liguori, 2008/09/23
- Re: [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, Gerd Hoffmann, 2008/09/23
- Re: [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, Anthony Liguori, 2008/09/23
- Re: [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, Gerd Hoffmann, 2008/09/23
- Re: [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, Anthony Liguori, 2008/09/23
- [Qemu-devel] Re: [PATCH 2/3] Move aio implementation out of raw block driver, Marcelo Tosatti, 2008/09/24
[Qemu-devel] [PATCH 2/3] Move aio implementation out of raw block driver, Ryan Harper, 2008/09/22
- [Qemu-devel] [PATCH 3/3] Add linux aio implementation for raw block devices,
Ryan Harper <=
[Qemu-devel] Re: [PATCH 0/3] Refactor AIO to allow multiple AIO implementations, Anthony Liguori, 2008/09/22
Re: [Qemu-devel] [PATCH 0/3] Refactor AIO to allow multiple AIO implementations, Jamie Lokier, 2008/09/23