From: Ted Ts'o <tytso@mit.edu>
To: linux-ext4@vger.kernel.org
Cc: akpm@linux-foundation.org
Subject: Re: [PATCH -v2 0/6] ext4: use the bio layer directly
Date: Sat, 23 Oct 2010 19:03:39 -0400 [thread overview]
Message-ID: <20101023230338.GD24650@thunk.org> (raw)
In-Reply-To: <1287866420-23762-1-git-send-email-tytso@mit.edu>
On Sat, Oct 23, 2010 at 04:40:14PM -0400, Theodore Ts'o wrote:
> This set of patches passes xfstests for both 1k and 4k block sizes. For
> streaming I/O writes, it reduces the number of block I/O queue
> submissions by a factor of 1024 in the ideal case. (i.e., instead of
> submitting 4k requests at a time, we can now submit up to 512k writes at
> a time, a 128 factor of improvement.)
Sigh, this paragraph isn't quite right. Let me reword:
This set of patches passes xfstests for both 1k and 4k block sizes. For
streaming I/O writes, it reduces the number of block I/O queue
submissions by a factor of 128 in the ideal case. (i.e., instead of
submitting 4k requests at a time, we can now submit up to 512k writes at
a time.)
- Ted
next prev parent reply other threads:[~2010-10-23 23:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-23 20:40 [PATCH -v2 0/6] ext4: use the bio layer directly Theodore Ts'o
2010-10-23 20:40 ` [PATCH -v2 1/6] ext4: call mpage_da_submit_io() from mpage_da_map_blocks() Theodore Ts'o
2010-10-23 20:40 ` [PATCH -v2 2/6] ext4: simplify ext4_writepage() Theodore Ts'o
2010-10-23 20:40 ` [PATCH -v2 3/6] ext4: inline ext4_writepage() into mpage_da_submit_io() Theodore Ts'o
2010-10-23 20:40 ` [PATCH -v2 4/6] ext4: inline walk_page_buffers() into mpage_da_submit_io Theodore Ts'o
2010-10-23 20:40 ` [PATCH -v2 5/6] ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io() Theodore Ts'o
2010-10-23 20:40 ` [PATCH -v2 6/6] ext4: use bio layer instead of buffer layer in mpage_da_submit_io Theodore Ts'o
2010-10-25 5:16 ` Dmitry
2010-10-25 12:33 ` Ted Ts'o
2010-10-25 13:05 ` Dmitry
2010-10-23 23:03 ` Ted Ts'o [this message]
2010-10-30 19:10 ` [PATCH -v2 0/6] ext4: use the bio layer directly Eric Whitney
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=20101023230338.GD24650@thunk.org \
--to=tytso@mit.edu \
--cc=akpm@linux-foundation.org \
--cc=linux-ext4@vger.kernel.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 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.