linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zheng Liu <gnehzuil.liu@gmail.com>
To: Allison Henderson <achender@linux.vnet.ibm.com>
Cc: linux-ext4 <linux-ext4@vger.kernel.org>
Subject: Extent tree status asking
Date: Tue, 17 Apr 2012 01:55:34 +0800	[thread overview]
Message-ID: <20120416175534.GA5533@gmail.com> (raw)

Hi Allison,

Currently I am trying to reduce the lock contention of direct I/O in ext4
because it is a bottleneck.  A trivial idea is that a new fucntion is
defined to replace the generic_file_aio_write, which do some write
operations with acquiring i_data_sem lock in inode.

I know that you are trying to implement extent tree, and I have seen your patch
set '[PATCH] Rename delayed extents to status extents'.  After extent tree is
made, the implementation of direct I/O without i_mutex and range lock is
straightforward and it is better than my trivial idea.  I think that
maybe I can borrow you works.  So could you please share me your schedule
and/or other information?

Last month on ext4 workshop, we discuss the extent tree, range lock and I/O
tree.  Obviously, I/O tree is used to store I/O operations, which can track
delay allocation, do unwritten->written conversion and implement range lock.
It is very useful for ext4 and I am interested in this proposal.  I know that
you have begun to do some works.  So would you like to tell me the status of
extent tree?  I don't know whether or not there has some things that I can be
involved.  If you have some advices or there is something that I can help,
please let me know.  Thank you and looking forward your reply.

Regards,
Zheng

             reply	other threads:[~2012-04-16 17:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-16 17:55 Zheng Liu [this message]
2012-04-18  6:19 ` Extent tree status asking Allison Henderson
2012-04-19  9:38   ` Zheng Liu
2012-04-21  0:12     ` Allison Henderson

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=20120416175534.GA5533@gmail.com \
    --to=gnehzuil.liu@gmail.com \
    --cc=achender@linux.vnet.ibm.com \
    --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 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).