From: dongmao zhang <dmzhang@suse.com>
To: dm-devel@redhat.com
Subject: [PATCH 0/1] patches to improve cluster raid1 performance [V3]
Date: Mon, 28 Oct 2013 18:07:02 +0800 [thread overview]
Message-ID: <cover.1382949020.git.dmzhang@suse.com> (raw)
In-Reply-To: <yes>
use DM_INTEGRATED_FLUSH to indicate the new option of flush request.
when using DM_INTEGRATED_FLUSH, the payload of flush request is the
same as mark region request.
'X' means we have this kind of request, while '0' means none.
mark request : X X 0
clear request: X 0 X
flush method: payload_flush payload_flush delayed flush
dongmao zhang (1):
improve the performance of dm-log-userspace
drivers/md/dm-log-userspace-base.c | 133 +++++++++++++++++++++++++++++----
include/uapi/linux/dm-log-userspace.h | 6 +-
2 files changed, 121 insertions(+), 18 deletions(-)
--
1.7.3.4
next prev parent reply other threads:[~2013-10-28 10:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <yes>
2013-09-10 9:25 ` [PATCH 0/1] ideas to improve the write performance of cluster dm-raid1 dongmao zhang
2013-09-10 9:25 ` [PATCH 1/1] improve the performance of dm-log-userspace dongmao zhang
2013-10-28 10:07 ` dongmao zhang [this message]
2013-10-28 10:07 ` dongmao zhang
2013-10-30 1:35 ` Brassow Jonathan
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=cover.1382949020.git.dmzhang@suse.com \
--to=dmzhang@suse.com \
--cc=dm-devel@redhat.com \
/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).