From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f66.google.com ([209.85.220.66]:35228 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754646AbcDHPrf (ORCPT ); Fri, 8 Apr 2016 11:47:35 -0400 Received: by mail-pa0-f66.google.com with SMTP id zy2so9348434pac.2 for ; Fri, 08 Apr 2016 08:47:34 -0700 (PDT) From: Deepa Dinamani To: linux-fsdevel@vger.kernel.org, y2038@lists.linaro.org Cc: tglx@linutronix.de, arnd@arndb.de, viro@zeniv.linux.org.uk Subject: [PATCH 0/2] Add infrastructure to support vfs 64 bit timestamps Date: Fri, 8 Apr 2016 08:47:09 -0700 Message-Id: <1460130431-7865-1-git-send-email-deepa.kernel@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Resending for inclusion in Thomas's tree. The series contains infrastucture patches required to convert vfs times to use 64 bit time. The intention is to include these as part of 4.6 so that the follow on patches can go into 4.7. Patch 1 is as per the agreed upon RFC approach 2b: https://lkml.org/lkml/2016/2/12/105 And, patch 2 is as per previously agreed upon discussion in: https://lkml.org/lkml/2016/1/7/20 The patches that will use these will be posted for the subsequent kernel release. The series and the plan have been discussed with Arnd Bergmann and Thomas Gleixner. Deepa Dinamani (2): fs: Add current_fs_time_sec() function vfs: Add vfs_time accessors include/linux/fs.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -- 1.9.1