Cc: Christoph Hellwig <hch@...>, Eric Paris <eparis@...>, <tvrtko.ursulin@...>, <alan@...>, <andi@...>, Arjan van de Ven <arjan@...>, <linux-kernel@...>, <malware-list@...>, <malware-list-bounces@...>, <peterz@...>, <viro@...>
On Thu, Aug 14, 2008 at 05:21:09PM -0400, J. Bruce Fields wrote:
We don't have a way of exporting this fact at the moment. I assume
the best way would be to add a flag in struct super.
Well, if you're willing to try it out, as I've mentioned on my
blog[1][2], ext4 is working pretty well on my laptop --- I'm running
it as my primary filesystem. There are a few problems with ext3
filesystems converted to use ext4, as opposed to starting afresh via
"mke2fs -t ext4dev /dev/hdXX" that we've just found in the past week
(and fixed within a day or two, although they haven't been pushed to
Linus yet), but overall, it's been pretty stable.
So this would be a good time for someone who is familiar wiht NFSv4 to
try it out and let us know if the i_version support is as you would
like in ext4 --- we're in the bugfixing/stablization phase right now,
so this would be an ideal time to get that feedback. For more
information, on how to get started, please see:
http://ext4.wiki.kernel.org/index.php/Ext4_Howto
for instructions, and mount the filesystem with the "-o i_version"
mount option.
And that's fixed in ext4 as well....
- Ted
[1] http://thunk.org/tytso/blog/2008/06/30/ext4-is-now-the-primary-filesystem-on-my-laptop...
[2] http://thunk.org/tytso/blog/2008/08/08/fast-ext4-fsck-times/
--