From: Ashijeet Acharya <ashijeetacharya@gmail.com>
To: famz@redhat.com
Cc: kwolf@redhat.com, jsnow@redhat.com, mreitz@redhat.com,
qemu-devel@nongnu.org, qemu-block@nongnu.org,
Ashijeet Acharya <ashijeetacharya@gmail.com>
Subject: [Qemu-devel] [PATCH 0/2] Allocate mutiple clusters for VMDK I/O
Date: Sat, 11 Mar 2017 17:24:03 +0530 [thread overview]
Message-ID: <1489233245-27057-1-git-send-email-ashijeetacharya@gmail.com> (raw)
This series optimizes the I/O performance of VMDK driver.
Patch 1 makes the VMDK driver to allocate multiple clusters at once. Earlier
it used to allocate cluster by cluster which slowed down its performance to a
great extent.
Patch 2 changes the metadata update code to update the L2 tables for multiple
clusters at once.
Note: These changes pass all 41/41 tests suitable for VMDK driver.
Ashijeet Acharya (2):
vmdk: Optimize I/O by allocating multiple clusters
vmdk: Update metadata for multiple clusters
block/vmdk.c | 596 ++++++++++++++++++++++++++++++++++++++++++++---------------
1 file changed, 444 insertions(+), 152 deletions(-)
--
2.6.2
next reply other threads:[~2017-03-11 11:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-11 11:54 Ashijeet Acharya [this message]
2017-03-11 11:54 ` [Qemu-devel] [PATCH 1/2] vmdk: Optimize I/O by allocating multiple clusters Ashijeet Acharya
2017-03-23 19:10 ` Kevin Wolf
2017-03-23 19:18 ` Ashijeet Acharya
2017-03-11 11:54 ` [Qemu-devel] [PATCH 2/2] vmdk: Update metadata for " Ashijeet Acharya
2017-03-21 7:51 ` [Qemu-devel] [PATCH 0/2] Allocate mutiple clusters for VMDK I/O Stefan Hajnoczi
2017-03-21 9:14 ` Ashijeet Acharya
2017-03-23 15:09 ` Stefan Hajnoczi
2017-03-23 16:22 ` Ashijeet Acharya
2017-03-24 15:24 ` Stefan Hajnoczi
2017-03-24 15:37 ` Ashijeet Acharya
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489233245-27057-1-git-send-email-ashijeetacharya@gmail.com \
--to=ashijeetacharya@gmail.com \
--cc=famz@redhat.com \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).