All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sunil Mushran <sunil.mushran@oracle.com>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: tytso@mit.edu, linux-ext4@vger.kernel.org,
	Joel Becker <Joel.Becker@oracle.com>,
	Mark Fasheh <mfasheh@suse.com>
Subject: Re: e4defrag and immutable files
Date: Wed, 02 Jun 2010 11:02:18 -0700	[thread overview]
Message-ID: <4C069CAA.50304@oracle.com> (raw)
In-Reply-To: <4C06083B.7050102@zytor.com>

On 06/02/2010 12:28 AM, H. Peter Anvin wrote:
> On 06/01/2010 12:49 PM, tytso@mit.edu wrote:
>> On Tue, Jun 01, 2010 at 12:32:29PM -0700, Sunil Mushran wrote:
>>>
>>> We (ocfs2) are looking to add a new attribute to denote files that
>>> have a fixed allocation on disk. But at the same time, allow writes
>>> that do not change the allocation on disk. No truncating, extending,
>>> filling holes, etc. We were thinking of calling it "Static" files.
>>
>> That's an interesting set of semantics, and it might make sense to
>> conflate that with a local disk "don't move or defrag" the file
>> option.  I'm not crazy with the name "static", since it could mean a
>> number of other things in other contexts, but I admit I can't think of
>> a better name.
>>
>
> For what it's worth, this sort of seems to be what one would expect if 
> a file is *both* "fixed" and "immutable".

"Immutable" means the contents do not change. But the file mappings
could change.

"Fixed mapping" means the mappings do not change but contents
could (as long as the ondisk mappings don't).

"Fixed metadata" means the entire inode (mappings included) cannot
change but the contents could (as long as the ondisk mappings don't).
(This does have the side effect of allowing writes without touching the
mtime. Like XFS' invisible i/o.)

What the boot loader needs is "Fixed mapping". I am sure there could be
other use cases for it too.

My suggestion would be to implement "Fixed mapping" as is and not have
it tied to "Fixed metadata". While we would like to use a chattr flag 
for this
feature, it is not a requirement.

Sunil


  reply	other threads:[~2010-06-02 18:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-28 20:14 e4defrag and immutable files H. Peter Anvin
2010-05-28 21:21 ` Greg Freemyer
2010-05-28 22:06   ` H. Peter Anvin
2010-06-01 19:12 ` Eric Sandeen
2010-06-01 19:32 ` Sunil Mushran
2010-06-01 19:49   ` tytso
2010-06-01 20:14     ` Greg Freemyer
2010-06-01 21:00     ` Eric Sandeen
2010-06-01 21:28       ` Sunil Mushran
2010-06-01 22:26         ` tytso
2010-06-01 22:51           ` Sunil Mushran
2010-06-02  7:28     ` H. Peter Anvin
2010-06-02 18:02       ` Sunil Mushran [this message]
2010-06-08 22:12         ` H. Peter Anvin
2010-06-09  1:10           ` Joel Becker
2010-06-09  1:44             ` tytso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C069CAA.50304@oracle.com \
    --to=sunil.mushran@oracle.com \
    --cc=Joel.Becker@oracle.com \
    --cc=hpa@zytor.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=mfasheh@suse.com \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.