linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Rename delayed extents to status extents
@ 2012-03-10  4:41 Allison Henderson
  2012-03-10  4:41 ` [PATCH 1/6] Rename de patch1 from de to se scheme Allison Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Allison Henderson @ 2012-03-10  4:41 UTC (permalink / raw)
  To: linux-ext4, xiaoqiangnk; +Cc: Allison Henderson

This set is based on Yongqiang's 
"[PATCH V3 0/6] ext4: add delayed extent tree for ext4".  
This patch set renames the changes introduced by the delayed
extent set to follow a "status extent" naming scheme.  This
set does not yet introduce any functional changes other than renaming.
The purpose of the rename it to prepare the set for supporting
allocated extents as well as delayed extents.  Then once we have
it tracking allocated extents, we can implement extent locks.
Merging the solutions will eliminate the need to maintain yet
another tree, sense both solutions are an rbtree of extents.

Sense delayed extents have not yet been merged, the plan is
to merge this set with the existing delayed extent set, and
the new "status extent" set will be the foundation for extent
locks.

Yongqiang, if this all looks good to you, I will merge
our sets and include it as part of the extent lock set,
once I get the rest of it finished up.  Thx!

Allison Henderson (6):
  Rename de patch1 from de to se scheme
  Rename de patch2 from de to se scheme
  Rename de patch3 from de to se scheme
  Rename de patch4 from de to se scheme
  Rename de patch5 from de to se scheme
  Rename de patch6 from de to se scheme

 fs/ext4/Makefile          |    2 +-
 fs/ext4/delayed_extents.c |  415 --------------------------------------------
 fs/ext4/delayed_extents.h |   40 -----
 fs/ext4/ext4.h            |    4 +-
 fs/ext4/extents.c         |   24 ++--
 fs/ext4/indirect.c        |    2 +-
 fs/ext4/inode.c           |    4 +-
 fs/ext4/status_extents.c  |  417 +++++++++++++++++++++++++++++++++++++++++++++
 fs/ext4/status_extents.h  |   40 +++++
 fs/ext4/super.c           |    8 +-
 10 files changed, 479 insertions(+), 477 deletions(-)
 delete mode 100644 fs/ext4/delayed_extents.c
 delete mode 100644 fs/ext4/delayed_extents.h
 create mode 100644 fs/ext4/status_extents.c
 create mode 100644 fs/ext4/status_extents.h


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-03-10  4:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-10  4:41 [PATCH 0/6] Rename delayed extents to status extents Allison Henderson
2012-03-10  4:41 ` [PATCH 1/6] Rename de patch1 from de to se scheme Allison Henderson
2012-03-10  4:41 ` [PATCH 2/6] Rename de patch2 " Allison Henderson
2012-03-10  4:41 ` [PATCH 3/6] Rename de patch3 " Allison Henderson
2012-03-10  4:41 ` [PATCH 4/6] Rename de patch4 " Allison Henderson
2012-03-10  4:41 ` [PATCH 5/6] Rename de patch5 " Allison Henderson
2012-03-10  4:41 ` [PATCH 6/6] Rename de patch6 " Allison Henderson

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).