[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100601222643.GI4426@thunk.org>
Date: Tue, 1 Jun 2010 18:26:43 -0400
From: tytso@....edu
To: Sunil Mushran <sunil.mushran@...cle.com>
Cc: Eric Sandeen <sandeen@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, linux-ext4@...r.kernel.org,
Joel Becker <Joel.Becker@...cle.com>,
Mark Fasheh <mfasheh@...e.com>
Subject: Re: e4defrag and immutable files
On Tue, Jun 01, 2010 at 02:28:08PM -0700, Sunil Mushran wrote:
>
> We had thought of the term static because we wanted the inode to
> be frozen. Entire metadata including the mapping. Our aim is to
> do away with cluster locks for such inodes. For ios, we were planning
> to limit it to only odirect and not change the mtime. That also means
> no links, touch. Yes, "static" does not fit it like a glove but that's the
> best we could come up with.
Hmm, maybe "fixed_metadata"? The one thing that worries a bit is not
touching mtime is definitely icky. I suppose it would improve
performance even on local-disk file systems if we don't update mtime,
ctime, or atime. So maybe that would be useful for folks who are
trying to extract the last bit of performance out of their enterprise
database.
One thing I do like about fixed_metadata is that as far as chattr and
lsattr is concerned 's' and 'S' are already taken. But 'f' and 'F'
aren't allocated yet. :-)
- Ted
--
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