Wu Fengguang
6e6938b6d3
writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage
...
sync(2) is performed in two stages: the WB_SYNC_NONE sync and the
WB_SYNC_ALL sync. Identify the first stage with .tagged_writepages and
do livelock prevention for it, too.
Jan's commit f446daaea9 ("mm: implement writeback livelock avoidance
using page tagging") is a partial fix in that it only fixed the
WB_SYNC_ALL phase livelock.
Although ext4 is tested to no longer livelock with commit f446daaea9 ,
it may due to some "redirty_tail() after pages_skipped" effect which
is by no means a guarantee for _all_ the file systems.
Note that writeback_inodes_sb() is called by not only sync(), they are
treated the same because the other callers also need livelock prevention.
Impact: It changes the order in which pages/inodes are synced to disk.
Now in the WB_SYNC_NONE stage, it won't proceed to write the next inode
until finished with the current inode.
Acked-by: Jan Kara <jack@suse.cz >
CC: Dave Chinner <david@fromorbit.com >
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com >
2011-06-08 08:25:20 +08:00
..
2011-05-24 11:52:05 -07:00
2011-05-26 19:45:40 +02:00
2011-05-26 19:45:54 +02:00
2011-05-27 10:49:29 +01:00
2011-05-25 16:55:55 -07:00
2011-06-01 11:36:49 +01:00
2011-05-26 19:08:05 +02:00
2011-05-27 10:34:37 +01:00
2011-05-26 12:13:22 -07:00
2011-05-29 14:10:13 -07:00
2011-05-23 12:33:02 -07:00
2011-05-28 17:41:46 +02:00
2011-05-25 08:39:45 -07:00
2011-05-26 17:12:38 -07:00
2011-05-31 13:45:53 +02:00
2011-05-25 08:39:30 -07:00
2011-05-26 07:26:45 -04:00
2011-05-25 08:39:43 -07:00
2011-05-24 22:55:24 +10:00
2011-05-26 17:12:34 -07:00
2011-05-26 17:12:34 -07:00
2011-05-26 10:01:36 -06:00
2011-05-23 18:04:51 +01:00
2011-05-24 08:55:20 -04:00
2011-05-25 08:39:47 -07:00
2011-05-25 08:39:46 -07:00
2011-05-25 08:39:45 -07:00
2011-05-28 17:02:57 +02:00
2011-05-26 17:12:37 -07:00
2011-05-29 12:52:55 +01:00
2011-05-29 13:03:09 +01:00
2011-05-29 13:03:13 +01:00
2011-06-01 12:26:35 +01:00
2011-05-24 10:21:29 +02:00
2011-05-24 10:21:29 +02:00
2011-05-25 18:30:37 +05:30
2011-05-25 17:03:53 -07:00
2011-05-27 07:04:40 -04:00
2011-05-26 17:12:33 -07:00
2011-05-28 12:02:09 -04:00
2011-05-25 08:39:44 -07:00
2011-05-25 22:13:44 -04:00
2011-05-25 08:39:54 -07:00
2011-05-30 07:42:51 +02:00
2011-05-25 08:39:11 -07:00
2011-05-27 17:56:45 -06:00
2011-05-25 08:39:19 -07:00
2011-05-26 09:20:31 -07:00
2011-05-26 12:03:50 -07:00
2011-05-25 20:43:32 +02:00
2011-06-01 14:34:01 -04:00
2011-05-27 13:40:54 -04:00
2011-06-01 21:18:03 -07:00
2011-05-25 17:55:23 -04:00
2011-05-26 17:12:34 -07:00
2011-05-26 17:12:37 -07:00
2011-05-24 11:59:18 -04:00
2011-05-25 16:55:55 -07:00
2011-05-25 08:39:52 -07:00
2011-05-27 10:25:02 -07:00
2011-05-24 22:55:24 +10:00
2011-05-23 15:39:34 -07:00
2011-05-25 08:39:50 -07:00
2011-05-25 08:39:51 -07:00
2011-05-24 14:33:35 +02:00
2011-05-25 08:39:17 -07:00
2011-05-24 10:01:37 +02:00
2011-05-25 08:39:48 -07:00
2011-05-26 17:12:36 -07:00
2011-05-25 08:39:34 -07:00
2011-05-29 11:32:28 -07:00
2011-05-26 17:12:36 -07:00
2011-05-25 08:39:19 -07:00
2011-05-27 19:51:32 -07:00
2011-05-25 08:39:17 -07:00
2011-05-27 13:41:33 -04:00
2011-05-27 13:40:58 -04:00
2011-05-29 14:10:13 -07:00
2011-05-29 20:56:54 +03:00
2011-05-29 20:54:36 +03:00
2011-05-26 17:12:34 -07:00
2011-05-25 08:39:10 -07:00
2011-05-29 12:40:51 +02:00
2011-05-25 08:39:25 -07:00
2011-05-26 16:24:48 -07:00
2011-05-24 12:06:40 -07:00
2011-05-25 08:39:54 -07:00
2011-05-26 17:12:37 -07:00
2011-05-29 00:50:59 -04:00
2011-05-29 20:52:36 +03:00
2011-05-24 12:10:51 +02:00
2011-05-25 08:39:48 -07:00
2011-05-26 17:12:36 -07:00
2011-05-23 13:01:00 -07:00
2011-05-23 13:01:00 -07:00
2011-05-23 13:01:00 -07:00
2011-05-26 15:00:31 -04:00
2011-05-25 08:39:19 -07:00
2011-05-26 17:12:33 -07:00
2011-05-29 11:32:28 -07:00
2011-05-24 15:22:17 +02:00
2011-05-25 08:39:31 -07:00
2011-05-26 13:38:58 +10:00
2011-05-26 17:12:35 -07:00
2011-05-25 18:10:16 -07:00
2011-06-04 06:33:24 +09:00
2011-05-25 19:56:23 -04:00
2011-05-30 11:14:14 +09:30
2011-05-30 11:14:14 +09:30
2011-05-30 11:14:14 +09:30
2011-05-30 11:14:14 +09:30
2011-05-30 11:14:14 +09:30
2011-05-30 11:14:14 +09:30
2011-05-30 11:14:14 +09:30
2011-05-30 11:14:14 +09:30
2011-05-30 11:14:14 +09:30
2011-05-30 11:14:16 +09:30
2011-05-26 17:12:34 -07:00
2011-05-26 17:12:34 -07:00
2011-06-08 08:25:20 +08:00
2011-05-25 08:39:45 -07:00