[PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available [ver #6]

Jeff Layton jlayton at redhat.com
Mon Aug 2 08:42:00 MDT 2010


On Mon, 2 Aug 2010 10:09:49 -0400
Greg Freemyer <greg.freemyer at gmail.com> wrote:

> > Furthermore, I'll go ahead and propose the following (simple) semantics:
> >
> > 1) birthtime is initialized to the current time when a new inode is
> > created
> >
> > 2) it's settable via the xattr to an arbitrary value
> >
> > Either way, the xattr for this ought to be named the same on all
> > filesystems. Samba shouldn't need to know or care what the underlying
> > filesystem is, as long as it presents the correct xattr.
> >
> > That should make samba happy, and be reasonably simple to implement.
> 
> Is there any reason to allow birthtime to be set in advance of the
> current birthtime?
> 
> ie restore / copy tools clearly need to backdate it, but I'd prefer to
> see it not advance-able.
> 
> Greg

Why not? Is there a good argument for prohibiting it? We allow people
to set mtime in the future. Why not allow the same semantics here?

We also have to consider that this may eventually be settable by via
networked filesystem interfaces. If the client and server don't have
synchronized clocks you may end up with the client getting an error
back in some cases if you don't allow it.

-- 
Jeff Layton <jlayton at redhat.com>


More information about the samba-technical mailing list