Jens Axboe
e913fc825d
writeback: fix WB_SYNC_NONE writeback from umount
...
When umount calls sync_filesystem(), we first do a WB_SYNC_NONE
writeback to kick off writeback of pending dirty inodes, then follow
that up with a WB_SYNC_ALL to wait for it. Since umount already holds
the sb s_umount mutex, WB_SYNC_NONE ends up doing nothing and all
writeback happens as WB_SYNC_ALL. This can greatly slow down umount,
since WB_SYNC_ALL writeback is a data integrity operation and thus
a bigger hammer than simple WB_SYNC_NONE. For barrier aware file systems
it's a lot slower.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com >
2010-05-17 12:55:07 +02:00
..
2010-03-29 17:33:33 +01:00
2010-04-05 23:02:00 -07:00
2010-03-24 16:31:21 -07:00
2010-03-20 14:29:03 -07:00
2010-04-19 13:17:10 +01:00
2010-03-30 22:02:32 +09:00
2010-03-22 05:32:44 -04:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-04-08 12:53:57 -04:00
2010-05-17 12:55:07 +02:00
2010-04-07 08:38:01 -07:00
2010-05-11 08:57:42 +02:00
2010-03-24 16:31:22 -07:00
2010-04-28 09:20:33 +02:00
2010-03-30 22:02:32 +09:00
2010-04-09 08:36:07 +02:00
2010-03-29 14:30:19 -07:00
2010-03-29 14:30:19 -07:00
2010-04-15 22:18:36 +02:00
2010-04-15 22:18:36 +02:00
2010-03-26 23:51:44 +01:00
2010-04-29 09:36:24 +02:00
2010-03-29 09:14:47 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-24 08:20:03 +01:00
2010-04-01 01:31:13 -07:00
2010-03-21 21:19:02 -07:00
2010-03-30 22:02:32 +09:00
2010-03-23 13:33:50 -07:00
2010-04-01 16:12:48 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-04-07 08:38:04 -07:00
2010-04-07 08:38:02 -07:00
2010-04-20 13:08:30 +03:00
2010-04-06 10:55:33 -04:00
2010-04-07 08:38:04 -07:00
2010-04-05 19:50:02 -07:00
2010-04-22 12:31:11 +02:00
2010-03-25 11:17:26 +01:00
2010-03-20 14:29:03 -07:00
2010-04-12 07:55:15 -04:00
2010-04-07 08:38:05 -07:00
2010-04-05 09:39:11 -07:00
2010-04-01 08:26:31 +02:00
2010-04-24 11:31:25 -07:00
2010-04-09 10:12:03 -07:00
2010-04-19 08:37:19 +02:00
2010-03-24 16:31:21 -07:00
2010-03-30 22:02:32 +09:00
2010-03-24 11:13:35 -07:00
2010-04-09 10:09:50 -07:00
2010-04-22 12:37:07 +02:00
2010-03-27 08:29:01 -07:00
2010-03-22 13:12:33 -07:00
2010-03-30 22:02:32 +09:00
2010-03-19 07:17:57 -07:00
2010-03-19 07:24:23 -07:00
2010-04-08 09:46:19 +09:30
2010-03-19 07:17:52 -07:00
2010-05-17 12:55:07 +02:00