Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- From: Valerie Henson <val_henson@xxxxxxxxxxxxxxx>
- Date: Fri, 24 Mar 2006 06:32:39 -0800
On Wed, Mar 22, 2006 at 05:55:03PM -0800, Andrew Morton wrote:
Valerie Henson <val_henson@xxxxxxxxxxxxxxx> wrote:
ext2 is simpler and faster than ext3 in many cases. This is sort of
cheating; ext2 is simpler and faster because it makes no effort to
maintain on-disk consistency and can skip annoying things like, oh,
reserving space in the journal. I am looking for ways to make ext2
cheat even more.
But it might be feasible to knock up an ext3-- in which all the journal
operations are stubbed out.
Hmm... Could we get the mark_buffer_dirty/mark_inode_dirty logic
right? Probably create a list in the stubbed journal functions and
then mark them dirty in the journal close? However, half the reason
I'm working on ext2 is the simplicity of the code - stubbing it out
would solve the performance problem but not the complexity problem.
Note that ext3's habit of clearing indirect blocks on truncate would
break some things I want to do in the future. (Insert secret plans
here.)
-VAL
-
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/
- Follow-Ups:
- Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- From: Andreas Dilger
- Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- From: Theodore Ts'o
- Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- From: Andrew Morton
- Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- From: Dave Kleikamp
- Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- References:
- [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- From: Valerie Henson
- Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- From: Badari Pulavarty
- Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- From: Valerie Henson
- Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- From: Andrew Morton
- [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- Prev by Date: Re: [PATCH] kernel crash in powernow-k8 after lost ticks detected
- Next by Date: Re: [PATCH][0/8] (Targeting 2.6.17) Posix memory locking and balanced mlock-LRU semantic
- Previous by thread: Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- Next by thread: Re: [Ext2-devel] [RFC] [PATCH] Reducing average ext2 fsck time through fs-wide dirty bit]
- Index(es):
Relevant Pages
|