Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]

From: Theodore Ts'o
Date: Fri Mar 24 2006 - 16:36:20 EST


On Fri, Mar 24, 2006 at 02:00:33PM -0700, Andreas Dilger wrote:
> > This would be a prime candidate for trying to add the same sort of
> > userspace test framework which Rusty and company did for netfilter, so
> > we can try to test for race conditions, corner cases, etc.
>
> Are you saying to make a filesystem test harness in userspace, or to
> add hooks into the kernel to trigger specific cases in the running
> kernel?

The former: a filesystem test harness in userspace, possibly with some
kernel code changes to make it easier to integrate it with the
userspace test harness. It's very similar to what the Netfilter folks
did, and it has the advantage that we can do testing much more
quickly, especially in cases where we want to simulate crashes at
certain specific test points to make sure the journal recovery happens
correctly.

- Ted
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/