From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Allison Subject: Re: ext4 - getting at birth time (file create time) and getting/setting nanosecond time stamps and utime Date: Mon, 19 Oct 2009 11:58:55 -0700 Message-ID: <20091019185855.GC15201@samba1> References: <524f69650910191017j7883ed7bvdb0329d1a73f34e4@mail.gmail.com> Reply-To: Jeremy Allison Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel , Steve French , samba-technical To: Andreas Dilger Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: samba-technical-bounces@lists.samba.org Errors-To: samba-technical-bounces@lists.samba.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Oct 19, 2009 at 12:55:29PM -0600, Andreas Dilger wrote: > > As for _updating_ create time, isn't that sort of defeating the purpose > of create time? Yes, you would think so, wouldn't you. Unfortunately that's the way Windows behaves (create time can be updated) so that's what we have to emulate. If does indeed make no sense (it's just another timestamp meta-data that can't be used for auditing at that point). Jeremy.