From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Automatic mtime and ctime on all or select group of trees? Date: Sat, 02 Sep 2017 20:06:51 -0500 Message-ID: <8760d0fv4k.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doJNm-0000BW-Fp for emacs-orgmode@gnu.org; Sat, 02 Sep 2017 21:07:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doJNh-0002NH-EV for emacs-orgmode@gnu.org; Sat, 02 Sep 2017 21:07:26 -0400 Received: from [195.159.176.226] (port=53098 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doJNh-0002Lq-6m for emacs-orgmode@gnu.org; Sat, 02 Sep 2017 21:07:21 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1doJNO-0000IB-4q for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 03:07:02 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Samuel Wales writes: > pedantry: > > birth time, sometimes called btime, is a new kernel feature, present > in some filesystems but not traditionally available to stat. Actually that's a very good reminder, especially for people who work on both Windows and *nix. In Windows, the "C" time is "Creation", but in Linux it's "change." Just found this article which looks interesting: https://lwn.net/Articles/397442/