All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC V2] ext4: implementation of delayed extent tree
@ 2011-09-29  5:08 Yongqiang Yang
  2011-09-29  5:08 ` [RFC PATCH V2 1/6] ext4: add two structures supporting " Yongqiang Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Yongqiang Yang @ 2011-09-29  5:08 UTC (permalink / raw)
  To: linux-ext4; +Cc: jack, jeff.liu, achender, adityakali

Hi all.

   This patch series implements delayed extent tree for ext4.

   Compared with previous patches, delayed extents are managed by
RB tree instead.

   For more infomation, please refer to the 3rd patch, the introduction
is put in fs/ext4/delayed_extents.c.

   Feedbacks are welcome.

Yongqiang.

[RFC PATCH V2 1/6] ext4: add two structures supporting delayed
[RFC PATCH V2 2/6] ext4: add a delayed extents tree in inode info
[RFC PATCH V2 3/6] ext4: add operations on delayed extent tree
[RFC PATCH V2 4/6] ext4: initialize delayed extent tree
[RFC PATCH V2 5/6] ext4: let ext4 maintian delayed extent trees
[RFC PATCH V2 6/6] ext4: reimplement fiemap on delayed extent tree


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

end of thread, other threads:[~2011-10-03 16:00 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-29  5:08 [RFC V2] ext4: implementation of delayed extent tree Yongqiang Yang
2011-09-29  5:08 ` [RFC PATCH V2 1/6] ext4: add two structures supporting " Yongqiang Yang
2011-09-29  5:08 ` [RFC PATCH V2 2/6] ext4: add a delayed extents tree in inode info Yongqiang Yang
2011-09-29  6:56   ` Tao Ma
2011-09-29  7:09     ` Yongqiang Yang
2011-09-29  5:08 ` [RFC PATCH V2 3/6] ext4: add operations on delayed extent tree Yongqiang Yang
2011-09-29  8:05   ` Tao Ma
2011-09-29  8:36     ` Yongqiang Yang
2011-09-29  9:40       ` Tao Ma
2011-09-29 13:12         ` Yongqiang Yang
2011-09-29 14:10           ` Tao Ma
2011-09-29  5:08 ` [RFC PATCH V2 4/6] ext4: initialize " Yongqiang Yang
2011-09-29  5:08 ` [RFC PATCH V2 5/6] ext4: let ext4 maintian delayed extent trees Yongqiang Yang
2011-09-29  8:45   ` Amir Goldstein
2011-09-29 14:31   ` Tao Ma
2011-09-30  2:08     ` Yongqiang Yang
2011-09-29  5:08 ` [RFC PATCH V2 6/6] ext4: reimplement fiemap on delayed extent tree Yongqiang Yang
2011-09-29 15:28   ` Jeff liu
2011-09-30  0:54     ` Yongqiang Yang
2011-10-03 16:00   ` Lukas Czerner

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.