Tao Ma
a9063ab9a3
ocfs2: handle file attributes issue for reflink.
...
A reflink creates a snapshot of a file, that means the attributes
must be identical except for three exceptions - nlink, ino, and ctime.
As for time changes, Here is a brief description:
1. Source file:
1) atime: Ignore. Let the lazy atime code handle that.
2) mtime: don't touch.
3) ctime: If we change the tree (adding REFCOUNTED to at least one
extent), update it.
2. Destination file:
1) atime: ignore.
2) mtime: we want it to appear identical to the source.
3) ctime: update.
The idea here is that an ls -l will show the same time for the
src and target - it shows mtime. Backup software like rsync and tar
will treat the new file correctly too.
Signed-off-by: Tao Ma <tao.ma@oracle.com>
2009-09-22 20:09:39 -07:00
..
2009-06-17 00:36:36 -04:00
2009-06-17 00:36:36 -04:00
2009-06-11 21:36:14 -04:00
2009-07-08 09:31:56 -07:00
2009-06-11 21:36:01 -04:00
2009-06-11 21:36:01 -04:00
2009-06-17 08:46:57 -07:00
2009-06-11 21:36:14 -04:00
2009-07-02 16:52:38 -07:00
2009-06-11 21:36:06 -04:00
2009-06-27 23:46:43 +00:00
2009-05-11 14:13:10 +02:00
2009-04-30 10:48:26 -07:00
2009-04-02 19:05:08 -07:00
2009-06-15 21:30:28 -07:00
2009-06-24 08:15:24 -04:00
2009-05-15 11:24:59 -05:00
2009-06-11 21:36:07 -04:00
2009-06-17 00:36:36 -04:00
2009-06-12 10:02:03 -05:00
2009-06-30 18:56:00 -07:00
2009-06-24 08:17:07 -04:00
2009-06-24 08:17:07 -04:00
2009-06-20 21:50:47 +09:00
2009-06-11 21:36:07 -04:00
2009-05-27 10:20:13 -07:00
2009-06-30 20:12:24 +02:00
2009-06-19 08:08:50 +02:00
2009-06-11 21:36:15 -04:00
2009-06-11 21:36:16 -04:00
2009-06-30 18:56:03 -07:00
2009-06-11 21:36:11 -04:00
2009-04-02 19:04:53 -07:00
2009-05-22 18:40:59 +10:00
2009-06-18 13:03:45 -07:00
2009-06-18 13:03:45 -07:00
2009-06-17 20:08:51 -04:00
2009-07-08 10:30:03 -07:00
2009-06-24 17:02:42 -04:00
2009-06-22 12:55:50 -07:00
2009-06-22 11:34:42 -07:00
2009-06-15 21:44:43 -07:00
2009-07-08 09:31:56 -07:00
2009-07-03 10:21:10 -04:00
2009-06-24 08:17:05 -04:00
2009-06-15 21:44:43 -07:00
2009-07-02 08:23:00 -04:00
2009-06-16 19:47:48 -07:00
2009-09-22 20:09:39 -07:00
2009-06-11 21:36:13 -04:00
2009-06-12 09:29:42 -07:00
2009-06-18 13:03:41 -07:00
2009-06-11 21:36:12 -04:00
2009-07-07 18:15:21 +02:00
2009-06-14 17:58:25 -07:00
2009-07-08 09:31:56 -07:00
2009-05-09 10:49:41 -04:00
2009-06-11 21:36:07 -04:00
2009-06-11 21:36:07 -04:00
2009-07-08 09:34:07 -07:00
2009-06-17 00:36:37 -04:00
2009-06-24 08:17:07 -04:00
2009-06-24 13:48:28 +02:00
2009-06-18 13:03:46 -07:00
2009-06-24 08:17:07 -04:00
2009-06-30 18:55:58 -07:00
2009-06-18 14:46:10 +02:00
2009-06-18 13:03:52 -07:00
2009-07-01 11:14:28 -07:00
2009-05-29 08:40:02 -07:00
2009-03-31 23:00:28 -04:00
2009-07-01 10:56:25 +02:00
2009-07-01 10:56:25 +02:00
2009-06-11 21:36:04 -04:00
2009-06-11 11:10:35 -07:00
2009-06-11 21:36:09 -04:00
2009-06-24 08:15:27 -04:00
2009-07-06 13:57:04 -07:00
2009-06-11 21:36:06 -04:00
2009-05-22 23:22:54 +02:00
2009-06-16 19:47:43 -07:00
2009-06-30 18:55:58 -07:00
2009-06-18 13:03:41 -07:00
2009-07-06 13:57:04 -07:00
2009-06-16 15:36:17 -07:00
2009-06-11 21:36:02 -04:00
2009-04-20 23:02:52 -04:00
2009-03-31 23:00:27 -04:00
2009-06-24 08:15:26 -04:00
2009-03-31 23:00:26 -04:00
2009-06-24 10:03:12 -07:00
2009-06-11 21:36:07 -04:00
2009-06-24 08:15:27 -04:00
2009-06-22 12:55:50 -07:00
2009-06-11 21:36:11 -04:00
2009-04-24 16:36:03 -04:00
2009-04-07 08:31:16 -07:00
2009-05-13 15:13:42 -04:00
2009-06-29 08:59:10 +10:00
2009-07-08 09:31:56 -07:00
2009-06-24 08:15:27 -04:00
2009-05-11 14:13:10 +02:00
2009-05-11 14:13:10 +02:00
2009-06-16 19:47:48 -07:00
2009-06-18 13:03:57 -07:00
2009-05-19 11:37:46 +02:00
2009-04-20 23:02:52 -04:00
2009-06-24 08:15:26 -04:00
2009-07-06 13:57:03 -07:00
2009-06-11 21:36:02 -04:00