Messages in this thread |  | | Date | Tue, 4 Feb 2020 15:00:15 +0000 | From | Al Viro <> | Subject | [put pull] timestamp stuff |
| |
More 64bit timestamp work
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git imm.timestamp
for you to fetch changes up to f0f3588f7a95bb8e02b0f8f5138efb7064665730:
kernfs: don't bother with timestamp truncation (2019-12-08 19:10:57 -0500)
---------------------------------------------------------------- Al Viro (1): kernfs: don't bother with timestamp truncation
Amir Goldstein (1): utimes: Clamp the timestamps in notify_change()
Deepa Dinamani (6): fs: fat: Eliminate timespec64_trunc() usage fs: cifs: Delete usage of timespec64_trunc fs: ceph: Delete timespec64_trunc() usage fs: ubifs: Eliminate timespec64_trunc() usage fs: Delete timespec64_trunc() fs: Do not overload update_time
fs/attr.c | 23 +++++++++++------------ fs/ceph/mds_client.c | 4 +--- fs/cifs/inode.c | 13 +++++++------ fs/configfs/inode.c | 9 +++------ fs/f2fs/file.c | 18 ++++++------------ fs/fat/misc.c | 10 +++++++++- fs/inode.c | 33 +++------------------------------ fs/kernfs/inode.c | 6 +++--- fs/ntfs/inode.c | 18 ++++++------------ fs/ubifs/file.c | 18 ++++++------------ fs/ubifs/sb.c | 11 ++++------- fs/utimes.c | 4 ++-- include/linux/fs.h | 1 - 13 files changed, 61 insertions(+), 107 deletions(-)
|  |