linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] Add inline data support in ext4
@ 2011-09-27  7:11 Tao Ma
  2011-09-27 19:34 ` Andreas Dilger
  0 siblings, 1 reply; 3+ messages in thread
From: Tao Ma @ 2011-09-27  7:11 UTC (permalink / raw)
  To: Ted Ts'o, ext4 development, Andreas Dilger

Hi Ted, Andreas and the list,
	As you may already know, we are beginning to evaluate the bigalloc
features in our production system. The performance looks promising, but
we have also met with a severe problem with bigalloc.

As ext4 now allocates one block for the directory even if it is empty,
it is really space-consuming for some applications which uses hashes and
create large numbers of directories(AUFS in squid for example).

ocfs2 now uses inline data for a new created file/dir so that some small
ones can have their data within the inodes. It is really helpful and we
are considering adding the same to ext4.

What is your option? I haven't been involved in ext4 for a long time, so
I am not sure whether there was a similar try which was abandoned
finally. Anyway, with bigalloc added, it is really needed for us to
support inline data now.

Thanks
Tao

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

end of thread, other threads:[~2011-09-28  9:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27  7:11 [RFC] Add inline data support in ext4 Tao Ma
2011-09-27 19:34 ` Andreas Dilger
2011-09-28  9:06   ` Tao Ma

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