[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E81770D.8090309@tao.ma>
Date: Tue, 27 Sep 2011 15:11:09 +0800
From: Tao Ma <tm@....ma>
To: Ted Ts'o <tytso@....edu>,
ext4 development <linux-ext4@...r.kernel.org>,
Andreas Dilger <adilger@...ger.ca>
Subject: [RFC] Add inline data support in ext4
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
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists