Nikos Tsironis
8fdbfe8d16
dm clone metadata: Use a two phase commit
...
Split the metadata commit in two parts:
1. dm_clone_metadata_pre_commit(): Prepare the current transaction for
committing. After this is called, all subsequent metadata updates,
done through either dm_clone_set_region_hydrated() or
dm_clone_cond_set_range(), will be part of the next transaction.
2. dm_clone_metadata_commit(): Actually commit the current transaction
to disk and start a new transaction.
This is required by the following commit. It allows dm-clone to flush
the destination device after step (1) to ensure that all freshly
hydrated regions, for which we are updating the metadata, are properly
written to non-volatile storage and won't be lost in case of a crash.
Fixes: 7431b7835f ("dm: add clone target")
Cc: stable@vger.kernel.org # v5.4+
Signed-off-by: Nikos Tsironis <ntsironis@arrikto.com >
Signed-off-by: Mike Snitzer <snitzer@redhat.com >
2019-12-05 15:27:54 -05:00
..
2019-11-01 09:30:48 -07:00
2019-10-23 06:26:33 -04:00
2019-10-17 05:58:44 -07:00
2019-10-25 14:22:20 -06:00
2019-09-25 13:54:45 +02:00
2019-09-17 16:22:26 -07:00
2019-10-21 02:05:21 +02:00
2019-09-13 16:44:49 +03:00
2019-10-25 14:37:21 -06:00
2019-09-15 14:17:27 +02:00
2019-10-18 08:45:32 -07:00
2019-10-02 13:49:43 -07:00
2019-10-04 09:06:41 -07:00
2019-10-02 16:16:07 -07:00
2019-10-22 18:07:30 +02:00
2019-10-22 11:43:17 +02:00
2019-11-01 14:57:52 -07:00
2019-10-23 21:15:21 +05:30
2019-10-10 17:05:20 +02:00
2019-10-17 11:27:05 +02:00
2019-09-19 14:14:28 -07:00
2019-10-31 09:40:21 +01:00
2019-09-18 11:14:31 -07:00
2019-10-15 01:19:05 +02:00
2019-11-01 11:27:39 +10:00
2019-10-28 14:26:33 +01:00
2019-09-22 12:02:21 -07:00
2019-10-01 14:49:45 -04:00
2019-10-28 18:46:55 -07:00
2019-09-18 11:14:31 -07:00
2019-10-24 20:52:21 +02:00
2019-10-10 11:18:37 +02:00
2019-10-28 15:06:38 -03:00
2019-10-25 17:31:53 -04:00
2019-10-30 10:30:22 +01:00
2019-10-25 14:25:15 +02:00
2019-10-28 13:33:41 -07:00
2019-09-12 20:45:52 +02:00
2019-09-05 13:17:01 -06:00
2019-10-21 02:05:21 +02:00
2019-09-17 00:54:29 -05:00
2019-12-05 15:27:54 -05:00
2019-10-04 14:38:46 +02:00
2019-08-30 15:57:27 +02:00
2019-10-09 11:08:03 +02:00
2019-10-24 08:49:25 +01:00
2019-10-04 18:22:14 +02:00
2019-10-21 16:16:38 +02:00
2019-10-07 09:56:36 +02:00
2019-11-01 15:09:40 -07:00
2019-10-08 16:52:26 -07:00
2019-09-23 17:20:40 -04:00
2019-09-29 10:33:41 -07:00
2019-11-01 17:48:11 -07:00
2019-09-18 11:14:31 -07:00
2019-10-23 15:15:05 -05:00
2019-10-23 10:58:44 +05:30
2019-10-14 21:44:26 +02:00
2019-09-18 11:14:31 -07:00
2019-10-15 23:51:36 +02:00
2019-09-28 08:14:15 -07:00
2019-08-30 12:46:12 +01:00
2019-09-23 19:16:01 -07:00
2019-10-16 15:58:27 +02:00
2019-10-14 15:31:50 +03:00
2019-09-22 12:04:59 -07:00
2019-09-17 19:15:14 -07:00
2019-10-07 14:55:46 -04:00
2019-10-21 16:48:52 +02:00
2019-10-23 15:31:17 -04:00
2019-09-22 10:55:08 -07:00
2019-09-30 10:04:28 -07:00
2019-09-17 15:33:31 -07:00
2019-09-22 11:05:43 -07:00
2019-10-22 17:55:51 +02:00
2019-11-02 11:15:52 -07:00
2019-10-06 09:21:38 +08:00
2019-09-22 10:52:23 -07:00
2019-09-17 18:40:42 -07:00
2019-09-13 17:23:18 +03:00
2019-10-14 15:40:08 +02:00
2019-11-02 11:15:52 -07:00
2019-09-25 17:51:41 -07:00
2019-10-21 02:05:21 +02:00
2019-10-15 21:38:41 +02:00
2019-09-18 11:14:31 -07:00
2019-10-31 18:57:54 +01:00
2019-10-15 14:07:01 -06:00
2019-10-28 04:25:04 -04:00
2019-10-05 15:29:49 +09:00
2019-10-10 14:50:32 +02:00
2019-10-28 04:24:46 -04:00
2019-10-10 15:35:41 +02:00
2019-09-27 11:17:38 -07:00
2019-10-19 17:09:11 -04:00
2019-09-18 11:05:34 -07:00
2019-09-18 11:05:34 -07:00