From: majianpeng <majianpeng@gmail.com>
To: Neil Brown <neilb@suse.de>, viro <viro@ZenIV.linux.org.uk>
Cc: linux-raid <linux-raid@vger.kernel.org>,
linux-fsdevel <linux-fsdevel@vger.kernel.org>
Subject: [PATCH 0/2] Improve odirect-write performance for block-device.
Date: Mon, 16 Jul 2012 09:29:48 +0800 [thread overview]
Message-ID: <201207160929453906032@gmail.com> (raw)
Create a raid5 using four disk and the chunksize is 512K.
Test command is: dd if=/dev/zero of=/dev/md0 bs=1536K count=90000 oflag=direct
In RHEL6(kernel 2.6.32):speed about 240MB/s
In 3.5.0-rc5:speed about 77MB/S
Add two patch in 3.5.0-rc5, speed about 200MB/S.
So the performance of odirect-wrirte for block-deivce was obvious reduced.
PATCH 1/2: Add blk_plug function for odirect-write block-device
PATCH 2/2: Remove REQ_SYNC for odirect-write in raid456.
PATCH 2/2 maybe not correct because it alse for odirect-write for regular file.
Jianpeng Ma (2):
fs/block-dev.c:fix performance regression in O_DIRECT writes to
md block devices.
raid5: For write performance, remove REQ_SYNC when write was odirect.
drivers/md/raid5.c | 3 +++
fs/block_dev.c | 7 ++++++-
2 files changed, 9 insertions(+), 1 deletions(-)
--
1.7.5.4
next reply other threads:[~2012-07-16 1:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-16 1:29 majianpeng [this message]
2012-07-16 3:29 ` [PATCH 0/2] Improve odirect-write performance for block-device Shaohua Li
2012-07-16 5:43 ` majianpeng
2012-07-16 13:21 ` Shaohua Li
2012-07-17 1:13 ` majianpeng
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=201207160929453906032@gmail.com \
--to=majianpeng@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=neilb@suse.de \
--cc=viro@ZenIV.linux.org.uk \
/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 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.