Jaegeuk Kim
cf779cab14
f2fs: handle EIO not to break fs consistency
...
There are two rules when EIO is occurred.
1. don't write any checkpoint data to preserve the previous checkpoint
2. don't lose the cached dentry/node/meta pages
So, at first, this patch adds set_page_dirty in f2fs_write_end_io's failure.
Then, writing checkpoint/dentry/node blocks is not allowed.
Note that, for the data pages, we can't just throw away by redirtying them.
Otherwise, kworker can fall into infinite loop to flush them.
(Ref. xfstests/019)
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2014-08-21 13:55:05 -07:00
..
2014-06-12 10:30:18 -07:00
2014-08-08 15:57:24 -07:00
2014-06-12 10:30:18 -07:00
2014-07-29 10:14:36 -07:00
2014-08-08 15:57:19 -07:00
2014-08-08 15:57:20 -07:00
2014-08-08 15:57:24 -07:00
2014-08-16 09:06:55 -06:00
2014-06-06 16:08:14 -07:00
2014-08-13 17:43:29 -06:00
2014-08-11 11:44:11 -07:00
2014-08-08 15:57:20 -07:00
2014-06-04 16:53:53 -07:00
2014-08-08 15:57:25 -07:00
2014-07-09 16:58:21 -07:00
2014-06-06 16:08:14 -07:00
2014-08-08 15:57:27 -07:00
2014-05-06 17:38:00 -04:00
2014-06-04 16:54:14 -07:00
2014-08-08 15:57:18 -07:00
2014-08-08 15:57:24 -07:00
2014-06-04 16:54:14 -07:00
2014-07-15 22:40:22 +02:00
2014-06-12 10:30:18 -07:00
2014-08-11 11:44:11 -07:00
2014-08-21 13:55:05 -07:00
2014-06-12 10:30:18 -07:00
2014-04-04 15:39:39 -07:00
2014-08-06 18:01:12 -07:00
2014-08-07 14:40:11 -04:00
2014-07-28 10:03:00 +02:00
2014-05-06 17:38:00 -04:00
2014-06-12 10:30:18 -07:00
2014-08-07 14:40:09 -04:00
2014-08-08 15:57:22 -07:00
2014-06-04 16:54:11 -07:00
2014-08-08 15:57:26 -07:00
2014-05-21 10:26:13 +02:00
2014-07-16 15:10:39 +02:00
2014-08-08 18:13:21 -07:00
2014-06-12 10:30:18 -07:00
2014-07-21 10:07:25 -07:00
2014-07-23 15:01:44 -07:00
2014-08-06 18:01:12 -07:00
2014-08-08 15:57:20 -07:00
2014-06-04 16:54:21 -07:00
2014-08-13 18:13:19 -06:00
2014-07-12 18:43:42 -04:00
2014-08-09 14:31:18 -07:00
2014-08-11 11:44:11 -07:00
2014-01-25 03:14:05 -05:00
2014-08-06 18:01:24 -07:00
2014-08-06 18:01:12 -07:00
2014-08-06 18:01:13 -07:00
2014-08-08 15:57:25 -07:00
2014-03-13 10:14:33 -04:00
2014-08-10 21:24:59 -07:00
2014-08-08 15:57:25 -07:00
2014-03-13 10:14:33 -04:00
2014-08-08 15:57:26 -07:00
2014-07-15 22:40:23 +02:00
2014-08-08 15:57:18 -07:00
2014-08-13 17:45:40 -06:00
2014-08-08 15:57:25 -07:00
2014-08-06 18:01:13 -07:00
2014-06-03 08:11:18 -07:00
2014-05-06 17:38:00 -04:00
2014-07-31 15:52:51 +03:00
2014-07-15 22:40:24 +02:00
2014-08-08 15:57:21 -07:00
2014-08-04 13:55:27 +10:00
2014-08-16 08:56:27 -06:00
2014-03-27 09:52:54 -07:00
2014-06-10 13:57:22 -07:00
2014-08-07 14:40:09 -04:00
2013-11-09 00:16:26 -05:00
2013-11-09 00:16:30 -05:00
2014-06-05 08:05:29 -07:00
2013-10-24 23:34:54 -04:00
2014-06-04 16:54:21 -07:00
2014-04-03 16:21:16 -07:00
2014-06-12 10:30:18 -07:00
2014-07-16 15:10:39 +02:00
2013-11-14 12:08:14 +09:00
2014-03-04 08:05:21 +00:00
2014-07-11 13:53:04 +03:00
2014-04-22 08:23:58 -04:00
2014-07-23 15:10:54 -07:00
2014-08-07 14:40:11 -04:00
2014-01-29 16:22:40 -08:00
2014-08-07 14:40:11 -04:00
2014-06-06 16:08:16 -07:00
2014-01-25 03:13:04 -05:00
2014-06-16 17:21:59 -10:00
2014-08-08 15:57:23 -07:00
2014-08-08 15:57:31 -07:00
2014-06-12 10:30:18 -07:00
2014-05-06 17:31:10 -04:00
2014-04-03 16:21:05 -07:00
2014-08-07 14:40:09 -04:00
2013-11-06 12:40:26 +01:00
2014-07-16 15:10:39 +02:00
2014-08-08 15:57:31 -07:00
2014-08-07 14:40:09 -04:00
2013-10-24 23:34:54 -04:00
2014-02-07 16:08:57 -08:00
2014-06-04 16:53:55 -07:00
2014-08-14 10:07:47 -04:00
2014-08-07 14:40:08 -04:00
2014-06-25 22:08:29 -04:00
2014-08-07 14:40:09 -04:00
2014-06-04 16:54:02 -07:00
2014-08-07 14:40:10 -04:00
2014-08-11 11:44:11 -07:00
2014-08-01 02:36:04 -04:00
2014-05-06 17:39:42 -04:00
2014-04-01 23:19:08 -04:00
2014-04-01 23:19:08 -04:00
2014-05-06 13:58:42 -04:00
2014-07-29 18:08:50 -07:00
2014-05-06 17:37:55 -04:00
2014-06-04 16:53:52 -07:00
2013-11-13 15:34:18 +09:00
2014-07-03 09:21:54 -07:00
2014-06-12 00:28:09 -04:00
2013-11-09 00:16:31 -05:00
2013-10-12 13:12:31 -07:00
2014-08-13 17:45:40 -06:00
2014-02-22 02:02:28 +01:00
2014-07-23 10:18:02 -07:00
2013-11-09 00:16:44 -05:00
2014-07-23 15:10:55 -07:00