All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yongqiang Yang <xiaoqiangnk@gmail.com>
To: tytso@mit.edu
Cc: linux-ext4@vger.kernel.org
Subject: [PATCH V3 0/6] ext4: add delayed extent tree for ext4
Date: Mon, 31 Oct 2011 08:55:41 +0800	[thread overview]
Message-ID: <1320022547-2284-1-git-send-email-xiaoqiangnk@gmail.com> (raw)

Hi,
  This patch series add delayed extent tree support for ext4.  More
documentation please refer to fs/ext4/delayed_extents.c which is in
the 2nd patch.

  V2->V3:
        reimplement find_delay_alloc_range on delayed extent tree(PATCH 6).

  V1->V2:
        change list to rb tree.
git diff --stat

 fs/ext4/Makefile          |    2 +-
 fs/ext4/delayed_extents.c |  415 +++++++++++++++++++++++++++++++++++++++++++++
 fs/ext4/delayed_extents.h |   40 +++++
 fs/ext4/ext4.h            |    9 +-
 fs/ext4/ext4_extents.h    |    3 +-
 fs/ext4/extents.c         |  297 ++++----------------------------
 fs/ext4/indirect.c        |    3 +
 fs/ext4/inode.c           |   83 +++------
 fs/ext4/super.c           |   13 ++-
 9 files changed, 543 insertions(+), 322 deletions(-)

[PATCH V3 1/6] ext4: add two structures supporting delayed extent
[PATCH V3 2/6] ext4: add operations on delayed extent tree
[PATCH V3 3/6] ext4: initialize delayed extent tree
[PATCH V3 4/6] ext4: let ext4 maintian delayed extent trees
[PATCH V3 5/6] ext4: reimplement fiemap on delayed extent tree
[PATCH V3 6/6] ext4: reimplement ext4_find_delay_alloc_range on

             reply	other threads:[~2011-10-31  2:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-31  0:55 Yongqiang Yang [this message]
2011-10-31  0:55 ` [PATCH V3 1/6] ext4: add two structures supporting delayed extent tree Yongqiang Yang
2011-10-31  0:55 ` [PATCH V3 2/6] ext4: add operations on " Yongqiang Yang
2011-10-31  0:55 ` [PATCH V3 3/6] ext4: initialize " Yongqiang Yang
2011-10-31  0:55 ` [PATCH V3 4/6] ext4: let ext4 maintian delayed extent trees Yongqiang Yang
2011-10-31  0:55 ` [PATCH V3 5/6] ext4: reimplement fiemap on delayed extent tree Yongqiang Yang
2011-10-31  0:55 ` [PATCH V3 6/6] ext4: reimplement ext4_find_delay_alloc_range " Yongqiang Yang

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=1320022547-2284-1-git-send-email-xiaoqiangnk@gmail.com \
    --to=xiaoqiangnk@gmail.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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.