Arnd Bergmann
f423420c23
fat: propagate 64-bit inode timestamps
...
Now that we pass down 64-bit timestamps from VFS, we just need to convert
that correctly into on-disk timestamps. To make that work correctly, this
changes the last use of time_to_tm() in the kernel to time64_to_tm(),
which also lets use remove that deprecated interfaces.
Similarly, the time_t use in fat_time_fat2unix() truncates the timestamp
on the way in, which can be avoided by using types that are wide enough to
hold the intermediate values during the conversion.
[hirofumi@mail.parknet.co.jp: remove useless temporary variable, needless long long]
Link: http://lkml.kernel.org/r/20180619153646.3637529-1-arnd@arndb.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-08-22 10:52:50 -07:00
..
2018-08-17 17:27:58 -07:00
2018-08-03 16:03:33 -04:00
2018-05-28 12:36:41 +02:00
2018-08-15 15:04:25 -07:00
2018-08-22 10:52:49 -07:00
2018-06-15 18:10:01 -03:00
2018-05-22 14:27:50 -04:00
2018-08-17 16:20:29 -07:00
2018-07-25 14:49:00 +01:00
2018-08-20 18:26:55 -07:00
2018-08-16 14:21:29 -06:00
2018-06-05 16:57:31 -07:00
2018-07-17 06:14:07 -07:00
2018-06-15 07:31:07 +09:00
2018-06-11 10:16:13 -07:00
2018-06-12 20:52:16 -07:00
2018-03-14 13:31:23 +01:00
2018-06-12 16:19:22 -07:00
2018-05-26 09:16:25 +02:00
2018-07-22 14:13:44 +02:00
2017-11-27 13:05:09 -08:00
2018-07-24 14:43:20 -06:00
2018-04-12 12:04:49 +02:00
2018-08-17 16:49:31 -07:00
2018-08-17 16:20:29 -07:00
2018-08-17 16:20:29 -07:00
2018-08-22 10:52:50 -07:00
2018-05-22 14:27:51 -04:00
2018-07-25 14:49:00 +01:00
2018-08-13 20:25:58 -07:00
2018-08-15 22:40:03 -07:00
2018-08-03 16:03:32 -04:00
2018-08-22 10:52:50 -07:00
2018-08-17 16:20:28 -07:00
2018-08-17 16:20:27 -07:00
2018-08-22 10:52:44 -07:00
2018-04-16 09:47:41 +02:00
2018-07-29 15:51:47 -04:00
2018-07-18 16:44:01 +02:00
2018-08-15 22:47:23 -07:00
2018-08-18 11:44:53 -07:00
2018-03-27 13:18:09 -04:00
2018-05-22 14:27:52 -04:00
2018-08-13 20:25:58 -07:00
2018-03-27 13:18:09 -04:00
2018-07-12 10:04:19 -04:00
2018-08-22 10:52:49 -07:00
2017-11-02 11:10:55 +01:00
2018-08-17 16:49:31 -07:00
2018-08-17 16:20:27 -07:00
2018-08-17 16:20:28 -07:00
2018-05-22 14:27:58 -04:00
2018-05-22 14:27:57 -04:00
2018-08-14 12:07:14 -04:00
2018-06-15 07:31:07 +09:00
2018-08-22 10:52:46 -07:00
2018-08-03 18:12:18 -07:00
2018-05-22 14:27:52 -04:00
2018-05-22 14:27:54 -04:00
2018-06-20 11:04:26 +02:00
2017-09-06 17:27:26 -07:00
2018-08-22 10:52:50 -07:00
2018-05-22 14:27:55 -04:00
2018-08-02 09:34:02 -07:00
2018-08-18 11:44:53 -07:00
2018-05-22 14:27:53 -04:00
2018-07-31 11:32:44 -04:00
2018-06-15 07:31:07 +09:00
2018-08-17 09:38:39 -07:00
2018-08-17 16:20:27 -07:00
2018-08-17 16:20:27 -07:00
2018-08-13 20:56:23 -07:00
2018-07-12 10:04:27 -04:00
2018-07-03 16:44:45 -04:00
2018-07-12 10:04:20 -04:00
2018-04-11 10:28:37 -07:00
2018-06-12 16:19:22 -07:00
2018-08-13 19:24:32 -07:00
2018-04-11 10:28:37 -07:00
2018-07-10 23:29:03 -04:00
2017-10-03 17:54:25 -07:00
2018-08-14 10:23:25 -07:00
2018-08-17 16:20:30 -07:00
2018-03-15 17:59:24 +01:00
2018-07-30 16:21:49 -04:00
2018-06-05 19:23:26 +02:00
2017-11-17 11:54:55 -08:00
2018-03-29 15:07:46 -04:00
2018-07-29 16:59:16 -04:00
2018-08-17 16:20:28 -07:00
2018-04-02 20:15:39 +02:00
2018-05-14 08:55:18 -06:00
2017-11-02 11:10:55 +01:00
2018-06-28 10:40:47 -07:00
2018-08-22 10:52:49 -07:00
2018-07-26 19:38:03 -07:00
2018-06-07 17:34:35 -07:00
2018-01-15 12:07:51 -08:00
2018-07-12 10:04:29 -04:00
2018-04-02 20:16:00 +02:00
2018-05-16 07:23:35 +02:00
2017-11-07 10:32:44 +01:00
2018-05-03 16:11:37 -06:00
2018-08-13 20:25:58 -07:00
2018-08-13 22:29:03 -07:00
2018-05-24 12:04:28 -05:00
2018-08-14 08:56:02 -07:00
2018-06-11 08:22:34 -07:00
2018-08-02 08:06:55 +09:00
2018-03-30 11:34:55 -07:00
2018-08-13 21:56:50 -07:00
2018-06-11 08:22:34 -07:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2018-08-17 16:20:29 -07:00
2018-08-13 21:28:25 -07:00
2018-08-09 17:51:32 -04:00
2018-02-15 15:34:42 -05:00
2018-07-12 10:04:21 -04:00
2018-08-13 19:58:36 -07:00
2018-01-02 19:27:28 -08:00
2018-02-11 14:34:03 -08:00
2018-06-12 16:19:22 -07:00
2018-04-02 20:16:02 +02:00
2018-06-28 10:40:47 -07:00
2018-08-17 16:20:28 -07:00
2018-06-16 16:21:50 +09:00
2018-06-16 16:21:50 +09:00
2018-04-02 20:15:34 +02:00
2018-07-12 14:49:48 +01:00
2018-08-17 16:20:31 -07:00
2018-04-04 12:44:02 -07:00
2018-08-13 20:56:23 -07:00
2018-08-22 10:52:47 -07:00
2018-04-02 20:15:44 +02:00
2018-05-29 13:22:41 -04:00